Commit graph

56 commits

Author SHA1 Message Date
Adrian Siekierka
dff44ec84f [#148] Migrate to a modular JAR-in-JAR system, update to Loader 0.4.x 2019-04-24 00:47:39 +02:00
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
asie
250befa01f update to 19w11a 2019-03-14 14:28:13 +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
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
Adrian Siekierka
57faa8d1bd API 0.2.2 2019-02-20 23:16:40 +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
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
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
a585b4833e
add flammable block registry, *2ObjectMap.clear to remove Fabric overrides (#75) 2019-02-09 16:37:26 +01:00
asie
6f93f1cfb7 fix ParticleManager not being registry-hooked 2019-02-02 02:10:09 +01:00
asie
442d057b0d fix mixin JSON 2019-01-30 20:41:06 +01:00
asie
dc75d45c51 work around INVOKEDYNAMIC usage in LootEntryTypeRegistry 2019-01-26 19:19:06 +01:00
asie
833a3e9fb3 mark 0.1.5, compilation fixes, naming tweaks 2019-01-26 00:00:39 +01:00
Juuxel
b88969cf13 (#59) Loot entry extensions 2019-01-25 23:53:11 +01:00
asie
2c3e78a357 (#72) Resource reloading hooks 2019-01-25 23:45:12 +01:00
asie
3a17200c4d (#53) Fuel/composter hooks 2019-01-25 23:44:56 +01:00
Adrian Siekierka
0c93861d27 bump version, mapping version 2019-01-06 13:33:50 +01:00
Adrian Siekierka
c42667b035 Keybinding API (#57) 2019-01-06 13:28:09 +01:00
modmuss50
1345c08cb8 Fix ItemGroup API on servers 2018-12-29 00:21:13 +00:00
Adrian Siekierka
fa7108e6e8 Model loading hooks (#39) 2018-12-28 22:58:19 +01:00
Modmuss50
2b462b0c51 Item Group API (#44)
* Inital proof of concept on the item group api

* Some changes

* Show hotbar tab + fix bug with inv slots not clearing out

* Better button textures + docs + tweaks/auto format

* Add an api to provide the stack to display and expand the example mod

* Use COMMON_GROUPS in all places

* Add a tooltip showing the page numbers
2018-12-24 23:15:53 +01:00
Adrian Siekierka
d96b4c3a24 bump to 0.1.2, bump dependencies 2018-12-22 18:49:00 +01:00
modmuss50
5b71b9c946 Container API (#21) 2018-12-22 18:38:57 +01:00
asie
aa63df6e1f additional hardening for registry desync issues 2018-12-18 01:11:30 +01:00
SquidDev
12b3189f7d Add primitive registry for ItemColorMappers (#11)
* An initial implementation for colour mapper registries

There's elements I'm still not entirely happy here, but it appears to
work as expected.

* Add a test mod for colour mappers

* Fix license violations

* Rename everything to correspond with future names

* Woops
2018-12-15 09:28:49 -05:00
Adrian Siekierka
9171236581 fix backwards compat HandlerList name; fix 18w50a BiomeColors bug 2018-12-14 20:16:46 +01:00
Adrian Siekierka
ce2cb882ce move impl-suffixed packages to impl/ 2018-12-14 18:24:51 +01:00
asie
fd8e0b688d Update to 18w50a 2018-12-12 18:32:59 +01:00
asie
d3e6e9ca73 add fabric mod information to crash reports 2018-12-12 12:28:09 +01:00
asie
f6b887b619 add entity tracker hooks, fix crash after tweaking HandlerList 2018-12-11 17:51:23 +01:00
Adrian Siekierka
9cb4776313 add description to mod.json 2018-12-09 18:03:15 +01:00
Adrian Siekierka
435f1e6433 rearrange mixins, document more client stuff 2018-12-09 13:43:32 +01:00
asie
c5915afee7 ClientSerializable for block entities 2018-12-05 11:57:23 +01:00
Adrian Siekierka
b291a955de add entity interaction events 2018-12-03 10:18:48 +01:00
Adrian Siekierka
51e3b27151 add tick events 2018-12-02 22:36:51 +01:00
Adrian Siekierka
8dbce0f433 implement PlayerInteractionEvents, BreakInteractable convienence itf 2018-12-02 22:23:34 +01:00
Adrian Siekierka
5ae06d69a3 wrap ToolManager in FabricBlockBuilder 2018-12-02 14:34:54 +01:00
Adrian Siekierka
94c99e5dbb add sprite-related hooks 2018-11-30 16:45:12 +01:00
Adrian Siekierka
baccad6a95 add ToolManager 2018-11-30 11:57:58 +01:00
asie
df2790c68d add entity renderer registry 2018-11-29 00:53:29 +01:00
asie
9240854fff update to 18w47b.10, add BlockEntityRendererRegistry 2018-11-28 17:56:13 +01:00
asie
88abb5f006 update to 18w47a, add FabricBlockBuilder 2018-11-21 18:47:27 +01:00