Commit graph

47 commits

Author SHA1 Message Date
Oth3r
7365b31f66 Merge branch 'master' into snapshot
# Conflicts:
#	gradle.properties
#	src/main/java/one/oth3r/sit/ModMenu.java
#	src/main/resources/fabric.mod.json
2024-01-17 14:10:45 -06:00
Oth3r
112a19a1d3 added es_es
localizations by lacteada
2024-01-08 11:45:29 -06:00
Oth3r
885929294e optimized lang file 2024-01-08 11:42:33 -06:00
Oth3r
9b51b1c0ec fixed sitting height update for 1.20.2+ 2023-12-09 13:05:51 -06:00
Oth3r
2003fdb206 Merge branch 'master' into dev
# Conflicts:
#	gradle.properties
#	src/main/resources/fabric.mod.json
2023-12-05 14:27:24 -06:00
Oth3r
5cfa106966 fix config not commenting correctly 2023-12-05 14:21:01 -06:00
Oth3r
fe3a812569 fix fix 2023-12-05 13:56:56 -06:00
Oth3r
021f979749 -modmenu 2023-11-30 18:12:37 -06:00
Oth3r
4c9432fd18 Merge branch '1.20-1.20.1' into snapshot
# Conflicts:
#	build.gradle
#	gradle.properties
#	src/main/java/one/oth3r/sit/Events.java
#	src/main/java/one/oth3r/sit/ModMenu.java
#	src/main/resources/fabric.mod.json
2023-11-30 18:05:27 -06:00
Oth3r
70e43c515f fix? 2023-11-30 17:58:16 -06:00
Oth3r
41474091dc the REAL 1.20-1.20.1 fix this time 2023-11-26 10:35:49 -06:00
Oth3r
a1d651f2dd make sure the buf is released 2023-11-26 10:19:52 -06:00
Oth3r
ede8f290dc 1.20-1.20.1 fix 2023-11-26 10:16:36 -06:00
Oth3r
6ea2982876 Merge branch 'master' into 1.20-1.20.1
# Conflicts:
#	gradle.properties
#	src/main/java/one/oth3r/sit/Events.java
2023-11-26 09:25:44 -06:00
Oth3r
cf20a39c4c removing testing print 2023-11-26 00:40:26 -06:00
Oth3r
9bac78a087 fix file saving for utf-8 chars 2023-11-26 00:39:58 -06:00
Oth3r
34bf49c62f flip isClient boolean, and remove redundant SitServer 2023-11-26 00:18:53 -06:00
Oth3r
52117ea5c4 optimized and fixed LangReader for different languages 2023-11-26 00:17:01 -06:00
Oth3r
e924785faf - Russian translations by adamadamich 2023-11-25 19:36:55 -06:00
Oth3r
618d1b9e6b more comments and clarity, more to come 2023-11-25 10:38:55 -06:00
Oth3r
c048dddbc2 better checkBlocks() 2023-11-25 10:38:05 -06:00
Oth3r
46f3c48e10 new isSitSafe() & isAboveBlockheight() 2023-11-25 10:37:49 -06:00
Oth3r
eb65aacd4d fix block restriction not working 2023-11-25 10:37:07 -06:00
Oth3r
691eacb82e more comments 2023-11-25 10:36:50 -06:00
Oth3r
05ed35e0ef console reload support 2023-11-25 10:36:00 -06:00
Oth3r
683956585f some changes 2023-11-22 23:15:29 -06:00
Oth3r
43c72ce1ba per player hand restrictions
* optimized code
2023-11-21 23:21:47 -06:00
Oth3r
614fddb6bd config 1.1, better version system & fixing config soft locking 2023-11-21 23:21:16 -06:00
Oth3r
ec26112775 Revert "1.20.2 shifts everything down by .25"
This reverts commit b0ae994050.
2023-10-24 18:37:06 -05:00
Oth3r
c72c32c5c5 1.20.3 prep 2023-10-24 18:22:30 -05:00
Oth3r
745e76c02a fix the new blocklist 2023-10-24 18:16:51 -05:00
Oth3r
a83fe5726d test for a strict list of blocks allowed above a sit entity 2023-10-24 18:16:49 -05:00
Oth3r
5518ccea82 change because deprecation 2023-10-24 18:16:36 -05:00
Oth3r
3dc94270f6 fix the new blocklist 2023-10-18 13:02:57 -05:00
Oth3r
fc7b734ef6 test for a strict list of blocks allowed above a sit entity 2023-10-12 22:20:06 -05:00
Oth3r
65e051c465 1.20.3 fixes 2023-10-12 22:19:34 -05:00
Oth3r
b0ae994050 1.20.2 shifts everything down by .25 2023-09-21 11:54:59 -05:00
Oth3r
68cf4532b4 b1.0.2+23w31a 2023-08-08 21:36:33 -05:00
Oth3r
ac7a373dd8 1.20.2 shifts everything down by .25 2023-08-08 21:35:05 -05:00
Oth3r
ccab3bb0e2 code optimization 2023-08-02 23:05:02 -05:00
Oth3r
08eddf5d62 added '/sit' to sit on current block 2023-08-02 23:04:36 -05:00
Oth3r
811e2cb89a removed old duplicate code 2023-08-02 22:42:11 -05:00
Oth3r
12b74d39bf removed console debug 2023-07-25 07:42:32 -05:00
Oth3r
ed6a6fd307 * added redstone torch
* fixed campfire hitbox size
2023-07-22 21:21:33 -05:00
Oth3r
ae530f1d83 * fixed usable not working
* fixed crashing on non Sit! servers
* stopped action when siting succeeds
2023-07-22 21:20:56 -05:00
Oth3r
818985e6d4 fixed saving config 2023-07-22 21:19:15 -05:00
Oth3r
ff1c9342ca Initial commit 2023-07-20 20:17:52 -05:00