Skip to content

Commit

Permalink
trying to fix mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowHorizon committed Feb 4, 2024
1 parent 14917e6 commit dc06d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Mixin(ChunkGenerator.class)
public class ChunkGeneratorMixin {
@Shadow
@Shadow(aliases = "f_223022_")
@Final
private Map<Structure, List<StructurePlacement>> placementsForStructure;

Expand Down

0 comments on commit dc06d04

Please sign in to comment.