modmuss50
40e91bd0cb
Fix MC-149777 - java.util.ConcurrentModificationException when using Java 11 or above ( #1176 )
...
* Fix MC-149777
* Fix license
2020-11-23 20:14:35 +00:00
modmuss50
3e817a62fd
Version bump
2020-11-05 18:26:58 +00:00
modmuss50
fd6e7547e7
20w45a
...
Added FabricBlockEntityTypeBuilder
Reworked EntityRendererRegistry
Ported BlockEntityRendererRegistry
2020-11-05 18:05:55 +00:00
modmuss50
f8ac1db2b1
Version bump
2020-09-27 12:38:48 +01:00
i509VCB
ca18475868
Add fix for handling removal of old structures. ( #1100 )
...
* Add fix for handling removal of old structures.
This fix is required or else worlds where a mod is removed WILL NOT SAVE.
* Only mark for saving if the chunk has a null key
* Add label for issue being fixed
* Actually fix the redirect lol
* Licenses...
* Use ThreadLocal boolean instead of nullable unit
* Checkstyle is picky
* remove unnecessary `containsKey`
2020-09-27 12:09:34 +01:00
modmuss50
fb0d9b0e7d
Update mappings
2020-09-03 20:39:05 +01:00
Joseph Burton
516ece7c6e
Structures API ( #917 )
...
* Initial structures API implementation
* Improve generics + add a superflatFeature helper method
* Initialize StructuresConfig class early to prevent its assertion failing
* Add a testmod
* Documentation and null assertions
* Apply review suggestions
* Update fabric-structure-api-v1/src/main/java/net/fabricmc/fabric/api/structure/v1/FabricStructureBuilder.java
Co-authored-by: shartte <shartte@users.noreply.github.com>
* Apply review suggestions
* Update to 1.16.2
Co-authored-by: shartte <shartte@users.noreply.github.com>
2020-08-21 17:22:57 +01:00