Default ID fix, renames
This commit is contained in:
parent
720103bd45
commit
e1f88b453a
88 changed files with 482 additions and 561 deletions
|
@ -30,13 +30,17 @@ public class Helper
|
|||
|
||||
public static final String[] BLOCKS = new String[] {
|
||||
"%name%_bark.json",
|
||||
"%name%_barrel.json",
|
||||
"%name%_barrel_open.json",
|
||||
"%name%_button.json",
|
||||
"%name%_button_inventory.json",
|
||||
"%name%_button_pressed.json",
|
||||
"%name%_crafting_table.json",
|
||||
"%name%_door_bottom.json",
|
||||
"%name%_door_bottom_hinge.json",
|
||||
"%name%_door_top.json",
|
||||
"%name%_door_top_hinge.json",
|
||||
"%name%_empty.json",
|
||||
"%name%_fence_gate_closed.json",
|
||||
"%name%_fence_gate_open.json",
|
||||
"%name%_fence_inventory.json",
|
||||
|
@ -51,19 +55,11 @@ public class Helper
|
|||
"%name%_pressure_plate_down.json",
|
||||
"%name%_pressure_plate_up.json",
|
||||
"%name%_stairs.json",
|
||||
"%name%_striped_bark.json",
|
||||
"%name%_striped_log.json",
|
||||
"%name%_trapdoor.json",
|
||||
"%name%_wall_gate_closed.json",
|
||||
"%name%_wall_gate_open.json",
|
||||
"barrel_%name%.json",
|
||||
"barrel_%name%_open.json",
|
||||
"bar_stool_%name%.json",
|
||||
"chair_%name%.json",
|
||||
"chair_%name%_top.json",
|
||||
"crafting_table_%name%.json",
|
||||
"empty_%name%.json",
|
||||
"striped_bark_%name%.json",
|
||||
"striped_log_%name%.json",
|
||||
"taburet_%name%.json"
|
||||
"%name%_wall_gate_open.json"
|
||||
};
|
||||
|
||||
public static final String[] ITEMS = new String[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue