Commit graph

49 commits

Author SHA1 Message Date
Oth3r
82d999c4c5 fix hand usable check and add block interaction list checking 2024-12-02 12:55:07 -06:00
Oth3r
6a471729d1 remove method change checking 2024-12-02 12:54:42 -06:00
Oth3r
5b812720ce save files on mod load and reload 2024-12-02 12:52:02 -06:00
Oth3r
012778ba2b check the block below if occupied 2024-11-16 15:26:55 -06:00
Oth3r
f361a84d03 check for other players when sitting 2024-11-15 12:47:21 -06:00
Oth3r
09f5e31544 move sitEntities list to Data from FileData 2024-11-15 11:19:39 -06:00
Oth3r
de8b66d27a move filter presets to Filter.Presets
add filter inverting
2024-11-10 11:18:42 -06:00
Oth3r
ce8cd89320 better usable item detection 2024-11-10 10:57:53 -06:00
Oth3r
77cec2ff8c 1.21.3 port 2024-10-28 15:51:57 -05:00
Oth3r
bceb8e573a code cleanup 2024-10-19 17:54:35 -05:00
Oth3r
81f8cf6244 todo cleanup 2024-10-19 17:45:58 -05:00
Oth3r
7911765af8 better comments 2024-10-19 17:40:47 -05:00
Oth3r
ed86b67c18 changed blacklisted blocks into a customblock list 2024-10-19 17:40:37 -05:00
Oth3r
d3274d7302 lang update to not cause issues 2024-10-03 15:43:00 -05:00
Oth3r
c088247b36 console language 2024-10-01 14:49:15 -05:00
Oth3r
63f1f91f7c log receiving packets from the client 2024-10-01 11:27:06 -05:00
Oth3r
73c98009ac count amount of entities purged and display in purge message 2024-09-30 14:15:34 -05:00
Oth3r
5de55e0e7a sit message tag 2024-09-30 14:14:58 -05:00
Oth3r
e3f52a1642 open config keybind 2024-09-29 11:36:31 -05:00
Oth3r
9fd0ee1d6a moved toggle sit keybind logic to Logic.java 2024-09-29 11:36:18 -05:00
Oth3r
0738608811 fix default block sitting heights 2024-09-28 17:55:13 -05:00
Oth3r
4f85f0ace0 spelling 2024-09-21 20:10:30 -05:00
Oth3r
2bffecf784 new custom item json type, simplifying some things 2024-09-21 19:52:44 -05:00
Oth3r
e41f782aeb a new, better way of decting if a block has an interaction 2024-09-21 18:32:41 -05:00
Oth3r
a2a944da2f customblock to sittingblock & customblock base without sitting height 2024-09-20 22:24:17 -05:00
Oth3r
720b6b98c8 better comments 2024-08-29 16:28:46 -05:00
Oth3r
ba77aa9d40 new file read/load system from interface 2024-08-29 16:26:37 -05:00
Oth3r
e2b1a5f414 isSitWhileSeated -> canSitWhileSeated + better sitWhileSeated logic 2024-08-26 14:39:08 -05:00
Oth3r
2e1ae46d77 fixed sit while seated causing sit entities to not be removed for the player 2024-08-26 14:38:21 -05:00
Oth3r
757ee9668a move entity spawning to the server loop to fix C2ME crash
move checkplayers to Data from FileData
2024-08-17 13:27:26 -05:00
Oth3r
4894d720c8 better(ish) interaction detecting for server fix 2024-08-13 13:02:39 -05:00
Oth3r
3322260798 cleanup 2024-08-07 12:48:38 -05:00
Oth3r
b464287fed comment + todo 2024-08-07 12:48:14 -05:00
Oth3r
e2cdc9d1d4 fix ! (not) item tags not working correctly 2024-08-07 12:46:21 -05:00
Oth3r
8201047f78 include all custom blocks for non sitable with hand if the block has an interaction 2024-08-07 11:27:40 -05:00
Oth3r
f1f3e54d22 custom list type adapter to stop null lists from bad data 2024-08-06 12:35:37 -05:00
Oth3r
14f232e3fc new sitting keybind, executes the sit command on sit servers 2024-08-06 11:10:45 -05:00
Oth3r
f4e7c55bca fixed crashing in multiplayer after playing singleplayer, fixes #6
(the event does not stop when the server stops)
2024-08-03 15:15:57 -05:00
Oth3r
6749255fa7 LangReader load on server start 2024-07-29 10:42:38 -05:00
Oth3r
dd6567b671 added sitLooking() 2024-07-29 10:41:21 -05:00
Oth3r
3f008635f0 use wasPressed() for better detection 2024-07-27 14:57:59 -05:00
Oth3r
0e19a288d5 make the unsupported message more common to use elsewhere 2024-07-27 14:57:37 -05:00
Oth3r
e34f965f38 comments and todo 2024-07-26 09:42:05 -05:00
Oth3r
ddf7703693 toggle keybinding
sit data to Data.java
client events to Events.java
2024-07-23 13:49:43 -05:00
Oth3r
7d06735b3c Data -> FileData 2024-07-23 12:27:01 -05:00
Oth3r
e105f36dc8 hand-config -> sitting-config 2024-07-23 12:18:04 -05:00
Oth3r
6dd8903e03 sit-while-seated logic 2024-07-23 11:02:02 -05:00
Oth3r
1d51eb46ba fix misc events not loading 2024-07-11 13:59:40 -05:00
Oth3r
1316686d85 complete rewrite 2024-07-11 13:43:54 -05:00