Skip to content

Commit

Permalink
Broken remap=false again
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Apr 8, 2023
1 parent a26c399 commit 11d640c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class TheEndGatewayBlockEntityMixin {
value = "FIELD",
opcode = Opcodes.GETSTATIC,
target =
"Lnet/minecraft/data/worldgen/features/EndFeatures;END_ISLAND:Lnet/minecraft/resources/ResourceKey;"),
remap = false)
"Lnet/minecraft/data/worldgen/features/EndFeatures;END_ISLAND:Lnet/minecraft/resources/ResourceKey;"))
private static ResourceKey<ConfiguredFeature<?, ?>> replaceGeneratedEndIslandFeature() {
if (SkyAdditionsSettings.gatewaysSpawnChorus) {
return SkyAdditionsConfiguredFeatures.GATEWAY_ISLAND;
Expand Down

0 comments on commit 11d640c

Please sign in to comment.