Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Jun 28, 2024
1 parent cc09a07 commit 2916897
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ public NbtCompound toNbt(boolean withSchematic)
sub.put("Pos", NbtHelper.fromBlockPos(subRegionPlacement.getPos()));
sub.putInt("Rotation", subRegionPlacement.getRotation().ordinal());
sub.putInt("Mirror", subRegionPlacement.getMirror().ordinal());
sub.putString("Name", subRegionPlacement.getName());
}
compound.put("SubRegions", subs);
return compound;
Expand Down

0 comments on commit 2916897

Please sign in to comment.