Skip to content

Commit

Permalink
Fix forge coremod conflict with biome AW field
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 9, 2023
1 parent ad54908 commit 1fd6f40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fd6f40

Please sign in to comment.