Skip to content

Commit 1672332

Browse files
committed
Merge branch 'main' into 1.19.3
2 parents 24d913b + 11d640c commit 1672332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/jsorrell/carpetskyadditions/mixin/TheEndGatewayBlockEntityMixin.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public class TheEndGatewayBlockEntityMixin {
2828
value = "FIELD",
2929
opcode = Opcodes.GETSTATIC,
3030
target =
31-
"Lnet/minecraft/data/worldgen/features/EndFeatures;END_ISLAND:Lnet/minecraft/resources/ResourceKey;"),
32-
remap = false)
31+
"Lnet/minecraft/data/worldgen/features/EndFeatures;END_ISLAND:Lnet/minecraft/resources/ResourceKey;"))
3332
private static ResourceKey<ConfiguredFeature<?, ?>> replaceGeneratedEndIslandFeature() {
3433
if (SkyAdditionsSettings.gatewaysSpawnChorus) {
3534
return SkyAdditionsConfiguredFeatures.GATEWAY_ISLAND;

0 commit comments

Comments
 (0)