9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-28 03:19:15 +00:00

Fixed the bug of variation

This commit is contained in:
XiaoMoMi
2024-04-15 17:27:30 +08:00
parent 02414a290c
commit 704ebf4ddb
4 changed files with 22 additions and 5 deletions

View File

@@ -29,10 +29,7 @@ public class SimpleLocation {
private int x;
private int y;
private int z;
private String worldName;
private SimpleLocation() {
}
private final String worldName;
public SimpleLocation(String worldName, int x, int y, int z){
this.worldName = worldName;