Commit graph

153 commits

Author SHA1 Message Date
modmuss50
ca298f60ed Update to 19w14a, only mapping changes. Also fix version not being updated in the mod.json 2019-04-03 20:34:09 +01:00
Jonathan Frederick
eabeb85473 FabricEntityTypeBuilder: Rename immunteToFire field to immuneToFire (#133) 2019-03-28 09:23:58 +00:00
modmuss50
09f7993b17 Mixin fixes 2019-03-27 19:08:18 +00:00
modmuss50
240d8ab775 19w13a
EntityType's can now say if the entity is immune to fire, the builder has been update to support this.
Mainly mapping updates
2019-03-27 18:51:05 +00:00
modmuss50
163d37cd42 19w12b 2019-03-21 18:13:36 +00:00
modmuss50
3083a67ca4 Update to use fixed intermediary names. 2019-03-20 22:10:21 +00:00
modmuss50
f7617b19c1 19w12a 2019-03-20 18:52:51 +00:00
modmuss50
fa4b8dfc92 Fix ItemGroup buttons not working 2019-03-14 19:51:51 +00:00
asie
250befa01f update to 19w11a 2019-03-14 14:28:13 +01:00
asie
cd5a529367 fix #118 2019-03-03 11:48:10 +01:00
asie
b50903e883 replace all occurences of printStackTrace with loggers/better handling 2019-03-01 18:45:27 +01:00
asie
384184eff7 tweak registry remapping logic (#113) 2019-03-01 18:38:46 +01:00
asie
8aa754d6eb fix dedicated servers wrt last commit 2019-02-25 19:47:59 +01:00
asie
cc7320db01 append fabric reload listeners also on initial asset load 2019-02-25 12:04:08 +01:00
Modmuss50
98c307909e Fix dedicated server commands (#93) - hopefully a temporary approach (I wish...) (#106) 2019-02-25 00:48:35 +01:00
Adrian Siekierka
5c683237dd
update mappings, fix NIO resource pack support on paulscode, minor cleanup/tweaks (#103) 2019-02-22 23:21:54 +01:00
asie
d9e25ac47b fix ModNioResourcePack 2019-02-21 07:42:19 +01:00
Adrian Siekierka
57faa8d1bd API 0.2.2 2019-02-20 23:16:40 +01:00
asie
b3acb94a6d fix test compile 2019-02-19 13:52:49 +01:00
UpcraftLP
71ab75d47c remove redundant ItemStack.EMPTY check (#94) 2019-02-19 13:53:19 +01:00
asie
530f40e04b fix argument order in ColorProviderMod test 2019-02-19 12:13:20 +01:00
asie
9de92b1cd5 fix Fabric generating non-compliant Identifiers 2019-02-18 16:36:03 +01:00
Adrian Siekierka
7e7585e56a revert Mixin Accessor usage until Loader 0.4.0/Loom 0.3.0 hits 2019-02-17 15:26:11 +01:00
Adrian Siekierka
598f00488f update mappings, add extra javadocs/deprecations, migrate to Mixin Accessors where applicable 2019-02-17 13:08:50 +01:00
asie
9a88c48a30 add some javadocs 2019-02-16 19:26:43 +01:00
Adrian Siekierka
2c2de27c8e remove the correct line from fabric.mod.json 2019-02-14 23:24:04 +01:00
Adrian Siekierka
fbb91bf597 bump version to 0.2.1 2019-02-14 22:47:27 +01:00
Adrian Siekierka
995d416527 (#90) Pick block events re-done - close #86, close #89 2019-02-14 22:46:53 +01:00
Adrian Siekierka
377a882f62 port to 19w07a 2019-02-14 22:45:47 +01:00
asie
0c62493b3f add a temporary kludge to make the now-known-to-need-a-revamp pickblock hook work 2019-02-10 17:04:08 +01:00
asie
8eb2bd8e35 fix PlayerStream.all crashing during early server init 2019-02-10 16:05:31 +01:00
asie
c5b4685bdc implement register/unregister to specification, hide unnecessary/false warning 2019-02-10 11:47:29 +01:00
Adrian Siekierka
33c36f8f29 final name changes, compilation fix 2019-02-10 02:48:25 +01:00
Adrian Siekierka
b5b9f82997
[0.2.0] add pick item callback (#82) 2019-02-10 02:44:07 +01:00
Adrian Siekierka
403d0c5a96 Remade networking hooks 2019-02-10 02:40:56 +01:00
Adrian Siekierka
cc6ae9d3cf gui -> screen 2019-02-09 16:46:52 +01:00
Adrian Siekierka
562d9fce4e remove unused FlammableBlockRegistryImpl code 2019-02-09 16:41:20 +01:00
Adrian Siekierka
2d246adb3e update previous to 19w06a 2019-02-09 16:39:53 +01:00
Adrian Siekierka
a585b4833e
add flammable block registry, *2ObjectMap.clear to remove Fabric overrides (#75) 2019-02-09 16:37:26 +01:00
asie
004281cdac joiner -> invokerFactory 2019-02-07 13:11:10 +01:00
asie
9dffeebaf1 name changes 2019-02-07 12:58:21 +01:00
asie
8bda86f21d remove most deprecations 2019-02-07 10:56:58 +01:00
asie
6b7848bea0 more cleanup 2019-02-07 10:55:14 +01:00
Adrian Siekierka
6ea76ea07d fix SpriteAtlasTexture injects 2019-02-06 22:13:47 +01:00
Adrian Siekierka
9cb807b212 Class cleanup, stage 1 2019-02-06 21:57:42 +01:00
Adrian Siekierka
16d32490f6 Merge 0.2.0-style Event API 2019-02-06 21:50:51 +01:00
Adrian Siekierka
fe18b98757 initial 19w06a update 2019-02-06 21:48:38 +01:00
asie
6f93f1cfb7 fix ParticleManager not being registry-hooked 2019-02-02 02:10:09 +01:00
asie
08c921267a tie Fabric resource pack location with vanilla resource location, helps #79 2019-01-31 01:44:17 +01:00
asie
442d057b0d fix mixin JSON 2019-01-30 20:41:06 +01:00