haykam821
ae85d92960
Fix missing metadata ( #1233 )
...
* Fix certain modules not having icons
* Add additional metadata to the fabric-particles-v1 module
2020-12-30 16:42:13 +00:00
modmuss50
f1d8af0667
Bump version
2020-11-23 20:24:44 +00:00
modmuss50
55442f3ace
Fix MC-149777 - java.util.ConcurrentModificationException when using Java 11 or above ( #1176 )
...
* Fix MC-149777
* Fix license
2020-11-23 19:32: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