Commit graph

1703 commits

Author SHA1 Message Date
asie
a3bd0bb883 as of 19w05a, spawn packets are provided by entities themselves 2019-01-30 20:40:25 +01:00
asie
f1fa5cfd3c update to 19w05a 2019-01-30 19:07:33 +01:00
modmuss50
0beca7f877 Update to new pipeline style, only build on master 2019-01-26 20:12:19 +00:00
asie
dc75d45c51 work around INVOKEDYNAMIC usage in LootEntryTypeRegistry 2019-01-26 19:19:06 +01:00
asie
77928a3d65 fix dedicated server registry handling bug 2019-01-26 14:44:59 +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
asie
8285a8c056 update 19w04a 2019-01-24 20:29:31 +01:00
asie
447331e67e update to 19w03c 2019-01-20 09:36:47 +01:00
Adrian Siekierka
113fc3c3a4 fix #71 2019-01-18 16:08:06 +01:00
Adrian Siekierka
6593414eae fix #69 2019-01-17 18:57:02 +01:00
Adrian Siekierka
d7b5916416 update mappings 2019-01-17 18:51:59 +01:00
asie
373bb7da64 fix #68 2019-01-16 23:15:51 +01:00
asie
9deaaf9341 19w03a update 2019-01-16 22:41:18 +01:00
hea3ven
dfbf5fe3d0 Fix container desync in the client (#61) (#67) 2019-01-14 18:25:09 +01:00
Sebastian Knackstedt
857f884694 Fix wrong placeholders. (#60) 2019-01-13 11:16:35 +01:00
asie
8f36b30bc8 update 2019-01-09 21:36:28 +01:00
asie
1ac17fe430 19w02a update 2019-01-09 21:29:39 +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
modmuss50
8c5c87466f Merge remote-tracking branch 'origin/master' 2018-12-28 22:00:45 +00:00
modmuss50
7203236c17 Fix item group naming being inconsistent, and fix minor rendering artifact with the creative gui buttons 2018-12-28 22:00:36 +00:00
Adrian Siekierka
ae4f5b739e compile fix 2018-12-28 23:00:26 +01: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
655788b93d fix recursive loop in ContainerProviderImpl, trigger update to fix refmap 2018-12-22 21:32:04 +01:00
Adrian Siekierka
d96b4c3a24 bump to 0.1.2, bump dependencies 2018-12-22 18:49:00 +01:00
Adrian Siekierka
1f5a81e03e container API tweaks 2018-12-22 18:46:42 +01:00
modmuss50
5b71b9c946 Container API (#21) 2018-12-22 18:38:57 +01:00
asie
4e043a4781 update Loom 2018-12-22 16:21:31 +01:00
Adrian Siekierka
02c17c2558
Merge pull request #35 from SquidDev/hotfix/license
Add a license to the ServerEventMod
2018-12-21 11:59:07 +01:00
SquidDev
2349fa9ac7 Add a license to the ServerEventMod 2018-12-21 10:55:31 +00:00
Adrian Siekierka
eb8c0d4884
Merge pull request #30 from SquidDev/feature/server-stop
Add an event for when the server is about to stop
2018-12-20 20:57:34 +01:00
SquidDev
9b4050d122 Run the STOP event before shutdown, rather than after it. 2018-12-20 18:37:04 +00:00
asie
b85d399c76 I will not make commits at 1AM. I will not make commits at 1AM... 2018-12-18 01:12:30 +01:00
asie
aa63df6e1f additional hardening for registry desync issues 2018-12-18 01:11:30 +01:00
asie
2c3cdd20a8 improve synchronization for network packet parsing, add NbtType class 2018-12-18 00:49:47 +01:00
SquidDev
ac954f6e08 Add an event for when the server is about to stop
This may allow mods to perform any additional clean up of resources, or
what not.
2018-12-17 23:00:18 +00:00
asie
19bc18104d formalize the three states of player interaction events 2018-12-16 08:40:16 +01:00
Adrian Siekierka
686cba9c1b update mappings, fix #24 2018-12-15 22:09:30 +01:00
Adrian Siekierka
9818bdc49c attempt #2 at working around BiomeColors crash 2018-12-15 21:58:49 +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
f53fe80c6d do not deprecate so hastily! 2018-12-14 20:02:15 +01:00
modmuss50
41db1633a8 Merge branch 'master' of https://github.com/FabricMC/fabric
# Conflicts:
#	build.gradle
2018-12-14 18:49:50 +00:00
modmuss50
4989e73019 Upload builds to curseforge 2018-12-14 18:48:37 +00:00
Adrian Siekierka
9d17f13714 ensure deterministic registry population order, fixes blockstate ID desync 2018-12-14 19:43:22 +01:00