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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user