diff --git a/fabric-biome-api-v1/src/main/resources/fabric-biome-api-v1.accesswidener b/fabric-biome-api-v1/src/main/resources/fabric-biome-api-v1.accesswidener index 6009599f0..04700be27 100644 --- a/fabric-biome-api-v1/src/main/resources/fabric-biome-api-v1.accesswidener +++ b/fabric-biome-api-v1/src/main/resources/fabric-biome-api-v1.accesswidener @@ -2,8 +2,9 @@ accessWidener v1 named accessible class net/minecraft/world/biome/Biome$Weather # Top-Level Biome Fields Access -accessible field net/minecraft/world/biome/Biome weather Lnet/minecraft/world/biome/Biome$Weather; -mutable field net/minecraft/world/biome/Biome weather Lnet/minecraft/world/biome/Biome$Weather; +#Disabled, this field should be accessed via forge's accessor method. Publicizing it will breaks the field-to-method coremod. +#accessible field net/minecraft/world/biome/Biome weather Lnet/minecraft/world/biome/Biome$Weather; +#mutable field net/minecraft/world/biome/Biome weather Lnet/minecraft/world/biome/Biome$Weather; accessible field net/minecraft/world/biome/Biome generationSettings Lnet/minecraft/world/biome/GenerationSettings; accessible field net/minecraft/world/biome/Biome spawnSettings Lnet/minecraft/world/biome/SpawnSettings; diff --git a/gradle.properties b/gradle.properties index 2ff151da8..dd7e5a3e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -67,5 +67,5 @@ fabric-client-tags-api-v1-version=1.1.1 loom.platform=forge forge_version=1.20.1-47.1.3 pack_format=15 -forgified_version=1.8.0 +forgified_version=1.8.1 forge_fabric_loader_version=2.2.1+0.14.21+1.20.1