Skip to content

Commit

Permalink
Update ChunkGeneratorMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowHorizon committed Feb 6, 2024
1 parent deda820 commit 3762004
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class ChunkGeneratorMixin {
@Final
private Map<Structure, List<StructurePlacement>> placementsForStructure;

//Я не могу понять, почему в рефмапе не появляется этот метод, но по крайней мере обходной путь вроде работает
@Inject(method = {"lambda$generatePositions$5", "m_223205_"}, at = @At(value = "HEAD"), remap = true)
private void generatePositions(Set set, RandomState pRandom, Holder holder, CallbackInfo ci) {
StructureSet structureset = (StructureSet) holder.value();
Expand Down

0 comments on commit 3762004

Please sign in to comment.