Commit graph

173 commits

Author SHA1 Message Date
Oth3r
31496a17d1 default entry for blacklisted blocks 2024-10-19 17:40:59 -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
6609800f88 make option json entries final 2024-10-19 17:36:23 -05:00
Oth3r
0db8f2c55c remove blacklisted-interactions, not needed 2024-10-19 14:15:17 -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
8a4eee31bc send sitting config changes to the server when editing while online 2024-10-01 11:09:44 -05:00
Oth3r
98c841b875 better blockstate checker 2024-09-30 15:22:57 -05:00
Oth3r
58fd5e7cf8 reload message to all player with perms when /reload is ran 2024-09-30 14:28:12 -05:00
Oth3r
363747bd02 reload message with tag 2024-09-30 14:25:39 -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
88d523e2dd fix mixin breaking non-sit text displays, fixes #14 2024-09-30 13:32:35 -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
9e69fe506f update default custom block with more examples, fix sitting heights 2024-09-28 17:55:02 -05:00
Oth3r
88248508cc fix exception on ! tag entries 2024-09-28 17:54:42 -05:00
Oth3r
f9c6da104b prioritize dismounting in the direction that the player is looking in 2024-09-28 17:33:53 -05:00
Oth3r
4f85f0ace0 spelling 2024-09-21 20:10:30 -05:00
Oth3r
85c8589808 clamp sitting height values to -1 - 2 2024-09-21 20:09:14 -05:00
Oth3r
512cfcacb4 reload files on /reload 2024-09-21 20:08:00 -05:00
Oth3r
2bffecf784 new custom item json type, simplifying some things 2024-09-21 19:52:44 -05:00
Oth3r
c7183506e4 better block tag checker 2024-09-21 18:44:58 -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
61b47d51ea fixed the save and close button not working 2024-09-21 18:32:23 -05:00
Oth3r
a2a944da2f customblock to sittingblock & customblock base without sitting height 2024-09-20 22:24:17 -05:00
Oth3r
457a8d10d3 new ModMenu UI 2024-08-30 20:29:03 -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
4db3062a62 fixed legacy updater not updating hand requirements correctly 2024-08-26 14:17:03 -05:00
Oth3r
3da6a3bb20 removed mainBlock from HandSetting entry 2024-08-17 13:34:40 -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
8352edc84f sittingHeight -> sitting-height CustomBlock entry 2024-08-13 13:03:38 -05:00
Oth3r
4894d720c8 better(ish) interaction detecting for server fix 2024-08-13 13:02:39 -05:00
Oth3r
b916467ca0 config file option comments 2024-08-07 13:02:08 -05:00
Oth3r
dde387cc3e make the resources folder match the new mod id 2024-08-07 12:50:09 -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
ea12d8eba1 some file defaults 2024-08-07 12:45:53 -05:00
Oth3r
3eb16e58de send changes to server on file load 2024-08-07 12:45:24 -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
f4ac860799 fix (!) blockstates not working properly 2024-08-06 15:28: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