mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2026-01-06 15:51:52 +00:00
Fixed the bug of variation
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# Offset characters' unicodes
|
||||
# Never edit this unless you know what you are doing
|
||||
offset-characters:
|
||||
font: customcrops:offset_chars
|
||||
'1':
|
||||
'2':
|
||||
'4':
|
||||
'8':
|
||||
'16':
|
||||
'32':
|
||||
'64':
|
||||
'128':
|
||||
'-1':
|
||||
'-2':
|
||||
'-4':
|
||||
'-8':
|
||||
'-16':
|
||||
'-32':
|
||||
'-64':
|
||||
'-128':
|
||||
@@ -1,4 +1,4 @@
|
||||
name: CustomCrops
|
||||
name: CustomCropsGUI
|
||||
version: '${version}'
|
||||
main: net.momirealms.customcrops.gui.CustomCropsGUI
|
||||
api-version: 1.17
|
||||
|
||||
Reference in New Issue
Block a user