Commit graph

63 commits

Author SHA1 Message Date
modmuss50
d2e3099f39 19w42a
Includes a work around for the funky rendering issues, this will need looking into some more.
2019-10-16 18:54:16 +01:00
Modmuss50
9c45b1ef78 Wip 19w39a (#386)
* 19w39a fixes (#387)

* Bump versions

* Breaks: BlockEntityRendererRegistry and EntityRendererRegistry

* Remove broken parts of rendering, bump major version

* Add renderer-registries, replaces broken parts of rendering api

* Slap a band-aid on renderer/Indigo - won't render properly, but runs

* Bump distribution versions, add renderer-registries to main build

* Clean up blockrenderlayer implementation package name
2019-09-28 18:07:04 -07:00
grondag
d2ac651a7a
19w38b API Fixes (#370)
* Fix compilation errors (untested)

* Random fixes

* Various modded rendering fixes

* Restore contract of RenderAttachedBlockView

* Bump versions as needed

* Add API for BlockRenderLayer

* Minor format / name cleanup

Will do a more comprehensive pass as part of separate refactor PR

* Bump versions not handled earlier

* Bump loader/mc bounds for dependent modules

* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java

Co-Authored-By: liach <7806504+liach@users.noreply.github.com>

* Minor clean ups

* Improve docs, minor format corrections.

* Update MC dependency
2019-09-20 16:50:49 -07:00
modmuss50
d32291da65 Fix resource-loader 2019-09-18 23:24:15 +01:00
Prospector
5ed88c193a Add more metadata to the modules (#353)
* Add fabric-api-base as a dep to fabric-networking-v0
2019-09-09 01:48:43 +02:00
modmuss50
b4f62fb5a7 Update fabric-loader to replace deprecated methods 2019-08-28 22:17:50 +01:00
Player
66a6b610bc Add 1.15 MC deps where needed, update loader, bump versions. 2019-08-27 18:43:09 +00:00
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