Commit Graph

64 Commits

Author SHA1 Message Date
Marcel Konrad
7498440cd8 Update forgegradle and minecraftforge
Switch to official mappings
2021-03-25 23:14:35 +01:00
Marcel Konrad
fd95baf5f7 Replace passenger with custom nbt field, Add submenu for custom name formatting 2020-11-06 20:08:10 +01:00
Marcel Konrad
4f732a8062 Update to 1.16.4 2020-11-02 23:51:10 +01:00
Marcel Konrad
6408a67956 Add javadoc 2020-11-02 17:48:13 +01:00
Marcel Konrad
80ec385ff8 Rename getBuilderFor to build 2020-11-02 15:31:26 +01:00
Marcel Konrad
c2974ca22c Further improve entity name parsing 2020-10-23 15:06:27 +02:00
Marcel Konrad
c5da1f2073 Cleanup entity name parsing 2020-10-23 14:59:29 +02:00
Marcel Konrad
0879628fcf Fix potential NPEs 2020-10-23 14:49:51 +02:00
Marcel Konrad
a3ef5cb796 Add nullable annotation for getState 2020-10-23 14:46:44 +02:00
Marcel Konrad
5da246a5b8 Organize imports 2020-10-18 17:24:57 +02:00
Marcel Konrad
e23d73726b Fixed potential NPEs and added @Nonnull and @Nullable annotations 2020-10-18 17:19:37 +02:00
Marcel Konrad
9f18302706 Replace mode strings with enum 2020-10-18 15:57:41 +02:00
Marcel Konrad
b1db1a78f4 Update to 1.16.2 2020-08-29 20:33:33 +02:00
Marcel Konrad
227d1edc5d Command blocks now execute commands at the player 2020-07-29 01:09:20 +02:00
Marcel Konrad
ce31d6e7b2 Formatting 2020-07-29 01:07:54 +02:00
Marcel Konrad
563ef68c95 Remove TODO comment 2020-07-02 18:45:53 +02:00
Marcel Konrad
cdc222b1e7 Update to 1.16.1 2020-07-01 23:44:51 +02:00
Marcel Konrad
2ef1c91797 Fix command syntax for teams leave 2020-07-01 23:23:41 +02:00
Marcel Konrad
981d74f213 When duration is set to 0, use the maximum possible duration for serialization 2020-07-01 23:22:35 +02:00
Marcel Konrad
b94ae1d1ed Set block resource location node when setting block state; fixes note editor 2020-07-01 23:21:26 +02:00
Marcel Konrad
d369c1058a Fix NoSuchMethodError in reobf 2020-07-01 23:19:34 +02:00
Marcel Konrad
1a349a2ce2 Fix ArmorItems tag not serializing 2020-07-01 23:18:28 +02:00
Marcel Konrad
21eb3e1407 Add command stack, Move butcher to entities category 2020-05-24 20:48:09 +02:00
Marcel Konrad
0de447fe3a Treat null as a default value 2020-05-24 20:46:41 +02:00
Marcel Konrad
5e23678a20 Renamed CoordinateType to EnumType 2020-05-24 20:43:34 +02:00
Marcel Konrad
5e92194c05 Changed block_placing_mode from String to EnumMode, Fixed nbt setter for BuilderSetBlock, Renamed BuilderSetBlock#withState to BuilderSetBlock#setState 2020-05-24 20:34:54 +02:00
Marcel Konrad
6e4f26b66e Renamed CoordinateType to EnumType 2020-05-24 20:26:28 +02:00
Marcel Konrad
1a6efa33e5 Add explicit super call 2020-05-24 20:23:56 +02:00
Marcel Konrad
1b63ba9517 Renamed EffectData to EffectNBT, Implemented INBTWritable for EffectNBT 2020-05-24 20:23:16 +02:00
Marcel Konrad
0018887a5a Add explicit super call 2020-05-24 20:15:04 +02:00
Marcel Konrad
556305708b Object serialization implements INBTWritable 2020-05-24 20:12:40 +02:00
Marcel Konrad
1d011c005b Extract serialize method to INBTWritable 2020-05-24 20:06:13 +02:00
Marcel Konrad
b2cbc6afb7 Treat null as a default value 2020-05-24 20:03:36 +02:00
Marcel Konrad
1f650879bc Brighten icons to match vanilla styling 2020-05-23 20:52:09 +02:00
Marcel Konrad
10534fc6bf Fix toString 2020-05-22 14:56:39 +02:00
Marcel Konrad
1fd06221d7 Remove unnecessary method 2020-05-22 14:56:19 +02:00
Marcel Konrad
f161867a1a Attach serializer to object 2020-05-22 14:55:07 +02:00
Marcel Konrad
1adb09cacd Update to 1.15.2 2020-01-25 14:19:00 +01:00
Marcel Konrad
efdcf51c23 Update to 1.15.1 2019-12-26 19:18:34 +01:00
Marcel Konrad
ef37bd39d2 Simplify project package structure 2019-11-12 18:35:05 +01:00
Marcel Konrad
730700ba00 Fix empty player name and optimization 2019-11-02 19:15:21 +01:00
Marcel Konrad
fc70c82545 Add custom usercontent loading from json and javascript files alongside bugfixes for page list, refactorings and documentation 2019-11-02 18:41:15 +01:00
Marcel Konrad
28896df2c4 Fix advancements not loading 2019-10-29 11:06:43 +01:00
Marcel Konrad
c2ecfaf496 Fix crash when not looking at a sign 2019-10-25 16:10:25 +02:00
Marcel Konrad
8d73d122f2 Move username field from WorldHandler to GuiWorldHandler 2019-10-19 20:07:18 +02:00
Marcel Konrad
7a2a67cb4b Fix crash when installed on a dedicated server. Closes #4 2019-09-24 15:10:13 +02:00
Marcel Konrad
60ce1e678f Optimization 2019-09-24 15:08:20 +02:00
Marcel Konrad
2bd9b02cef Fix filtered filter 2019-09-23 19:36:30 +02:00
Marcel Konrad
ba3f460e6d Replace deprecated ColoredString with MutableStringTextComponent 2019-09-18 14:59:47 +02:00
Marcel Konrad
354eda61bd Replace EnumDifficulty with vanilla Difficulty enum 2019-09-17 22:38:36 +02:00