Commit graph

79 commits

Author SHA1 Message Date
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
asie
a9853c2d45 remap ItemModelMap 2018-11-17 07:59:46 +01:00
Adrian Siekierka
61d8ac9778 save registry IDs to hard drive 2018-11-16 18:52:48 +01:00
asie
dba690b844 initial registry remap implementation 2018-11-16 16:16:10 +01:00
asie
2a87d78d28 update version/build.gradle 2018-11-10 18:02:47 +01:00
asie
524f8cfb7f early low-level command/network APIs 2018-11-08 01:14:51 +01:00
asie
40d55eebef first commit - resource pack hook and little else 2018-11-05 15:54:18 +01:00