diff --git a/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json b/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json deleted file mode 100644 index 886360f..0000000 --- a/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/acacia_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_fence_gate_open.json b/assets/minecraft/textures/models/block/acacia_fence_gate_open.json deleted file mode 100644 index 9c7cb50..0000000 --- a/assets/minecraft/textures/models/block/acacia_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/acacia_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_fence_inventory.json b/assets/minecraft/textures/models/block/acacia_fence_inventory.json deleted file mode 100644 index 6dff79f..0000000 --- a/assets/minecraft/textures/models/block/acacia_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/acacia_fence" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_fence_post.json b/assets/minecraft/textures/models/block/acacia_fence_post.json deleted file mode 100644 index 2a3011c..0000000 --- a/assets/minecraft/textures/models/block/acacia_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/acacia_fence", - "side": "block/acacia_fence_side", - "top": "block/acacia_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_fence_side.json b/assets/minecraft/textures/models/block/acacia_fence_side.json deleted file mode 100644 index 203887f..0000000 --- a/assets/minecraft/textures/models/block/acacia_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/acacia_fence_side", - "side": "block/acacia_fence_side", - "top": "block/acacia_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_leaves.json b/assets/minecraft/textures/models/block/acacia_leaves.json deleted file mode 100644 index 901599d..0000000 --- a/assets/minecraft/textures/models/block/acacia_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/acacia_leaves" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_wall_gate_closed.json b/assets/minecraft/textures/models/block/acacia_wall_gate_closed.json deleted file mode 100644 index c8aa472..0000000 --- a/assets/minecraft/textures/models/block/acacia_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/acacia_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/acacia_wall_gate_open.json b/assets/minecraft/textures/models/block/acacia_wall_gate_open.json deleted file mode 100644 index 2c97509..0000000 --- a/assets/minecraft/textures/models/block/acacia_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/acacia_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/anvil.json b/assets/minecraft/textures/models/block/anvil.json deleted file mode 100644 index 14153a5..0000000 --- a/assets/minecraft/textures/models/block/anvil.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "top": "block/anvil_top", - "body": "block/anvil_base", - "side": "block/anvil_side" - }, - "elements": [ - { - "from": [2,0,2], - "to": [14,3,14], - "faces": { - "up": { - "texture": "#body" - }, - "down": { - "texture": "#body" - }, - "west": { - "texture": "#side" - }, - "east": { - "texture": "#side" - }, - "north": { - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [3,3,3], - "to": [13,5,13], - "faces": { - "up": { - "texture": "#body" - }, - "west": { - "texture": "#side" - }, - "east": { - "texture": "#side" - }, - "north": { - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [3,11,0], - "to": [13,16,16], - "faces": { - "up": { - "texture": "#top" - }, - "down": { - "texture": "#body" - }, - "west": { - "texture": "#side" - }, - "east": { - "texture": "#side" - }, - "north": { - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [5,5,4], - "to": [11,10,12], - "faces": { - "west": { - "texture": "#side" - }, - "east": { - "texture": "#side" - }, - "north": { - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [4,10,1], - "to": [12,12,15], - "faces": { - "down": { - "texture": "#body" - }, - "west": { - "texture": "#side" - }, - "east": { - "texture": "#side" - }, - "north": { - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/anvil_slightly_damaged.json b/assets/minecraft/textures/models/block/anvil_slightly_damaged.json deleted file mode 100644 index 3676fb1..0000000 --- a/assets/minecraft/textures/models/block/anvil_slightly_damaged.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/anvil", - "textures": { - "particle": "block/anvil_base", - "body": "block/anvil_base", - "side": "block/anvil_side", - "top": "block/chipped_anvil_top" - } -} diff --git a/assets/minecraft/textures/models/block/anvil_undamaged.json b/assets/minecraft/textures/models/block/anvil_undamaged.json deleted file mode 100644 index db80a97..0000000 --- a/assets/minecraft/textures/models/block/anvil_undamaged.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/anvil", - "textures": { - "particle": "block/anvil_base", - "body": "block/anvil_base", - "side": "block/anvil_side", - "top": "block/anvil_top" - } -} diff --git a/assets/minecraft/textures/models/block/anvil_very_damaged.json b/assets/minecraft/textures/models/block/anvil_very_damaged.json deleted file mode 100644 index 8259dbe..0000000 --- a/assets/minecraft/textures/models/block/anvil_very_damaged.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "block/anvil", - "textures": { - "particle": "block/anvil_base", - "body": "block/anvil_base", - "side": "block/anvil_side", - "top": "block/damaged_anvil_top" - } -} diff --git a/assets/minecraft/textures/models/block/birch_door_bottom.json b/assets/minecraft/textures/models/block/birch_door_bottom.json deleted file mode 100644 index 79ca1b4..0000000 --- a/assets/minecraft/textures/models/block/birch_door_bottom.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "parent": "block/door_bottom", - "ambientocclusion": false, - "textures": { - "particle": "block/birch_door_bottom", - "side": "block/birch_door_side", - "all": "block/birch_door_bottom" - }, - "elements": [ - { - "from": [0,0,0], - "to": [3,16,2], - "faces": { - "down": { - "uv": [8,14,11,16], - "texture": "#side", - "cullface": "down" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [2,0,0,16], - "texture": "#all" - }, - "north": { - "uv": [11,0,8,16], - "texture": "#side" - }, - "south": { - "uv": [8,0,11,16], - "texture": "#side" - } - } - }, - { - "from": [0,0,14], - "to": [3,16,16], - "faces": { - "down": { - "uv": [0,0,3,2], - "texture": "#side", - "cullface": "down" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [16,0,14,16], - "texture": "#all" - }, - "north": { - "uv": [11,0,8,16], - "texture": "#side" - }, - "south": { - "uv": [8,0,11,16], - "texture": "#side" - } - } - }, - { - "from": [0,0,2], - "to": [3,7,14], - "faces": { - "up": { - "texture": "#side" - }, - "down": { - "texture": "#side", - "cullface": "down" - }, - "west": { - "uv": [14,9,2,16], - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [14,9,2,16], - "texture": "#all" - } - } - }, - { - "from": [1,0,2], - "to": [2,16,14], - "faces": { - "west": { - "texture": "#all" - }, - "east": { - "texture": "#all" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/birch_door_bottom_hinge.json b/assets/minecraft/textures/models/block/birch_door_bottom_hinge.json deleted file mode 100644 index a676540..0000000 --- a/assets/minecraft/textures/models/block/birch_door_bottom_hinge.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "ambientocclusion": false, - "textures": { - "particle": "block/birch_door_bottom", - "side": "block/birch_door_side", - "all": "block/birch_door_bottom" - }, - "elements": [ - { - "from": [0,0,0], - "to": [3,16,2], - "faces": { - "down": { - "uv": [8,14,11,16], - "texture": "#side", - "cullface": "down" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [2,0,0,16], - "texture": "#all" - }, - "north": { - "uv": [11,0,8,16], - "texture": "#side" - }, - "south": { - "uv": [8,0,11,16], - "texture": "#side" - } - } - }, - { - "from": [0,0,14], - "to": [3,16,16], - "faces": { - "down": { - "uv": [0,0,3,2], - "texture": "#side", - "cullface": "down" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [16,0,14,16], - "texture": "#all" - }, - "north": { - "uv": [11,0,8,16], - "texture": "#side" - }, - "south": { - "uv": [8,0,11,16], - "texture": "#side" - } - } - }, - { - "from": [0,0,2], - "to": [3,7,14], - "faces": { - "up": { - "texture": "#side" - }, - "down": { - "texture": "#side", - "cullface": "down" - }, - "west": { - "uv": [14,9,2,16], - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [14,9,2,16], - "texture": "#all" - } - } - }, - { - "from": [1,0,2], - "to": [2,16,14], - "faces": { - "west": { - "texture": "#all" - }, - "east": { - "texture": "#all" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/birch_door_top.json b/assets/minecraft/textures/models/block/birch_door_top.json deleted file mode 100644 index d9e1259..0000000 --- a/assets/minecraft/textures/models/block/birch_door_top.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "parent": "block/door_top", - "ambientocclusion": false, - "textures": { - "particle": "block/birch_door_top", - "side": "block/birch_door_side", - "all": "block/birch_door_top" - }, - "elements": [ - { - "from": [0,0,0], - "to": [3,16,2], - "faces": { - "up": { - "texture": "#side", - "cullface": "up" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [2,0,0,16], - "texture": "#all" - }, - "north": { - "uv": [3,0,0,16], - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [0,0,14], - "to": [3,16,16], - "faces": { - "up": { - "uv": [8,14,11,16], - "texture": "#side", - "cullface": "up" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [16,0,14,16], - "texture": "#all" - }, - "north": { - "uv": [3,0,0,16], - "texture": "#side" - }, - "south": { - "uv": [3,0,0,16], - "texture": "#side" - } - } - }, - { - "from": [0,14,2], - "to": [3,16,14], - "faces": { - "up": { - "texture": "#side", - "cullface": "up" - }, - "down": { - "texture": "#side" - }, - "west": { - "uv": [14,0,2,2], - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [14,0,2,2], - "texture": "#all" - } - } - }, - { - "from": [1,0,2], - "to": [2,16,14], - "faces": { - "west": { - "texture": "#all" - }, - "east": { - "texture": "#all" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/birch_door_top_hinge.json b/assets/minecraft/textures/models/block/birch_door_top_hinge.json deleted file mode 100644 index df3d7a4..0000000 --- a/assets/minecraft/textures/models/block/birch_door_top_hinge.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "parent": "block/door_top_rh", - "ambientocclusion": false, - "textures": { - "particle": "block/birch_door_top", - "side": "block/birch_door_side", - "all": "block/birch_door_top" - }, - "elements": [ - { - "from": [0,0,0], - "to": [3,16,2], - "faces": { - "up": { - "texture": "#side", - "cullface": "up" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [2,0,0,16], - "texture": "#all" - }, - "north": { - "uv": [3,0,0,16], - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [0,0,14], - "to": [3,16,16], - "faces": { - "up": { - "uv": [8,14,11,16], - "texture": "#side", - "cullface": "up" - }, - "west": { - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [16,0,14,16], - "texture": "#all" - }, - "north": { - "uv": [3,0,0,16], - "texture": "#side" - }, - "south": { - "texture": "#side" - } - } - }, - { - "from": [0,14,2], - "to": [3,16,14], - "faces": { - "up": { - "texture": "#side", - "cullface": "up" - }, - "down": { - "texture": "#side" - }, - "west": { - "uv": [14,0,2,2], - "texture": "#all", - "cullface": "west" - }, - "east": { - "uv": [14,0,2,2], - "texture": "#all" - } - } - }, - { - "from": [1,0,2], - "to": [2,16,14], - "faces": { - "west": { - "texture": "#all" - }, - "east": { - "texture": "#all" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/birch_fence_gate_closed.json b/assets/minecraft/textures/models/block/birch_fence_gate_closed.json deleted file mode 100644 index daba0bc..0000000 --- a/assets/minecraft/textures/models/block/birch_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/birch_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/birch_fence_gate_open.json b/assets/minecraft/textures/models/block/birch_fence_gate_open.json deleted file mode 100644 index 6acefd3..0000000 --- a/assets/minecraft/textures/models/block/birch_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/birch_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/birch_fence_inventory.json b/assets/minecraft/textures/models/block/birch_fence_inventory.json deleted file mode 100644 index cca25e7..0000000 --- a/assets/minecraft/textures/models/block/birch_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/birch_fence" - } -} diff --git a/assets/minecraft/textures/models/block/birch_fence_post.json b/assets/minecraft/textures/models/block/birch_fence_post.json deleted file mode 100644 index 49d82e8..0000000 --- a/assets/minecraft/textures/models/block/birch_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/birch_fence", - "side": "block/birch_fence_side", - "top": "block/birch_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/birch_fence_side.json b/assets/minecraft/textures/models/block/birch_fence_side.json deleted file mode 100644 index 6b87149..0000000 --- a/assets/minecraft/textures/models/block/birch_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/birch_fence", - "side": "block/birch_fence_side", - "top": "block/birch_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/birch_leaves.json b/assets/minecraft/textures/models/block/birch_leaves.json deleted file mode 100644 index c8fca1c..0000000 --- a/assets/minecraft/textures/models/block/birch_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/untinted_leaves", - "textures": { - "all": "block/birch_leaves" - } -} diff --git a/assets/minecraft/textures/models/block/birch_wall_gate_closed.json b/assets/minecraft/textures/models/block/birch_wall_gate_closed.json deleted file mode 100644 index 5feb2c0..0000000 --- a/assets/minecraft/textures/models/block/birch_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/birch_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/birch_wall_gate_open.json b/assets/minecraft/textures/models/block/birch_wall_gate_open.json deleted file mode 100644 index ec9e0a7..0000000 --- a/assets/minecraft/textures/models/block/birch_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/birch_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/bookshelf.json b/assets/minecraft/textures/models/block/bookshelf.json deleted file mode 100644 index fbc76be..0000000 --- a/assets/minecraft/textures/models/block/bookshelf.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "block/bookshelf", - "0": "block/bookshelf", - "1": "block/bookshelf_top" - }, - "elements": [ - { - "name": "Element", - "from": [ 1.0, 0.0, 1.0 ], - "to": [ 15.0, 16.0, 15.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, - "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 16.0, 1.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 15.0, 0.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 7.0, 0.0 ], - "to": [ 16.0, 9.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 15.0 ], - "to": [ 1.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 0.0 ], - "to": [ 16.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 15.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 1.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/bookshelf/1.json b/assets/minecraft/textures/models/block/bookshelf/1.json deleted file mode 100644 index ec1824c..0000000 --- a/assets/minecraft/textures/models/block/bookshelf/1.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "textures": { - "0": "block/bookshelf1", - "1": "block/bookshelf_top", - "particle": "block/bookshelf" - }, - "elements": [ - { - "name": "Element", - "from": [ 1.0, 0.0, 1.0 ], - "to": [ 15.0, 16.0, 15.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, - "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 16.0, 1.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 15.0, 0.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 7.0, 0.0 ], - "to": [ 16.0, 9.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 15.0 ], - "to": [ 1.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 0.0 ], - "to": [ 16.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 15.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 1.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/bookshelf/2.json b/assets/minecraft/textures/models/block/bookshelf/2.json deleted file mode 100644 index a5fec13..0000000 --- a/assets/minecraft/textures/models/block/bookshelf/2.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "textures": { - "0": "block/bookshelf2", - "1": "block/bookshelf_top", - "particle": "block/bookshelf" - }, - "elements": [ - { - "name": "Element", - "from": [ 1.0, 0.0, 1.0 ], - "to": [ 15.0, 16.0, 15.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, - "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 16.0, 1.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 15.0, 0.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 7.0, 0.0 ], - "to": [ 16.0, 9.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 15.0 ], - "to": [ 1.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 0.0 ], - "to": [ 16.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 15.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 1.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/bookshelf/bookshelf.json b/assets/minecraft/textures/models/block/bookshelf/bookshelf.json deleted file mode 100644 index 4134191..0000000 --- a/assets/minecraft/textures/models/block/bookshelf/bookshelf.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "textures": { - "0": "blocks/bookshelf1", - "1": "blocks/bookshelf_top", - "particle": "blocks/bookshelf" - }, - "elements": [ - { - "name": "Element", - "from": [ 1.0, 0.0, 1.0 ], - "to": [ 15.0, 16.0, 15.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, - "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 16.0, 1.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 15.0, 0.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 7.0, 0.0 ], - "to": [ 16.0, 9.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 15.0 ], - "to": [ 1.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 0.0 ], - "to": [ 16.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 15.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 1.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/bookshelf/bookshelf_invetory.json b/assets/minecraft/textures/models/block/bookshelf/bookshelf_invetory.json deleted file mode 100644 index 37e1f78..0000000 --- a/assets/minecraft/textures/models/block/bookshelf/bookshelf_invetory.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "textures": { - "0": "blocks/bookshelf2", - "1": "blocks/bookshelf_top", - "particle": "blocks/bookshelf" - }, - "elements": [ - { - "name": "Element", - "from": [ 1.0, 0.0, 1.0 ], - "to": [ 15.0, 16.0, 15.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, - "down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 16.0, 1.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 15.0, 0.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 7.0, 0.0 ], - "to": [ 16.0, 9.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] }, - "up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, - "down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 15.0 ], - "to": [ 1.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 0.0 ], - "to": [ 16.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 15.0, 0.0, 15.0 ], - "to": [ 16.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 1.0, 16.0, 1.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/bricks/1.json b/assets/minecraft/textures/models/block/bricks/1.json deleted file mode 100644 index 350d6bd..0000000 --- a/assets/minecraft/textures/models/block/bricks/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/2.json b/assets/minecraft/textures/models/block/bricks/2.json deleted file mode 100644 index 886d51b..0000000 --- a/assets/minecraft/textures/models/block/bricks/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/3.json b/assets/minecraft/textures/models/block/bricks/3.json deleted file mode 100644 index 3817dec..0000000 --- a/assets/minecraft/textures/models/block/bricks/3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/4.json b/assets/minecraft/textures/models/block/bricks/4.json deleted file mode 100644 index 5a933a5..0000000 --- a/assets/minecraft/textures/models/block/bricks/4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/5.json b/assets/minecraft/textures/models/block/bricks/5.json deleted file mode 100644 index bf1c545..0000000 --- a/assets/minecraft/textures/models/block/bricks/5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/6.json b/assets/minecraft/textures/models/block/bricks/6.json deleted file mode 100644 index 6a6b724..0000000 --- a/assets/minecraft/textures/models/block/bricks/6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/7.json b/assets/minecraft/textures/models/block/bricks/7.json deleted file mode 100644 index 6c880be..0000000 --- a/assets/minecraft/textures/models/block/bricks/7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "blocks/brick7" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/1.json b/assets/minecraft/textures/models/block/bricks/halfslab/1.json deleted file mode 100644 index 7921e48..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks1", - "top": "blocks/bricks1", - "side": "blocks/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/10.json b/assets/minecraft/textures/models/block/bricks/halfslab/10.json deleted file mode 100644 index 16c99fa..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/10.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/11.json b/assets/minecraft/textures/models/block/bricks/halfslab/11.json deleted file mode 100644 index 528cf2d..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/11.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/12.json b/assets/minecraft/textures/models/block/bricks/halfslab/12.json deleted file mode 100644 index 1704976..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/12.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/13.json b/assets/minecraft/textures/models/block/bricks/halfslab/13.json deleted file mode 100644 index 0c28c95..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/13.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/14.json b/assets/minecraft/textures/models/block/bricks/halfslab/14.json deleted file mode 100644 index 43c1796..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/14.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick7", - "top": "blocks/brick7", - "side": "blocks/brick7" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/2.json b/assets/minecraft/textures/models/block/bricks/halfslab/2.json deleted file mode 100644 index 30f505c..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/2.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks2", - "top": "blocks/bricks2", - "side": "blocks/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/3.json b/assets/minecraft/textures/models/block/bricks/halfslab/3.json deleted file mode 100644 index ac39020..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/3.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks3", - "top": "blocks/bricks3", - "side": "blocks/bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/4.json b/assets/minecraft/textures/models/block/bricks/halfslab/4.json deleted file mode 100644 index 8abd24d..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/4.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks4", - "top": "blocks/bricks4", - "side": "blocks/bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/5.json b/assets/minecraft/textures/models/block/bricks/halfslab/5.json deleted file mode 100644 index 0644984..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/5.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks5", - "top": "blocks/bricks5", - "side": "blocks/bricks5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/6.json b/assets/minecraft/textures/models/block/bricks/halfslab/6.json deleted file mode 100644 index 9ad1992..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/6.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks6", - "top": "blocks/bricks6", - "side": "blocks/bricks6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/7.json b/assets/minecraft/textures/models/block/bricks/halfslab/7.json deleted file mode 100644 index d18c76d..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/bricks7", - "top": "blocks/bricks7", - "side": "blocks/bricks7" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/8.json b/assets/minecraft/textures/models/block/bricks/halfslab/8.json deleted file mode 100644 index 329bdc8..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/8.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/bricks1", - "top": "blocks/bricks1", - "side": "blocks/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/9.json b/assets/minecraft/textures/models/block/bricks/halfslab/9.json deleted file mode 100644 index 7788fb2..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/9.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/bricks2", - "top": "blocks/bricks2", - "side": "blocks/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l1.json b/assets/minecraft/textures/models/block/bricks/halfslab/l1.json deleted file mode 100644 index 4ca22a0..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick1", - "top": "blocks/brick1", - "side": "blocks/brick1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l2.json b/assets/minecraft/textures/models/block/bricks/halfslab/l2.json deleted file mode 100644 index a43caeb..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick2", - "top": "blocks/brick2", - "side": "blocks/brick2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l3.json b/assets/minecraft/textures/models/block/bricks/halfslab/l3.json deleted file mode 100644 index 6b4fc6a..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l4.json b/assets/minecraft/textures/models/block/bricks/halfslab/l4.json deleted file mode 100644 index 4fee9b6..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l5.json b/assets/minecraft/textures/models/block/bricks/halfslab/l5.json deleted file mode 100644 index a80f294..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l6.json b/assets/minecraft/textures/models/block/bricks/halfslab/l6.json deleted file mode 100644 index e0638f4..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/l7.json b/assets/minecraft/textures/models/block/bricks/halfslab/l7.json deleted file mode 100644 index ba1677a..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/l7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/half_slab", - "textures": { - "bottom": "blocks/brick7", - "top": "blocks/brick7", - "side": "blocks/brick7" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u1.json b/assets/minecraft/textures/models/block/bricks/halfslab/u1.json deleted file mode 100644 index 260b35e..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick1", - "top": "blocks/brick1", - "side": "blocks/brick1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u2.json b/assets/minecraft/textures/models/block/bricks/halfslab/u2.json deleted file mode 100644 index 1e838b0..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick2", - "top": "blocks/brick2", - "side": "blocks/brick2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u3.json b/assets/minecraft/textures/models/block/bricks/halfslab/u3.json deleted file mode 100644 index 4ceecc6..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u4.json b/assets/minecraft/textures/models/block/bricks/halfslab/u4.json deleted file mode 100644 index 4e18d9d..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u5.json b/assets/minecraft/textures/models/block/bricks/halfslab/u5.json deleted file mode 100644 index d9fe76a..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u6.json b/assets/minecraft/textures/models/block/bricks/halfslab/u6.json deleted file mode 100644 index e4f3ec0..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/halfslab/u7.json b/assets/minecraft/textures/models/block/bricks/halfslab/u7.json deleted file mode 100644 index 87ba643..0000000 --- a/assets/minecraft/textures/models/block/bricks/halfslab/u7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/upper_slab", - "textures": { - "bottom": "blocks/brick7", - "top": "blocks/brick7", - "side": "blocks/brick7" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/slab/l1.json b/assets/minecraft/textures/models/block/bricks/slab/l1.json deleted file mode 100644 index fb70cab..0000000 --- a/assets/minecraft/textures/models/block/bricks/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/bricks1", - "top": "block/bricks1", - "side": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/slab/l2.json b/assets/minecraft/textures/models/block/bricks/slab/l2.json deleted file mode 100644 index 8304244..0000000 --- a/assets/minecraft/textures/models/block/bricks/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/bricks2", - "top": "block/bricks2", - "side": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/slab/u1.json b/assets/minecraft/textures/models/block/bricks/slab/u1.json deleted file mode 100644 index fe9fc32..0000000 --- a/assets/minecraft/textures/models/block/bricks/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/bricks1", - "top": "block/bricks1", - "side": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/slab/u2.json b/assets/minecraft/textures/models/block/bricks/slab/u2.json deleted file mode 100644 index fb74975..0000000 --- a/assets/minecraft/textures/models/block/bricks/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/bricks2", - "top": "block/bricks2", - "side": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/1.json b/assets/minecraft/textures/models/block/bricks/stairs/1.json deleted file mode 100644 index d64f210..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/bricks1", - "top": "block/bricks1", - "side": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/2.json b/assets/minecraft/textures/models/block/bricks/stairs/2.json deleted file mode 100644 index 1d5c672..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/bricks2", - "top": "block/bricks2", - "side": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/3.json b/assets/minecraft/textures/models/block/bricks/stairs/3.json deleted file mode 100644 index e76de8e..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/4.json b/assets/minecraft/textures/models/block/bricks/stairs/4.json deleted file mode 100644 index c0ee602..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/5.json b/assets/minecraft/textures/models/block/bricks/stairs/5.json deleted file mode 100644 index d9ba1d5..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/6.json b/assets/minecraft/textures/models/block/bricks/stairs/6.json deleted file mode 100644 index 04dabb8..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/7.json b/assets/minecraft/textures/models/block/bricks/stairs/7.json deleted file mode 100644 index 04dabb8..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i1.json b/assets/minecraft/textures/models/block/bricks/stairs/i1.json deleted file mode 100644 index 1b06da9..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/bricks1", - "top": "block/bricks1", - "side": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i2.json b/assets/minecraft/textures/models/block/bricks/stairs/i2.json deleted file mode 100644 index 7743ea1..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/bricks2", - "top": "block/bricks2", - "side": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i3.json b/assets/minecraft/textures/models/block/bricks/stairs/i3.json deleted file mode 100644 index 91da9c1..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i4.json b/assets/minecraft/textures/models/block/bricks/stairs/i4.json deleted file mode 100644 index e545050..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i5.json b/assets/minecraft/textures/models/block/bricks/stairs/i5.json deleted file mode 100644 index 3680541..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i6.json b/assets/minecraft/textures/models/block/bricks/stairs/i6.json deleted file mode 100644 index d5159f7..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/i7.json b/assets/minecraft/textures/models/block/bricks/stairs/i7.json deleted file mode 100644 index d5159f7..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/i7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o1.json b/assets/minecraft/textures/models/block/bricks/stairs/o1.json deleted file mode 100644 index 7f0ce73..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/bricks1", - "top": "block/bricks1", - "side": "block/bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o2.json b/assets/minecraft/textures/models/block/bricks/stairs/o2.json deleted file mode 100644 index 30ca649..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/bricks2", - "top": "block/bricks2", - "side": "block/bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o3.json b/assets/minecraft/textures/models/block/bricks/stairs/o3.json deleted file mode 100644 index 40db3df..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/brick3", - "top": "blocks/brick3", - "side": "blocks/brick3" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o4.json b/assets/minecraft/textures/models/block/bricks/stairs/o4.json deleted file mode 100644 index 04cef6b..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/brick4", - "top": "blocks/brick4", - "side": "blocks/brick4" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o5.json b/assets/minecraft/textures/models/block/bricks/stairs/o5.json deleted file mode 100644 index 80e0c52..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/brick5", - "top": "blocks/brick5", - "side": "blocks/brick5" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o6.json b/assets/minecraft/textures/models/block/bricks/stairs/o6.json deleted file mode 100644 index 47b64a2..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/bricks/stairs/o7.json b/assets/minecraft/textures/models/block/bricks/stairs/o7.json deleted file mode 100644 index 47b64a2..0000000 --- a/assets/minecraft/textures/models/block/bricks/stairs/o7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "blocks/brick6", - "top": "blocks/brick6", - "side": "blocks/brick6" - } -} diff --git a/assets/minecraft/textures/models/block/cactus/cactus.json b/assets/minecraft/textures/models/block/cactus/cactus.json deleted file mode 100644 index 469625a..0000000 --- a/assets/minecraft/textures/models/block/cactus/cactus.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "block/cactus_side", - "side": "block/cactus_side", - "bottom": "block/cactus_bottom", - "top": "block/cactus_top" - }, - "elements": [{ - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "up": { - "uv": [0, 0, 16, 16], - "texture": "#top" - }, - "down": { - "uv": [0, 0, 16, 16], - "texture": "#bottom" - } - } - }, { - "from": [0, 0, 1], - "to": [16, 16, 15], - "faces": { - "north": { - "uv": [0, 0, 16, 16], - "texture": "#side" - }, - "south": { - "uv": [0, 0, 16, 16], - "texture": "#side" - } - } - }, { - "from": [1, 0, 0], - "to": [15, 16, 16], - "faces": { - "west": { - "uv": [0, 0, 16, 16], - "texture": "#side" - }, - "east": { - "uv": [0, 0, 16, 16], - "texture": "#side" - } - } - }, { - "from": [-3, 2, -3], - "to": [3, 7, 2], - "faces": { - "up": { - "uv": [4, 6, 10, 11], - "texture": "#top" - }, - "down": { - "uv": [4, 5, 10, 10], - "texture": "#top" - }, - "west": { - "uv": [9, 7, 14, 13], - "texture": "#side" - }, - "east": { - "uv": [10, 2, 15, 7], - "texture": "#side" - }, - "north": { - "uv": [5, 7, 11, 12], - "texture": "#side" - }, - "south": { - "uv": [4, 2, 9, 7], - "texture": "#side" - } - } - }, { - "from": [-4, 5, -5], - "to": [1, 12, 0], - "faces": { - "up": { - "uv": [4, 5, 10, 11], - "texture": "#top" - }, - "down": { - "uv": [9, 7, 15, 13], - "texture": "#top" - }, - "west": { - "uv": [2, 2, 8, 10], - "texture": "#side" - }, - "east": { - "uv": [3, 8, 9, 16], - "texture": "#side" - }, - "north": { - "uv": [6, 2, 12, 10], - "texture": "#side" - }, - "south": { - "uv": [8, 7, 14, 15], - "texture": "#side" - } - } - }, { - "from": [-3, 11, -4], - "to": [0, 14, -1], - "faces": { - "up": { - "uv": [5, 3, 8, 6], - "texture": "#top" - }, - "west": { - "uv": [5, 1, 8, 4], - "texture": "#side" - }, - "east": { - "uv": [1, 13, 4, 16], - "texture": "#side" - }, - "north": { - "uv": [2, 1, 5, 4], - "texture": "#side" - }, - "south": { - "uv": [9, 13, 12, 16], - "texture": "#side" - } - } - }] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/cactus/cactus_invetory.json b/assets/minecraft/textures/models/block/cactus/cactus_invetory.json deleted file mode 100644 index be7d8b5..0000000 --- a/assets/minecraft/textures/models/block/cactus/cactus_invetory.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "block/cactus_side", - "side": "block/cactus_side", - "bottom": "block/cactus_bottom", - "top": "block/cactus_top" - }, - "elements": [{ - "from": [0, 0, 0], - "to": [16, 16, 16], - "faces": { - "up": { - "uv": [0, 0, 16, 16], - "texture": "#top" - }, - "down": { - "uv": [0, 0, 16, 16], - "texture": "#bottom" - } - } - }, { - "from": [0, 0, 1], - "to": [16, 16, 15], - "faces": { - "north": { - "uv": [0, 0, 16, 16], - "texture": "#side" - }, - "south": { - "uv": [0, 0, 16, 16], - "texture": "#side" - } - } - }, { - "from": [1, 0, 0], - "to": [15, 16, 16], - "faces": { - "west": { - "uv": [0, 0, 16, 16], - "texture": "#side" - }, - "east": { - "uv": [0, 0, 16, 16], - "texture": "#side" - } - } - }, { - "from": [13, 3, 9], - "to": [18, 8, 12], - "faces": { - "up": { - "uv": [4, 6, 10, 11], - "texture": "#top" - }, - "down": { - "uv": [4, 5, 10, 10], - "texture": "#top" - }, - "west": { - "uv": [9, 7, 14, 13], - "texture": "#side" - }, - "east": { - "uv": [10, 2, 15, 7], - "texture": "#side" - }, - "north": { - "uv": [5, 7, 11, 12], - "texture": "#side" - }, - "south": { - "uv": [4, 2, 9, 7], - "texture": "#side" - } - } - }, { - "from": [16, 5, 8], - "to": [21, 15, 13], - "faces": { - "up": { - "uv": [4, 5, 10, 11], - "texture": "#top" - }, - "down": { - "uv": [9, 7, 15, 13], - "texture": "#top" - }, - "west": { - "uv": [2, 2, 8, 10], - "texture": "#side" - }, - "east": { - "uv": [3, 6, 9, 16], - "texture": "#side" - }, - "north": { - "uv": [3, 2, 9, 12], - "texture": "#side" - }, - "south": { - "uv": [8, 5, 14, 15], - "texture": "#side" - } - } - }, { - "from": [17, 13, 9], - "to": [20, 16, 12], - "faces": { - "up": { - "uv": [5, 3, 8, 6], - "texture": "#top" - }, - "west": { - "uv": [5, 1, 8, 4], - "texture": "#side" - }, - "east": { - "uv": [1, 13, 4, 16], - "texture": "#side" - }, - "north": { - "uv": [2, 1, 5, 4], - "texture": "#side" - }, - "south": { - "uv": [9, 13, 12, 16], - "texture": "#side"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/cobblestone/1.json b/assets/minecraft/textures/models/block/cobblestone/1.json deleted file mode 100644 index e94fbe4..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/2.json b/assets/minecraft/textures/models/block/cobblestone/2.json deleted file mode 100644 index 9bf3d45..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/slab/l1.json b/assets/minecraft/textures/models/block/cobblestone/slab/l1.json deleted file mode 100644 index 4a0d556..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/cobblestone1", - "top": "block/cobblestone1", - "side": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/slab/l2.json b/assets/minecraft/textures/models/block/cobblestone/slab/l2.json deleted file mode 100644 index e5afc43..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/cobblestone2", - "top": "block/cobblestone2", - "side": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/slab/u1.json b/assets/minecraft/textures/models/block/cobblestone/slab/u1.json deleted file mode 100644 index 4abd939..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/cobblestone1", - "top": "block/cobblestone1", - "side": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/slab/u2.json b/assets/minecraft/textures/models/block/cobblestone/slab/u2.json deleted file mode 100644 index 989464c..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/cobblestone2", - "top": "block/cobblestone2", - "side": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/1.json b/assets/minecraft/textures/models/block/cobblestone/stairs/1.json deleted file mode 100644 index ac51521..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/cobblestone1", - "top": "block/cobblestone1", - "side": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/2.json b/assets/minecraft/textures/models/block/cobblestone/stairs/2.json deleted file mode 100644 index 7cfa7ea..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/cobblestone2", - "top": "block/cobblestone2", - "side": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/i1.json b/assets/minecraft/textures/models/block/cobblestone/stairs/i1.json deleted file mode 100644 index c8c6d35..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/cobblestone1", - "top": "block/cobblestone1", - "side": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/i2.json b/assets/minecraft/textures/models/block/cobblestone/stairs/i2.json deleted file mode 100644 index 1d3eb9d..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/cobblestone2", - "top": "block/cobblestone2", - "side": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/o1.json b/assets/minecraft/textures/models/block/cobblestone/stairs/o1.json deleted file mode 100644 index e4fe010..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/cobblestone1", - "top": "block/cobblestone1", - "side": "block/cobblestone1" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone/stairs/o2.json b/assets/minecraft/textures/models/block/cobblestone/stairs/o2.json deleted file mode 100644 index 3a87664..0000000 --- a/assets/minecraft/textures/models/block/cobblestone/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/cobblestone2", - "top": "block/cobblestone2", - "side": "block/cobblestone2" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone_wall_inventory.json b/assets/minecraft/textures/models/block/cobblestone_wall_inventory.json deleted file mode 100644 index 911dcfb..0000000 --- a/assets/minecraft/textures/models/block/cobblestone_wall_inventory.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_inventory", - "textures": { - "wall": "block/cobble_wall_side", - "top": "block/cobble_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone_wall_post.json b/assets/minecraft/textures/models/block/cobblestone_wall_post.json deleted file mode 100644 index eb95f32..0000000 --- a/assets/minecraft/textures/models/block/cobblestone_wall_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_post", - "textures": { - "wall": "block/cobble_wall_side", - "top": "block/cobble_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/cobblestone_wall_side.json b/assets/minecraft/textures/models/block/cobblestone_wall_side.json deleted file mode 100644 index ba17bac..0000000 --- a/assets/minecraft/textures/models/block/cobblestone_wall_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_side", - "textures": { - "wall": "block/cobble_wall_side", - "top": "block/cobble_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/column_side.json b/assets/minecraft/textures/models/block/column_side.json deleted file mode 100644 index ada3839..0000000 --- a/assets/minecraft/textures/models/block/column_side.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#side" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/cross.json b/assets/minecraft/textures/models/block/cross.json deleted file mode 100644 index 37c8b09..0000000 --- a/assets/minecraft/textures/models/block/cross.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#cross" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/cube - noshade.json b/assets/minecraft/textures/models/block/cube - noshade.json deleted file mode 100644 index 97725c0..0000000 --- a/assets/minecraft/textures/models/block/cube - noshade.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "shade": false, - "faces": { - "down": { "texture": "#down", "cullface": "down" }, - "up": { "texture": "#up", "cullface": "up" }, - "north": { "texture": "#north", "cullface": "north" }, - "south": { "texture": "#south", "cullface": "south" }, - "west": { "texture": "#west", "cullface": "west" }, - "east": { "texture": "#east", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/cube.json b/assets/minecraft/textures/models/block/cube.json deleted file mode 100644 index 4d1c9af..0000000 --- a/assets/minecraft/textures/models/block/cube.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "texture": "#down", "cullface": "down" }, - "up": { "texture": "#up", "cullface": "up" }, - "north": { "texture": "#north", "cullface": "north" }, - "south": { "texture": "#south", "cullface": "south" }, - "west": { "texture": "#west", "cullface": "west" }, - "east": { "texture": "#east", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/cube_all - noshade.json b/assets/minecraft/textures/models/block/cube_all - noshade.json deleted file mode 100644 index f112371..0000000 --- a/assets/minecraft/textures/models/block/cube_all - noshade.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/cube - noshade", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/assets/minecraft/textures/models/block/cube_all.json b/assets/minecraft/textures/models/block/cube_all.json deleted file mode 100644 index 2678010..0000000 --- a/assets/minecraft/textures/models/block/cube_all.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/assets/minecraft/textures/models/block/cube_bottom_top.json b/assets/minecraft/textures/models/block/cube_bottom_top.json deleted file mode 100644 index 0a17bb4..0000000 --- a/assets/minecraft/textures/models/block/cube_bottom_top.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#bottom", - "up": "#top", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/assets/minecraft/textures/models/block/cube_column.json b/assets/minecraft/textures/models/block/cube_column.json deleted file mode 100644 index 3f8610e..0000000 --- a/assets/minecraft/textures/models/block/cube_column.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#end", - "up": "#end", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/assets/minecraft/textures/models/block/cube_mirrored.json b/assets/minecraft/textures/models/block/cube_mirrored.json deleted file mode 100644 index eab2b04..0000000 --- a/assets/minecraft/textures/models/block/cube_mirrored.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" }, - "up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" }, - "north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" }, - "south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, - "west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" }, - "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/cube_mirrored_all.json b/assets/minecraft/textures/models/block/cube_mirrored_all.json deleted file mode 100644 index b3f008c..0000000 --- a/assets/minecraft/textures/models/block/cube_mirrored_all.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube_mirrored", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/assets/minecraft/textures/models/block/cube_top.json b/assets/minecraft/textures/models/block/cube_top.json deleted file mode 100644 index 197af0c..0000000 --- a/assets/minecraft/textures/models/block/cube_top.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/cube", - "textures": { - "particle": "#side", - "down": "#side", - "up": "#top", - "north": "#side", - "east": "#side", - "south": "#side", - "west": "#side" - } -} diff --git a/assets/minecraft/textures/models/block/custom_wall_inventory.json b/assets/minecraft/textures/models/block/custom_wall_inventory.json deleted file mode 100644 index 1eaff6d..0000000 --- a/assets/minecraft/textures/models/block/custom_wall_inventory.json +++ /dev/null @@ -1,44 +0,0 @@ -{ "parent": "block/block", - "display": { - "gui": { - "rotation": [ 30, 135, 0 ], - "translation": [ 0, 0, 0], - "scale":[ 0.625, 0.625, 0.625 ] - }, - "fixed": { - "rotation": [ 0, 90, 0 ], - "translation": [ 0, 0, 0 ], - "scale": [ 0.5, 0.5, 0.5 ] - } - }, - "ambientocclusion": false, - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 4, 0, 4 ], - "to": [ 12, 16, 12 ], - "faces": { - "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, - "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" }, - "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, - "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } - }, - "__comment": "Center post" - }, - { "from": [ 5, 0, 0 ], - "to": [ 11, 13, 16 ], - "faces": { - "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, - "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#top" }, - "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, - "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, - "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, - "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } - }, - "__comment": "Full wall" - } - ] -} diff --git a/assets/minecraft/textures/models/block/custom_wall_post.json b/assets/minecraft/textures/models/block/custom_wall_post.json deleted file mode 100644 index 47dcf05..0000000 --- a/assets/minecraft/textures/models/block/custom_wall_post.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 4, 0, 4 ], - "to": [ 12, 16, 12 ], - "faces": { - "down": { "texture": "#wall", "cullface": "down" }, - "up": { "texture": "#top", "cullface": "up" }, - "north": { "texture": "#wall" }, - "south": { "texture": "#wall" }, - "west": { "texture": "#wall" }, - "east": { "texture": "#wall" } - }, - "__comment": "Center post" - } - ] -} diff --git a/assets/minecraft/textures/models/block/custom_wall_side.json b/assets/minecraft/textures/models/block/custom_wall_side.json deleted file mode 100644 index 4fe9b9c..0000000 --- a/assets/minecraft/textures/models/block/custom_wall_side.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 5, 0, 0 ], - "to": [ 11, 14, 8 ], - "faces": { - "down": { "texture": "#wall", "cullface": "down" }, - "up": { "texture": "#top" }, - "north": { "texture": "#wall", "cullface": "north" }, - "west": { "texture": "#wall" }, - "east": { "texture": "#wall" } - }, - "__comment": "wall" - } - ] -} diff --git a/assets/minecraft/textures/models/block/dark_oak_door_bottom.json b/assets/minecraft/textures/models/block/dark_oak_door_bottom.json deleted file mode 100644 index 04ee47e..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_door_bottom_hinge.json b/assets/minecraft/textures/models/block/dark_oak_door_bottom_hinge.json deleted file mode 100644 index 0b4014e..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_door_top.json b/assets/minecraft/textures/models/block/dark_oak_door_top.json deleted file mode 100644 index 1330312..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_door_top_hinge.json b/assets/minecraft/textures/models/block/dark_oak_door_top_hinge.json deleted file mode 100644 index a37d988..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/dark_oak_door_bottom", - "top": "block/dark_oak_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_fence_gate_closed.json b/assets/minecraft/textures/models/block/dark_oak_fence_gate_closed.json deleted file mode 100644 index 17ba598..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/dark_oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_fence_gate_open.json b/assets/minecraft/textures/models/block/dark_oak_fence_gate_open.json deleted file mode 100644 index eac9f86..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/dark_oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_fence_inventory.json b/assets/minecraft/textures/models/block/dark_oak_fence_inventory.json deleted file mode 100644 index 609165e..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/dark_oak_fence" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_fence_post.json b/assets/minecraft/textures/models/block/dark_oak_fence_post.json deleted file mode 100644 index e34536e..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/dark_oak_fence", - "side": "block/dark_oak_fence_side", - "top": "block/dark_oak_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_fence_side.json b/assets/minecraft/textures/models/block/dark_oak_fence_side.json deleted file mode 100644 index 573591b..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/dark_oak_fence", - "side": "block/dark_oak_fence_side", - "top": "block/dark_oak_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_leaves.json b/assets/minecraft/textures/models/block/dark_oak_leaves.json deleted file mode 100644 index 7e9dd39..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/untinted_leaves", - "textures": { - "all": "block/dark_oak_leaves" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_wall_gate_closed.json b/assets/minecraft/textures/models/block/dark_oak_wall_gate_closed.json deleted file mode 100644 index b28babe..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/dark_oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/dark_oak_wall_gate_open.json b/assets/minecraft/textures/models/block/dark_oak_wall_gate_open.json deleted file mode 100644 index fb68c2c..0000000 --- a/assets/minecraft/textures/models/block/dark_oak_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/dark_oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/diorite/1.json b/assets/minecraft/textures/models/block/diorite/1.json deleted file mode 100644 index c6614b0..0000000 --- a/assets/minecraft/textures/models/block/diorite/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/diorite1" - } -} diff --git a/assets/minecraft/textures/models/block/dirt/1.json b/assets/minecraft/textures/models/block/dirt/1.json deleted file mode 100644 index 8379120..0000000 --- a/assets/minecraft/textures/models/block/dirt/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dirt1" - } -} diff --git a/assets/minecraft/textures/models/block/dirt/2.json b/assets/minecraft/textures/models/block/dirt/2.json deleted file mode 100644 index 7cda86f..0000000 --- a/assets/minecraft/textures/models/block/dirt/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dirt2" - } -} diff --git a/assets/minecraft/textures/models/block/dirt/3.json b/assets/minecraft/textures/models/block/dirt/3.json deleted file mode 100644 index 7f2b9cf..0000000 --- a/assets/minecraft/textures/models/block/dirt/3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dirt3" - } -} diff --git a/assets/minecraft/textures/models/block/dirt/4.json b/assets/minecraft/textures/models/block/dirt/4.json deleted file mode 100644 index 49dc0b1..0000000 --- a/assets/minecraft/textures/models/block/dirt/4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dirt4" - } -} diff --git a/assets/minecraft/textures/models/block/door_bottom.json b/assets/minecraft/textures/models/block/door_bottom.json deleted file mode 100644 index ee70c4e..0000000 --- a/assets/minecraft/textures/models/block/door_bottom.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#bottom" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "west" }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/door_bottom_rh.json b/assets/minecraft/textures/models/block/door_bottom_rh.json deleted file mode 100644 index f96df0a..0000000 --- a/assets/minecraft/textures/models/block/door_bottom_rh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#bottom" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/door_top.json b/assets/minecraft/textures/models/block/door_top.json deleted file mode 100644 index 4774772..0000000 --- a/assets/minecraft/textures/models/block/door_top.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#top" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/door_top_rh.json b/assets/minecraft/textures/models/block/door_top_rh.json deleted file mode 100644 index f8df22b..0000000 --- a/assets/minecraft/textures/models/block/door_top_rh.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#top" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 3, 16, 16 ], - "faces": { - "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, - "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, - "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, - "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/fern/1.json b/assets/minecraft/textures/models/block/fern/1.json deleted file mode 100644 index 9972d3b..0000000 --- a/assets/minecraft/textures/models/block/fern/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/fern1" - } -} diff --git a/assets/minecraft/textures/models/block/flower_pot_cross.json b/assets/minecraft/textures/models/block/flower_pot_cross.json deleted file mode 100644 index d4a2693..0000000 --- a/assets/minecraft/textures/models/block/flower_pot_cross.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 2.6, 4, 8 ], - "to": [ 13.4, 16, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } - } - }, - { "from": [ 8, 4, 2.6 ], - "to": [ 8, 16, 13.4 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/flower_pot_fern.json b/assets/minecraft/textures/models/block/flower_pot_fern.json deleted file mode 100644 index 6c11967..0000000 --- a/assets/minecraft/textures/models/block/flower_pot_fern.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/flower_pot", - "flowerpot": "block/flower_pot", - "dirt": "block/dirt", - "plant": "block/fern" - }, - "elements": [ - { "from": [ 5, 0, 5 ], - "to": [ 6, 6, 11 ], - "faces": { - "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 10, 0, 5 ], - "to": [ 11, 6, 11 ], - "faces": { - "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, - "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, - "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 5 ], - "to": [ 10, 6, 6 ], - "faces": { - "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 10 ], - "to": [ 10, 6, 11 ], - "faces": { - "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, - "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, - "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } - } - }, - { "from": [ 6, 0, 6 ], - "to": [ 10, 4, 10 ], - "faces": { - "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, - "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } - } - }, - { "from": [ 2.6, 4, 8 ], - "to": [ 13.4, 16, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } - } - }, - { "from": [ 8, 4, 2.6 ], - "to": [ 8, 16, 13.4 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/glowstone.json b/assets/minecraft/textures/models/block/glowstone.json deleted file mode 100644 index 951ada8..0000000 --- a/assets/minecraft/textures/models/block/glowstone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/unshaded_cube_all", - "textures": { - "all": "block/glowstone" - } -} diff --git a/assets/minecraft/textures/models/block/granite/1.json b/assets/minecraft/textures/models/block/granite/1.json deleted file mode 100644 index 3b500f4..0000000 --- a/assets/minecraft/textures/models/block/granite/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/granite1" - } -} diff --git a/assets/minecraft/textures/models/block/grass.json b/assets/minecraft/textures/models/block/grass.json deleted file mode 100644 index b7c83da..0000000 --- a/assets/minecraft/textures/models/block/grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/grass" - } -} diff --git a/assets/minecraft/textures/models/block/grass/1.json b/assets/minecraft/textures/models/block/grass/1.json deleted file mode 100644 index 892738a..0000000 --- a/assets/minecraft/textures/models/block/grass/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/grass1" - } -} diff --git a/assets/minecraft/textures/models/block/grass/2.json b/assets/minecraft/textures/models/block/grass/2.json deleted file mode 100644 index 79225d5..0000000 --- a/assets/minecraft/textures/models/block/grass/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/grass2" - } -} diff --git a/assets/minecraft/textures/models/block/grass_block.json b/assets/minecraft/textures/models/block/grass_block.json deleted file mode 100644 index 205b79c..0000000 --- a/assets/minecraft/textures/models/block/grass_block.json +++ /dev/null @@ -1,31 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/grass_block/1.json b/assets/minecraft/textures/models/block/grass_block/1.json deleted file mode 100644 index a63c860..0000000 --- a/assets/minecraft/textures/models/block/grass_block/1.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/grass_block", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top1", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - } -} diff --git a/assets/minecraft/textures/models/block/grass_block/2.json b/assets/minecraft/textures/models/block/grass_block/2.json deleted file mode 100644 index 3a7b1cc..0000000 --- a/assets/minecraft/textures/models/block/grass_block/2.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parent": "block/grass_top_extra", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top", - "topextra": "block/grass_block_top_extra", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - } -} diff --git a/assets/minecraft/textures/models/block/grass_block/3.json b/assets/minecraft/textures/models/block/grass_block/3.json deleted file mode 100644 index 557ca76..0000000 --- a/assets/minecraft/textures/models/block/grass_block/3.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/grass_block", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top2", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - } -} diff --git a/assets/minecraft/textures/models/block/grass_block/4.json b/assets/minecraft/textures/models/block/grass_block/4.json deleted file mode 100644 index cd6f50c..0000000 --- a/assets/minecraft/textures/models/block/grass_block/4.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "parent": "block/grass_top_extra", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top", - "topextra": "block/grass_block_top_extra1", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - } -} diff --git a/assets/minecraft/textures/models/block/grass_block/5.json b/assets/minecraft/textures/models/block/grass_block/5.json deleted file mode 100644 index 59d72ec..0000000 --- a/assets/minecraft/textures/models/block/grass_block/5.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "parent": "block/grass_block", - "textures": { - "particle": "block/dirt", - "bottom": "block/dirt", - "top": "block/grass_block_top3", - "side": "block/grass_block_side", - "overlay": "block/grass_block_side_overlay" - } -} diff --git a/assets/minecraft/textures/models/block/grass_path.json b/assets/minecraft/textures/models/block/grass_path.json deleted file mode 100644 index b922acb..0000000 --- a/assets/minecraft/textures/models/block/grass_path.json +++ /dev/null @@ -1,21 +0,0 @@ -{ "parent": "block/block", - "textures": { - "particle": "block/dirt", - "top": "block/grass_path_top", - "side": "block/grass_path_side", - "bottom": "block/dirt" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/grass_top_extra.json b/assets/minecraft/textures/models/block/grass_top_extra.json deleted file mode 100644 index afc0ab6..0000000 --- a/assets/minecraft/textures/models/block/grass_top_extra.json +++ /dev/null @@ -1,30 +0,0 @@ -{ "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } - } - }, - { "from": [ 0, 0.5, 0 ], - "to": [ 16, 16.5, 16 ], - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#topextra", "cullface": "up"} - } - }, - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/iron_bars_cap.json b/assets/minecraft/textures/models/block/iron_bars_cap.json deleted file mode 100644 index db28a9c..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_cap.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", -"ambientocclusion": false, - "textures": { - "particle": "block/block/iron_bars", - "0": "block/iron_bars" - }, - "elements": [ - { - "name": "Cube", - "from": [ 7.0, 0.0, 8.0 ], - "to": [ 9.0, 16.0, 9.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 8.0, 0.0, 9.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/iron_bars_cap_alt.json b/assets/minecraft/textures/models/block/iron_bars_cap_alt.json deleted file mode 100644 index 04ad298..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_cap_alt.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", -"ambientocclusion": false, - "textures": { - "particle": "block/block/block/iron_bars", - "0": "block/iron_bars" - }, - "elements": [ - { - "name": "Cube", - "from": [ 7.0, 0.0, 7.0 ], - "to": [ 9.0, 16.0, 8.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 8.0, 0.0, 9.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 7.0, 0.0, 8.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/iron_bars_post.json b/assets/minecraft/textures/models/block/iron_bars_post.json deleted file mode 100644 index ae4948e..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_post.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", -"ambientocclusion": false, - "textures": { - "particle": "block/block/block/iron_bars", - "0": "block/iron_bars" - }, - "elements": [ - { - "name": "Cube", - "from": [ 7.0, 0.0, 7.0 ], - "to": [ 9.0, 16.0, 9.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/iron_bars_post_ends.json b/assets/minecraft/textures/models/block/iron_bars_post_ends.json deleted file mode 100644 index 075f6c8..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_post_ends.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/iron_bars", - "edge": "block/iron_bars" - }, - "elements": [ - { "from": [ 7, 0.001, 7 ], - "to": [ 9, 0.001, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } - } - }, - { "from": [ 7, 15.999, 7 ], - "to": [ 9, 15.999, 9 ], - "faces": { - "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }, - "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/iron_bars_side.json b/assets/minecraft/textures/models/block/iron_bars_side.json deleted file mode 100644 index 2d51a29..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_side.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", -"ambientocclusion": false, - "textures": { - "particle": "block/block/iron_bars", - "0": "block/iron_bars" - }, - "elements": [ - { - "name": "Cube", - "from": [ 7.0, 0.0, 2.0 ], - "to": [ 9.0, 16.0, 4.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 12.0, 0.0, 14.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 2.0, 0.0, 4.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - }, - { - "name": "Cube", - "from": [ 7.0, 0.0, 7.0 ], - "to": [ 9.0, 16.0, 9.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - }, - { - "name": "Cube", - "from": [ 7.0, 11.0, 0.0 ], - "to": [ 9.0, 14.0, 8.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, - "east": { "texture": "#0", "uv": [ 8.0, 2.0, 16.0, 5.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 2.0, 8.0, 5.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 7.0, 9.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] } - } - }, - { - "name": "Cube", - "from": [ 7.0, 2.0, 0.0 ], - "to": [ 9.0, 3.0, 8.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, - "east": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, - "west": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ] }, - "up": { "texture": "#0", "uv": [ 16.0, 13.0, 8.0, 14.0 ], "rotation": 90 }, - "down": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ], "rotation": 90 } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/iron_bars_side_alt.json b/assets/minecraft/textures/models/block/iron_bars_side_alt.json deleted file mode 100644 index 4ccb23f..0000000 --- a/assets/minecraft/textures/models/block/iron_bars_side_alt.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", -"ambientocclusion": false, - "textures": { - "particle": "block/block/iron_bars", - "0": "block/iron_bars" - }, - "elements": [ - { - "name": "Cube", - "from": [ 7.0, 0.0, 12.0 ], - "to": [ 9.0, 16.0, 14.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 2.0, 0.0, 4.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 12.0, 0.0, 14.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - }, - { - "name": "Cube", - "from": [ 7.0, 0.0, 7.0 ], - "to": [ 9.0, 16.0, 9.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "east": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "west": { "texture": "#0", "uv": [ 7.0, 0.0, 9.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 2.0 ] } - } - }, - { - "name": "Cube", - "from": [ 7.0, 2.0, 8.0 ], - "to": [ 9.0, 3.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 13.0, 9.0, 14.0 ] }, - "west": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ] }, - "up": { "texture": "#0", "uv": [ 0.0, 13.0, 8.0, 14.0 ], "rotation": 90 }, - "down": { "texture": "#0", "uv": [ 8.0, 13.0, 16.0, 14.0 ], "rotation": 90 } - } - }, - { - "name": "Cube", - "from": [ 7.0, 11.0, 8.0 ], - "to": [ 9.0, 14.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, - "east": { "texture": "#0", "uv": [ 0.0, 2.0, 8.0, 5.0 ] }, - "south": { "texture": "#0", "uv": [ 7.0, 2.0, 9.0, 5.0 ] }, - "west": { "texture": "#0", "uv": [ 8.0, 2.0, 16.0, 5.0 ] }, - "up": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 7.0, 8.0, 9.0, 16.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/iron_door_bottom.json b/assets/minecraft/textures/models/block/iron_door_bottom.json deleted file mode 100644 index c97b04c..0000000 --- a/assets/minecraft/textures/models/block/iron_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/iron_door_bottom_hinge.json b/assets/minecraft/textures/models/block/iron_door_bottom_hinge.json deleted file mode 100644 index 079fd12..0000000 --- a/assets/minecraft/textures/models/block/iron_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/iron_door_top.json b/assets/minecraft/textures/models/block/iron_door_top.json deleted file mode 100644 index 1332810..0000000 --- a/assets/minecraft/textures/models/block/iron_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/iron_door_top_hinge.json b/assets/minecraft/textures/models/block/iron_door_top_hinge.json deleted file mode 100644 index 2ccc5a2..0000000 --- a/assets/minecraft/textures/models/block/iron_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/iron_door_bottom", - "top": "block/iron_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/item_frame.json b/assets/minecraft/textures/models/block/item_frame.json deleted file mode 100644 index 21cfd76..0000000 --- a/assets/minecraft/textures/models/block/item_frame.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "textures": { - "particle": "block/planks_birch", - "wood": "block/item_frame_border", - "back": "block/item_frame" - }, - "elements": [ - { "from": [ 3, 3, 15.5 ], - "to": [ 13, 13, 16 ], - "faces": { - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" } - } - }, - { "from": [ 2, 2, 15 ], - "to": [ 14, 3, 16 ], - "faces": { - "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, - "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, - "north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, - "south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, - "west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" }, - "east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" } - } - }, - { "from": [ 2, 13, 15 ], - "to": [ 14, 14, 16 ], - "faces": { - "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, - "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, - "north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, - "south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, - "west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" }, - "east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" } - } - }, - { "from": [ 2, 3, 15 ], - "to": [ 3, 13, 16 ], - "faces": { - "north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, - "south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, - "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, - "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } - } - }, - { "from": [ 13, 3, 15 ], - "to": [ 14, 13, 16 ], - "faces": { - "north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, - "south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, - "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, - "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/item_frame_map.json b/assets/minecraft/textures/models/block/item_frame_map.json deleted file mode 100644 index 4d2d01e..0000000 --- a/assets/minecraft/textures/models/block/item_frame_map.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "textures": { - "particle": "block/oak_planks", - "wood": "block/oak_planks", - "back": "block/itemframe_border" - }, - "elements": [ - { "from": [ 1, 1, 15.001 ], - "to": [ 15, 15, 16 ], - "faces": { - "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" }, - "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" } - } - }, - { "from": [ 0, 0, 15.001 ], - "to": [ 16, 1, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "west": { "uv": [ 15, 15, 16, 16 ], "texture": "#wood" }, - "east": { "uv": [ 0, 15, 1, 16 ], "texture": "#wood" } - } - }, - { "from": [ 0, 15, 15.001 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, - "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, - "west": { "uv": [ 15, 0, 16, 1 ], "texture": "#wood" }, - "east": { "uv": [ 0, 0, 1, 1 ], "texture": "#wood" } - } - }, - { "from": [ 0, 1, 15.001 ], - "to": [ 1, 15, 16 ], - "faces": { - "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } - } - }, - { "from": [ 15, 1, 15.001 ], - "to": [ 16, 15, 16 ], - "faces": { - "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, - "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, - "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/jungle_door_bottom.json b/assets/minecraft/textures/models/block/jungle_door_bottom.json deleted file mode 100644 index 5b75ede..0000000 --- a/assets/minecraft/textures/models/block/jungle_door_bottom.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "parent": "block/door_bottom", - "ambientocclusion": false, - "textures": { - "particle": "block/jungle_door_bottom", - "0": "block/jungle_door_side", - "1": "block/jungle_door_bottom" - }, - "elements": [ - { - "name": "Element", - "from": [ 0.0, 0.0, 13.0 ], - "to": [ 3.0, 2.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 14.0, 13.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 13.0, 14.0, 16.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 13.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 1.0, 0.0 ], - "to": [ 3.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 0.0, 8.0, 15.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 0.0, 0.0, 15.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 15.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 15.0 ], "cullface": "west" }, - "down": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 7.0 ], - "to": [ 3.0, 2.0, 12.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 12.0, 14.0, 7.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 7.0, 14.0, 12.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 8.0, 13.0, 11.0, 8.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 3.0, 2.0, 3.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 3.0, 14.0, 0.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 14.0, 3.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 0.0, 3.0, 3.0, 0.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/jungle_door_bottom_hinge.json b/assets/minecraft/textures/models/block/jungle_door_bottom_hinge.json deleted file mode 100644 index 2b9d9cf..0000000 --- a/assets/minecraft/textures/models/block/jungle_door_bottom_hinge.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "ambientocclusion": false, - "textures": { - "particle": "block/jungle_door_bottom", - "0": "block/jungle_door_side", - "1": "block/jungle_door_bottom" - }, - "elements": [ - { - "name": "Element", - "from": [ 0.0, 0.0, 13.0 ], - "to": [ 3.0, 2.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 14.0, 13.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 13.0, 14.0, 16.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 13.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 1.0, 0.0 ], - "to": [ 3.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 0.0, 8.0, 15.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 0.0, 0.0, 15.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 15.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 15.0 ], "cullface": "west" }, - "down": { "texture": "#0", "uv": [ 8.0, 0.0, 11.0, 16.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 7.0 ], - "to": [ 3.0, 2.0, 12.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 12.0, 14.0, 7.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 7.0, 14.0, 12.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 8.0, 13.0, 11.0, 8.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 3.0, 2.0, 3.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 11.0, 14.0, 8.0, 16.0 ] }, - "east": { "texture": "#1", "uv": [ 3.0, 14.0, 0.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 8.0, 14.0, 11.0, 16.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 14.0, 3.0, 16.0 ] }, - "down": { "texture": "#0", "uv": [ 0.0, 3.0, 3.0, 0.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/jungle_door_top.json b/assets/minecraft/textures/models/block/jungle_door_top.json deleted file mode 100644 index d14c5aa..0000000 --- a/assets/minecraft/textures/models/block/jungle_door_top.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "block/door_top", - "ambientocclusion": false, - "textures": { - "particle": "block/jungle_door_top", - "0": "block/jungle_door_side", - "1": "block/jungle_door_top" - }, - "elements": [ - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 3.0, 15.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 15.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 1.0, 0.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 15.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 1.0, 16.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 0.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 14.0, 11.0 ], - "to": [ 3.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 0.0, 11.0, 2.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, - "west": { "texture": "#1", "uv": [ 11.0, 0.0, 16.0, 2.0 ] }, - "up": { "texture": "#0", "uv": [ 0.0, 5.0, 3.0, 0.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 14.0, 3.0 ], - "to": [ 3.0, 16.0, 8.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, - "east": { "texture": "#1", "uv": [ 8.0, 0.0, 3.0, 2.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, - "west": { "texture": "#1", "uv": [ 3.0, 0.0, 8.0, 2.0 ] }, - "up": { "texture": "#0", "uv": [ 0.0, 9.0, 3.0, 4.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/jungle_door_top_hinge.json b/assets/minecraft/textures/models/block/jungle_door_top_hinge.json deleted file mode 100644 index a3324e4..0000000 --- a/assets/minecraft/textures/models/block/jungle_door_top_hinge.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "parent": "block/door_top_rh", - "ambientocclusion": false, - "textures": { - "particle": "block/jungle_door_top", - "0": "block/jungle_door_side", - "1": "block/jungle_door_top" - }, - "elements": [ - { - "name": "Element", - "from": [ 0.0, 0.0, 0.0 ], - "to": [ 3.0, 15.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 15.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 1.0, 0.0, 16.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 15.0 ] }, - "west": { "texture": "#1", "uv": [ 0.0, 1.0, 16.0, 16.0 ] }, - "up": { "texture": "#0", "uv": [ 8.0, 16.0, 11.0, 0.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 14.0, 11.0 ], - "to": [ 3.0, 16.0, 16.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, - "east": { "texture": "#1", "uv": [ 16.0, 0.0, 11.0, 2.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, - "west": { "texture": "#1", "uv": [ 11.0, 0.0, 16.0, 2.0 ] }, - "up": { "texture": "#0", "uv": [ 0.0, 5.0, 3.0, 0.0 ] } - } - }, - { - "name": "Element", - "from": [ 0.0, 14.0, 3.0 ], - "to": [ 3.0, 16.0, 8.0 ], - "faces": { - "north": { "texture": "#0", "uv": [ 3.0, 0.0, 0.0, 2.0 ] }, - "east": { "texture": "#1", "uv": [ 8.0, 0.0, 3.0, 2.0 ] }, - "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 2.0 ] }, - "west": { "texture": "#1", "uv": [ 3.0, 0.0, 8.0, 2.0 ] }, - "up": { "texture": "#0", "uv": [ 0.0, 9.0, 3.0, 4.0 ] } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/jungle_fence_gate_closed.json b/assets/minecraft/textures/models/block/jungle_fence_gate_closed.json deleted file mode 100644 index 43dbe34..0000000 --- a/assets/minecraft/textures/models/block/jungle_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/jungle_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_fence_gate_open.json b/assets/minecraft/textures/models/block/jungle_fence_gate_open.json deleted file mode 100644 index 9b624e4..0000000 --- a/assets/minecraft/textures/models/block/jungle_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/jungle_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_fence_inventory.json b/assets/minecraft/textures/models/block/jungle_fence_inventory.json deleted file mode 100644 index 01f23dd..0000000 --- a/assets/minecraft/textures/models/block/jungle_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/jungle_fence" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_fence_post.json b/assets/minecraft/textures/models/block/jungle_fence_post.json deleted file mode 100644 index 27bec0b..0000000 --- a/assets/minecraft/textures/models/block/jungle_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/jungle_fence", - "side": "block/jungle_fence_side", - "top": "block/jungle_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_fence_side.json b/assets/minecraft/textures/models/block/jungle_fence_side.json deleted file mode 100644 index 0cf3d33..0000000 --- a/assets/minecraft/textures/models/block/jungle_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/jungle_fence", - "side": "block/jungle_fence_side", - "top": "block/jungle_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_leaves.json b/assets/minecraft/textures/models/block/jungle_leaves.json deleted file mode 100644 index 011b52b..0000000 --- a/assets/minecraft/textures/models/block/jungle_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/jungle_leaves" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_wall_gate_closed.json b/assets/minecraft/textures/models/block/jungle_wall_gate_closed.json deleted file mode 100644 index 91025cc..0000000 --- a/assets/minecraft/textures/models/block/jungle_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/jungle_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/jungle_wall_gate_open.json b/assets/minecraft/textures/models/block/jungle_wall_gate_open.json deleted file mode 100644 index 7eba674..0000000 --- a/assets/minecraft/textures/models/block/jungle_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/jungle_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/ladder.json b/assets/minecraft/textures/models/block/ladder.json deleted file mode 100644 index caef000..0000000 --- a/assets/minecraft/textures/models/block/ladder.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "block/ladder", - "texture": "block/ladder" - }, - "elements": [ - { "from": [0, 0, 15.2], - "to": [16, 16, 15.2], - "faces": { - "north": {"uv": [0, 0, 16, 16],"texture": "#texture"}, - "south": {"uv": [0, 0, 16, 16],"texture": "#texture"} - } - }, - { - "from": [1, 12, 14.5], - "to": [15, 14, 15.5], - "faces": { - "up": {"uv": [1, 2, 15, 3],"texture": "#texture"}, - "down": {"uv": [1, 3, 15, 4],"texture": "#texture"}, - "west": {"uv": [14, 2, 15, 4],"texture": "#texture"}, - "east": {"uv": [14, 2, 15, 4],"texture": "#texture"}, - "north": {"texture": "#texture"}, - "south": {"texture": "#texture"} - } - }, - { - "from": [1, 4, 14.5], - "to": [15, 6, 15.5], - "faces": { - "up": {"uv": [1, 10, 15, 11],"texture": "#texture"}, - "down": {"uv": [1, 11, 15, 12],"texture": "#texture"}, - "west": {"uv": [14, 10, 15, 12],"texture": "#texture"}, - "east": {"uv": [14, 10, 15, 12],"texture": "#texture"}, - "north": {"texture": "#texture"}, - "south": {"texture": "#texture"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/large_fern_bottom.json b/assets/minecraft/textures/models/block/large_fern_bottom.json deleted file mode 100644 index 04a5105..0000000 --- a/assets/minecraft/textures/models/block/large_fern_bottom.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/large_fern_bottom" - } -} diff --git a/assets/minecraft/textures/models/block/large_fern_top.json b/assets/minecraft/textures/models/block/large_fern_top.json deleted file mode 100644 index 75ff5ae..0000000 --- a/assets/minecraft/textures/models/block/large_fern_top.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/tinted_cross", - "textures": { - "cross": "block/large_fern_top" - } -} diff --git a/assets/minecraft/textures/models/block/leaves - nobiome.json b/assets/minecraft/textures/models/block/leaves - nobiome.json deleted file mode 100644 index 4cf34cd..0000000 --- a/assets/minecraft/textures/models/block/leaves - nobiome.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/leaves.json b/assets/minecraft/textures/models/block/leaves.json deleted file mode 100644 index ec3b5f5..0000000 --- a/assets/minecraft/textures/models/block/leaves.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/leaves/acacia/1.json b/assets/minecraft/textures/models/block/leaves/acacia/1.json deleted file mode 100644 index 9552fbd..0000000 --- a/assets/minecraft/textures/models/block/leaves/acacia/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/acacia_leaves1" - } -} diff --git a/assets/minecraft/textures/models/block/leaves/birch/1.json b/assets/minecraft/textures/models/block/leaves/birch/1.json deleted file mode 100644 index 5b86044..0000000 --- a/assets/minecraft/textures/models/block/leaves/birch/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/untinted_leaves", - "textures": { - "all": "block/birch_leaves1" - } -} diff --git a/assets/minecraft/textures/models/block/leaves/dark_oak/1.json b/assets/minecraft/textures/models/block/leaves/dark_oak/1.json deleted file mode 100644 index de44d52..0000000 --- a/assets/minecraft/textures/models/block/leaves/dark_oak/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/untinted_leaves", - "textures": { - "all": "block/dark_oak_leaves1" - } -} diff --git a/assets/minecraft/textures/models/block/leaves/jungle/1.json b/assets/minecraft/textures/models/block/leaves/jungle/1.json deleted file mode 100644 index 27728b3..0000000 --- a/assets/minecraft/textures/models/block/leaves/jungle/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/jungle_leaves1" - } -} diff --git a/assets/minecraft/textures/models/block/leaves/oak/1.json b/assets/minecraft/textures/models/block/leaves/oak/1.json deleted file mode 100644 index dfc7fbb..0000000 --- a/assets/minecraft/textures/models/block/leaves/oak/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/oak_leaves1" - } -} - diff --git a/assets/minecraft/textures/models/block/leaves/spruce/1.json b/assets/minecraft/textures/models/block/leaves/spruce/1.json deleted file mode 100644 index 8ca2e6d..0000000 --- a/assets/minecraft/textures/models/block/leaves/spruce/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/spruce_leaves1" - } -} diff --git a/assets/minecraft/textures/models/block/lily_pad/1.json b/assets/minecraft/textures/models/block/lily_pad/1.json deleted file mode 100644 index 2279c04..0000000 --- a/assets/minecraft/textures/models/block/lily_pad/1.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "block/lily_pad", - "texture": "block/lily_pad", - "flower": "block/lily_pad_flowers" - }, - "elements": [ - { "from": [0, 0.25, 0], - "to": [16, 0.25, 16], - "faces": { - "up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0}, - "down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0} - } - }, - { - "from": [10, 0, 5], - "to": [10, 5, 13], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, - "shade": false, - "faces": { - "west": {"uv": [4, 10, 12, 15],"texture": "#flower"}, - "east": {"uv": [4, 10, 12, 15],"texture": "#flower"} - } - }, - { - "from": [6, 0, 9], - "to": [14, 5, 9], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, - "shade": false, - "faces": { - "north": {"uv": [4, 10, 12, 15],"texture": "#flower"}, - "south": {"uv": [4, 10, 12, 15],"texture": "#flower"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/lily_pad/2.json b/assets/minecraft/textures/models/block/lily_pad/2.json deleted file mode 100644 index 4e1bba6..0000000 --- a/assets/minecraft/textures/models/block/lily_pad/2.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/lily_pad", - "texture": "block/lily_pad", - "flower": "block/lily_pad_flowers" - }, - "elements": [ - { "from": [0, 0.25, 0], - "to": [16, 0.25, 16], - "faces": { - "up": {"uv": [16, 0, 0, 16],"texture": "#texture", "tintindex": 0}, - "down": {"uv": [16, 16, 0, 0],"texture": "#texture", "tintindex": 0} - } - }, - { - "from": [10, 0, 5], - "to": [10, 5, 13], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, - "shade": false, - "faces": { - "west": {"uv": [4, 2, 12, 7],"texture": "#flower"}, - "east": {"uv": [4, 2, 12, 7],"texture": "#flower"} - } - }, - { - "from": [6, 0, 9], - "to": [14, 5, 9], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45 }, - "shade": false, - "faces": { - "north": {"uv": [4, 2, 12, 7],"texture": "#flower"}, - "south": {"uv": [4, 2, 12, 7],"texture": "#flower"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/lit_redstone_lamp.json b/assets/minecraft/textures/models/block/lit_redstone_lamp.json deleted file mode 100644 index 1f6e7a2..0000000 --- a/assets/minecraft/textures/models/block/lit_redstone_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/unshaded_cube_all", - "textures": { - "all": "block/redstone_lamp_on" - } -} diff --git a/assets/minecraft/textures/models/block/logs/acacia/1.json b/assets/minecraft/textures/models/block/logs/acacia/1.json deleted file mode 100644 index 8eb0af5..0000000 --- a/assets/minecraft/textures/models/block/logs/acacia/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/acacia_log_top", - "side": "block/acacia_log1" - } -} diff --git a/assets/minecraft/textures/models/block/logs/birch/1.json b/assets/minecraft/textures/models/block/logs/birch/1.json deleted file mode 100644 index 9f98475..0000000 --- a/assets/minecraft/textures/models/block/logs/birch/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/birch_log_top", - "side": "block/birch_log1" - } -} diff --git a/assets/minecraft/textures/models/block/logs/dark_oak/1.json b/assets/minecraft/textures/models/block/logs/dark_oak/1.json deleted file mode 100644 index f46da8d..0000000 --- a/assets/minecraft/textures/models/block/logs/dark_oak/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/dark_oak_log_top", - "side": "block/dark_oak_log1" - } -} diff --git a/assets/minecraft/textures/models/block/logs/jungle/1.json b/assets/minecraft/textures/models/block/logs/jungle/1.json deleted file mode 100644 index 37ea5d2..0000000 --- a/assets/minecraft/textures/models/block/logs/jungle/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/jungle_log_top", - "side": "block/jungle_log1" - } -} diff --git a/assets/minecraft/textures/models/block/logs/oak/1.json b/assets/minecraft/textures/models/block/logs/oak/1.json deleted file mode 100644 index 6c7ca3c..0000000 --- a/assets/minecraft/textures/models/block/logs/oak/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/oak_log_top", - "side": "block/oak_log1" - } -} diff --git a/assets/minecraft/textures/models/block/logs/spruce/1.json b/assets/minecraft/textures/models/block/logs/spruce/1.json deleted file mode 100644 index 64fda06..0000000 --- a/assets/minecraft/textures/models/block/logs/spruce/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/spruce_log_top", - "side": "block/spruce_log1" - } -} diff --git a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_inventory.json b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_inventory.json deleted file mode 100644 index cbdd6f5..0000000 --- a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_inventory.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_inventory", - "textures": { - "wall": "block/cobble_mossy_wall_side", - "top": "block/cobble_mossy_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_post.json b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_post.json deleted file mode 100644 index a09a3b1..0000000 --- a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_post.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_post", - "textures": { - "wall": "block/cobble_mossy_wall_side", - "top": "block/cobble_mossy_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_side.json b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_side.json deleted file mode 100644 index 002dafd..0000000 --- a/assets/minecraft/textures/models/block/mossy_cobblestone_wall_side.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/custom_wall_side", - "textures": { - "wall": "block/cobble_mossy_wall_side", - "top": "block/cobble_mossy_wall_top" - } -} diff --git a/assets/minecraft/textures/models/block/netherrack.json b/assets/minecraft/textures/models/block/netherrack.json deleted file mode 100644 index d2360e5..0000000 --- a/assets/minecraft/textures/models/block/netherrack.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "": [ - { "model": "block/netherrack" }, - { "model": "block/netherrack", "y": 90 }, - { "model": "block/netherrack", "y": 180 }, - { "model": "block/netherrack", "y": 90 } - ] - } -} diff --git a/assets/minecraft/textures/models/block/oak_fence_gate_closed.json b/assets/minecraft/textures/models/block/oak_fence_gate_closed.json deleted file mode 100644 index ee6cec0..0000000 --- a/assets/minecraft/textures/models/block/oak_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/fence_gate_oak" - } -} diff --git a/assets/minecraft/textures/models/block/oak_fence_gate_open.json b/assets/minecraft/textures/models/block/oak_fence_gate_open.json deleted file mode 100644 index c7ff108..0000000 --- a/assets/minecraft/textures/models/block/oak_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/fence_gate_oak" - } -} diff --git a/assets/minecraft/textures/models/block/oak_fence_inventory.json b/assets/minecraft/textures/models/block/oak_fence_inventory.json deleted file mode 100644 index 97ebc92..0000000 --- a/assets/minecraft/textures/models/block/oak_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/oak_planks" - } -} diff --git a/assets/minecraft/textures/models/block/oak_fence_post.json b/assets/minecraft/textures/models/block/oak_fence_post.json deleted file mode 100644 index 6de99ff..0000000 --- a/assets/minecraft/textures/models/block/oak_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/oak_fence", - "side": "block/oak_fence_side", - "top": "block/oak_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/oak_fence_side.json b/assets/minecraft/textures/models/block/oak_fence_side.json deleted file mode 100644 index 210782d..0000000 --- a/assets/minecraft/textures/models/block/oak_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/oak_fence", - "side": "block/oak_fence_side", - "top": "block/oak_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/oak_wall_gate_closed.json b/assets/minecraft/textures/models/block/oak_wall_gate_closed.json deleted file mode 100644 index 817cf64..0000000 --- a/assets/minecraft/textures/models/block/oak_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/oak_wall_gate_open.json b/assets/minecraft/textures/models/block/oak_wall_gate_open.json deleted file mode 100644 index f5719c8..0000000 --- a/assets/minecraft/textures/models/block/oak_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/oak_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/ore/coal/1.json b/assets/minecraft/textures/models/block/ore/coal/1.json deleted file mode 100644 index 7e383a3..0000000 --- a/assets/minecraft/textures/models/block/ore/coal/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/coal_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/coal/2.json b/assets/minecraft/textures/models/block/ore/coal/2.json deleted file mode 100644 index 3b58020..0000000 --- a/assets/minecraft/textures/models/block/ore/coal/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/coal_ore2" - } -} diff --git a/assets/minecraft/textures/models/block/ore/diamond/1.json b/assets/minecraft/textures/models/block/ore/diamond/1.json deleted file mode 100644 index ceaa185..0000000 --- a/assets/minecraft/textures/models/block/ore/diamond/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/diamond_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/emerald/1.json b/assets/minecraft/textures/models/block/ore/emerald/1.json deleted file mode 100644 index 43ef576..0000000 --- a/assets/minecraft/textures/models/block/ore/emerald/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/emerald_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/gold/1.json b/assets/minecraft/textures/models/block/ore/gold/1.json deleted file mode 100644 index d283529..0000000 --- a/assets/minecraft/textures/models/block/ore/gold/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/gold_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/iron/1.json b/assets/minecraft/textures/models/block/ore/iron/1.json deleted file mode 100644 index 75ba626..0000000 --- a/assets/minecraft/textures/models/block/ore/iron/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/iron_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/lapis/1.json b/assets/minecraft/textures/models/block/ore/lapis/1.json deleted file mode 100644 index dc90b6d..0000000 --- a/assets/minecraft/textures/models/block/ore/lapis/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/lapis_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/ore/redstone/1.json b/assets/minecraft/textures/models/block/ore/redstone/1.json deleted file mode 100644 index b03889b..0000000 --- a/assets/minecraft/textures/models/block/ore/redstone/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/redstone_ore1" - } -} diff --git a/assets/minecraft/textures/models/block/path/1.json b/assets/minecraft/textures/models/block/path/1.json deleted file mode 100644 index e67afc8..0000000 --- a/assets/minecraft/textures/models/block/path/1.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/dirt", - "top": "block/grass_path_top1", - "side": "block/grass_path_side", - "bottom": "block/dirt" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/path/2.json b/assets/minecraft/textures/models/block/path/2.json deleted file mode 100644 index 76316b8..0000000 --- a/assets/minecraft/textures/models/block/path/2.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "block/dirt", - "top": "block/grass_path_top", - "side": "block/grass_path_side", - "bottom": "block/dirt" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 15, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, - "north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" }, - "south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" }, - "west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" }, - "east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/1.json b/assets/minecraft/textures/models/block/planks/acacia/1.json deleted file mode 100644 index b85cc62..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/2.json b/assets/minecraft/textures/models/block/planks/acacia/2.json deleted file mode 100644 index 39ac5e4..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/slab/l1.json b/assets/minecraft/textures/models/block/planks/acacia/slab/l1.json deleted file mode 100644 index 63d2360..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/acacia_planks1", - "top": "block/acacia_planks1", - "side": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/slab/l2.json b/assets/minecraft/textures/models/block/planks/acacia/slab/l2.json deleted file mode 100644 index 4fc5654..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/acacia_planks2", - "top": "block/acacia_planks2", - "side": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/slab/u1.json b/assets/minecraft/textures/models/block/planks/acacia/slab/u1.json deleted file mode 100644 index eca1abf..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/acacia_planks1", - "top": "block/acacia_planks1", - "side": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/slab/u2.json b/assets/minecraft/textures/models/block/planks/acacia/slab/u2.json deleted file mode 100644 index 5b7c066..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/acacia_planks2", - "top": "block/acacia_planks2", - "side": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/1.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/1.json deleted file mode 100644 index 2528705..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/acacia_planks1", - "top": "block/acacia_planks1", - "side": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/2.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/2.json deleted file mode 100644 index ef5d3b8..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/acacia_planks2", - "top": "block/acacia_planks2", - "side": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/i1.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/i1.json deleted file mode 100644 index da66b78..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/acacia_planks1", - "top": "block/acacia_planks1", - "side": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/i2.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/i2.json deleted file mode 100644 index 51aabe4..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/acacia_planks2", - "top": "block/acacia_planks2", - "side": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/o1.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/o1.json deleted file mode 100644 index 827a384..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/acacia_planks1", - "top": "block/acacia_planks1", - "side": "block/acacia_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/acacia/stairs/o2.json b/assets/minecraft/textures/models/block/planks/acacia/stairs/o2.json deleted file mode 100644 index 31e6cc5..0000000 --- a/assets/minecraft/textures/models/block/planks/acacia/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/acacia_planks2", - "top": "block/acacia_planks2", - "side": "block/acacia_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/1.json b/assets/minecraft/textures/models/block/planks/birch/1.json deleted file mode 100644 index ab1780b..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/2.json b/assets/minecraft/textures/models/block/planks/birch/2.json deleted file mode 100644 index d69f277..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/slab/l1.json b/assets/minecraft/textures/models/block/planks/birch/slab/l1.json deleted file mode 100644 index cd8c11b..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/birch_planks1", - "top": "block/birch_planks1", - "side": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/slab/l2.json b/assets/minecraft/textures/models/block/planks/birch/slab/l2.json deleted file mode 100644 index 70f8f7e..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/birch_planks2", - "top": "block/birch_planks2", - "side": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/slab/u1.json b/assets/minecraft/textures/models/block/planks/birch/slab/u1.json deleted file mode 100644 index f43da7b..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/birch_planks1", - "top": "block/birch_planks1", - "side": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/slab/u2.json b/assets/minecraft/textures/models/block/planks/birch/slab/u2.json deleted file mode 100644 index fa0c10e..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/birch_planks2", - "top": "block/birch_planks2", - "side": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/1.json b/assets/minecraft/textures/models/block/planks/birch/stairs/1.json deleted file mode 100644 index 29f7298..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/birch_planks1", - "top": "block/birch_planks1", - "side": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/2.json b/assets/minecraft/textures/models/block/planks/birch/stairs/2.json deleted file mode 100644 index a0ee1f5..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/birch_planks2", - "top": "block/birch_planks2", - "side": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/i1.json b/assets/minecraft/textures/models/block/planks/birch/stairs/i1.json deleted file mode 100644 index 81af5eb..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/birch_planks1", - "top": "block/birch_planks1", - "side": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/i2.json b/assets/minecraft/textures/models/block/planks/birch/stairs/i2.json deleted file mode 100644 index 6cc334f..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/birch_planks2", - "top": "block/birch_planks2", - "side": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/o1.json b/assets/minecraft/textures/models/block/planks/birch/stairs/o1.json deleted file mode 100644 index a800cc9..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/birch_planks1", - "top": "block/birch_planks1", - "side": "block/birch_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/birch/stairs/o2.json b/assets/minecraft/textures/models/block/planks/birch/stairs/o2.json deleted file mode 100644 index c204f17..0000000 --- a/assets/minecraft/textures/models/block/planks/birch/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/birch_planks2", - "top": "block/birch_planks2", - "side": "block/birch_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/1.json b/assets/minecraft/textures/models/block/planks/dark_oak/1.json deleted file mode 100644 index eff6a78..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/2.json b/assets/minecraft/textures/models/block/planks/dark_oak/2.json deleted file mode 100644 index b4349c7..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/slab/l1.json b/assets/minecraft/textures/models/block/planks/dark_oak/slab/l1.json deleted file mode 100644 index abbf5fa..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/dark_oak_planks1", - "top": "block/dark_oak_planks1", - "side": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/slab/l2.json b/assets/minecraft/textures/models/block/planks/dark_oak/slab/l2.json deleted file mode 100644 index 8129446..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/dark_oak_planks2", - "top": "block/dark_oak_planks2", - "side": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/slab/u1.json b/assets/minecraft/textures/models/block/planks/dark_oak/slab/u1.json deleted file mode 100644 index d962dca..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/dark_oak_planks1", - "top": "block/dark_oak_planks1", - "side": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/slab/u2.json b/assets/minecraft/textures/models/block/planks/dark_oak/slab/u2.json deleted file mode 100644 index 52704a6..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/dark_oak_planks2", - "top": "block/dark_oak_planks2", - "side": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/1.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/1.json deleted file mode 100644 index 457696b..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/dark_oak_planks1", - "top": "block/dark_oak_planks1", - "side": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/2.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/2.json deleted file mode 100644 index c02b41d..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/dark_oak_planks2", - "top": "block/dark_oak_planks2", - "side": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i1.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i1.json deleted file mode 100644 index cff5835..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/dark_oak_planks1", - "top": "block/dark_oak_planks1", - "side": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i2.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i2.json deleted file mode 100644 index 1c2fee1..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/dark_oak_planks2", - "top": "block/dark_oak_planks2", - "side": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o1.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o1.json deleted file mode 100644 index 756e54c..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/dark_oak_planks1", - "top": "block/dark_oak_planks1", - "side": "block/dark_oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o2.json b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o2.json deleted file mode 100644 index bf326df..0000000 --- a/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/dark_oak_planks2", - "top": "block/dark_oak_planks2", - "side": "block/dark_oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/1.json b/assets/minecraft/textures/models/block/planks/jungle/1.json deleted file mode 100644 index 0572dc6..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/2.json b/assets/minecraft/textures/models/block/planks/jungle/2.json deleted file mode 100644 index 8f8b1e5..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/slab/l1.json b/assets/minecraft/textures/models/block/planks/jungle/slab/l1.json deleted file mode 100644 index 136e576..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/jungle_planks1", - "top": "block/jungle_planks1", - "side": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/slab/l2.json b/assets/minecraft/textures/models/block/planks/jungle/slab/l2.json deleted file mode 100644 index 4cfbce0..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/jungle_planks2", - "top": "block/jungle_planks2", - "side": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/slab/u1.json b/assets/minecraft/textures/models/block/planks/jungle/slab/u1.json deleted file mode 100644 index 2587c1e..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/jungle_planks1", - "top": "block/jungle_planks1", - "side": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/slab/u2.json b/assets/minecraft/textures/models/block/planks/jungle/slab/u2.json deleted file mode 100644 index 2f05a0a..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/jungle_planks2", - "top": "block/jungle_planks2", - "side": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/1.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/1.json deleted file mode 100644 index 74f8d7f..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/jungle_planks1", - "top": "block/jungle_planks1", - "side": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/2.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/2.json deleted file mode 100644 index f43b98e..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/jungle_planks2", - "top": "block/jungle_planks2", - "side": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/i1.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/i1.json deleted file mode 100644 index 4cb7600..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/jungle_planks1", - "top": "block/jungle_planks1", - "side": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/i2.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/i2.json deleted file mode 100644 index 7ac21a6..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/jungle_planks2", - "top": "block/jungle_planks2", - "side": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/o1.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/o1.json deleted file mode 100644 index dfe4d6f..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/jungle_planks1", - "top": "block/jungle_planks1", - "side": "block/jungle_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/jungle/stairs/o2.json b/assets/minecraft/textures/models/block/planks/jungle/stairs/o2.json deleted file mode 100644 index 2fbd1ba..0000000 --- a/assets/minecraft/textures/models/block/planks/jungle/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/jungle_planks2", - "top": "block/jungle_planks2", - "side": "block/jungle_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/1.json b/assets/minecraft/textures/models/block/planks/oak/1.json deleted file mode 100644 index 08437b8..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/2.json b/assets/minecraft/textures/models/block/planks/oak/2.json deleted file mode 100644 index e6a7101..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/slab/l1.json b/assets/minecraft/textures/models/block/planks/oak/slab/l1.json deleted file mode 100644 index fdde2e8..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/oak_planks1", - "top": "block/oak_planks1", - "side": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/slab/l2.json b/assets/minecraft/textures/models/block/planks/oak/slab/l2.json deleted file mode 100644 index 7e6b5be..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/oak_planks2", - "top": "block/oak_planks2", - "side": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/slab/u1.json b/assets/minecraft/textures/models/block/planks/oak/slab/u1.json deleted file mode 100644 index 8b6c377..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/oak_planks1", - "top": "block/oak_planks1", - "side": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/slab/u2.json b/assets/minecraft/textures/models/block/planks/oak/slab/u2.json deleted file mode 100644 index 155dc41..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/oak_planks2", - "top": "block/oak_planks2", - "side": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/1.json b/assets/minecraft/textures/models/block/planks/oak/stairs/1.json deleted file mode 100644 index dc46d13..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/oak_planks1", - "top": "block/oak_planks1", - "side": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/2.json b/assets/minecraft/textures/models/block/planks/oak/stairs/2.json deleted file mode 100644 index ba43b6d..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/oak_planks2", - "top": "block/oak_planks2", - "side": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/i1.json b/assets/minecraft/textures/models/block/planks/oak/stairs/i1.json deleted file mode 100644 index a2c29f6..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/oak_planks1", - "top": "block/oak_planks1", - "side": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/i2.json b/assets/minecraft/textures/models/block/planks/oak/stairs/i2.json deleted file mode 100644 index f74bcc3..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/oak_planks2", - "top": "block/oak_planks2", - "side": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/o1.json b/assets/minecraft/textures/models/block/planks/oak/stairs/o1.json deleted file mode 100644 index a70b8d4..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/oak_planks1", - "top": "block/oak_planks1", - "side": "block/oak_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/oak/stairs/o2.json b/assets/minecraft/textures/models/block/planks/oak/stairs/o2.json deleted file mode 100644 index 4c004d9..0000000 --- a/assets/minecraft/textures/models/block/planks/oak/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/oak_planks2", - "top": "block/oak_planks2", - "side": "block/oak_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/1.json b/assets/minecraft/textures/models/block/planks/spruce/1.json deleted file mode 100644 index 18b9bae..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/2.json b/assets/minecraft/textures/models/block/planks/spruce/2.json deleted file mode 100644 index 824ec4d..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/slab/l1.json b/assets/minecraft/textures/models/block/planks/spruce/slab/l1.json deleted file mode 100644 index 88b706c..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/spruce_planks1", - "top": "block/spruce_planks1", - "side": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/slab/l2.json b/assets/minecraft/textures/models/block/planks/spruce/slab/l2.json deleted file mode 100644 index 62e1adf..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/spruce_planks2", - "top": "block/spruce_planks2", - "side": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/slab/u1.json b/assets/minecraft/textures/models/block/planks/spruce/slab/u1.json deleted file mode 100644 index 3c1b240..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/spruce_planks1", - "top": "block/spruce_planks1", - "side": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/slab/u2.json b/assets/minecraft/textures/models/block/planks/spruce/slab/u2.json deleted file mode 100644 index a02dcf9..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/spruce_planks2", - "top": "block/spruce_planks2", - "side": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/1.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/1.json deleted file mode 100644 index 512fa0a..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/spruce_planks1", - "top": "block/spruce_planks1", - "side": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/2.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/2.json deleted file mode 100644 index 079fc14..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/spruce_planks2", - "top": "block/spruce_planks2", - "side": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/i1.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/i1.json deleted file mode 100644 index 902c5e7..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/spruce_planks1", - "top": "block/spruce_planks1", - "side": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/i2.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/i2.json deleted file mode 100644 index 4e8524d..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/spruce_planks2", - "top": "block/spruce_planks2", - "side": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/o1.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/o1.json deleted file mode 100644 index 715081b..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/spruce_planks1", - "top": "block/spruce_planks1", - "side": "block/spruce_planks1" - } -} diff --git a/assets/minecraft/textures/models/block/planks/spruce/stairs/o2.json b/assets/minecraft/textures/models/block/planks/spruce/stairs/o2.json deleted file mode 100644 index d51c443..0000000 --- a/assets/minecraft/textures/models/block/planks/spruce/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/spruce_planks2", - "top": "block/spruce_planks2", - "side": "block/spruce_planks2" - } -} diff --git a/assets/minecraft/textures/models/block/podzol.json b/assets/minecraft/textures/models/block/podzol.json deleted file mode 100644 index 8d1c250..0000000 --- a/assets/minecraft/textures/models/block/podzol.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/dirt", - "top": "block/podzol_top", - "side": "block/podzol_side" - } -} diff --git a/assets/minecraft/textures/models/block/powered_rail_raised_ne.json b/assets/minecraft/textures/models/block/powered_rail_raised_ne.json deleted file mode 100644 index 1e32fe8..0000000 --- a/assets/minecraft/textures/models/block/powered_rail_raised_ne.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "powered_rail": "block/powered_rail" - }, - "elements": [ - { "from": [0, 8.25, 1], - "to": [16, 8.25, 14.5], - "rotation": { - "origin": [ 8, 8.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} - } - }, - { - "from": [2, 7.25, -0.75], - "to": [4, 8.25, 16], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [12, 7.25, -0.75], - "to": [14, 8.25, 16], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/powered_rail_raised_sw.json b/assets/minecraft/textures/models/block/powered_rail_raised_sw.json deleted file mode 100644 index 9be4aa8..0000000 --- a/assets/minecraft/textures/models/block/powered_rail_raised_sw.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "powered_rail": "block/powered_rail" - }, - "elements": [ - { "from": [0, 8.25, 1], - "to": [16, 8.25, 14.5], - "rotation": { - "origin": [ 8, 8.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} - } - }, - { - "from": [2, 7.25, 0], - "to": [4, 8.25, 16.75], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [12, 7.25, 0], - "to": [14, 8.25, 16.75], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/rail_corner.json b/assets/minecraft/textures/models/block/rail_corner.json deleted file mode 100644 index c3a52d1..0000000 --- a/assets/minecraft/textures/models/block/rail_corner.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/rail_curved", - "textures": { - "rail": "block/rail_corner" - } -} diff --git a/assets/minecraft/textures/models/block/rail_curved.json b/assets/minecraft/textures/models/block/rail_curved.json deleted file mode 100644 index 9fc0b7e..0000000 --- a/assets/minecraft/textures/models/block/rail_curved.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "rail": "block/rail_normal_turned" - }, - "elements": [ - { "from": [0, 0, 0], - "to": [16, 0.25, 16], - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"}, - "down": {"uv": [0, 16, 16, 0],"texture": "#rail"} - } - }, - { - "from": [11, 0, 2], - "to": [16, 1, 4], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 2, 15, 3],"texture": "#rail"}, - "east": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "north": {"uv": [12, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [12, 3, 16, 4],"texture": "#rail"} - } - }, - { - "from": [2, 0, 11], - "to": [4, 1, 16], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [12, 3, 16, 4],"texture": "#rail"}, - "east": {"uv": [12, 3, 16, 4],"texture": "#rail"}, - "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [3, 0, 9], - "to": [5, 1, 12], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [12, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 16, 4],"texture": "#rail"}, - "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} - } - }, - { - "from": [9, 0, 3], - "to": [12, 1, 5], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [12, 3, 15, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 16, 4],"texture": "#rail"} - } - }, - { - "from": [4, 0, 7], - "to": [6, 1, 10], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 16, 4],"texture": "#rail"}, - "east": {"uv": [12, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [14, 3, 16, 4],"texture": "#rail"} - } - }, - { - "from": [7, 0, 4], - "to": [10, 1, 6], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [13, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 16, 4],"texture": "#rail"} - } - }, - { - "from": [5, 0, 6], - "to": [7, 1, 8], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [12, 3, 14, 4],"texture": "#rail"}, - "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} - } - }, - { - "from": [6, 0, 5], - "to": [8, 1, 7], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [14, 3, 16, 4],"texture": "#rail"}, - "south": {"uv": [14, 3, 16, 4],"texture": "#rail"} - } - }, - { - "from": [12, 0, 14], - "to": [14, 1, 16], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "south": {"uv": [12, 15, 14, 16],"texture": "#rail"} - } - }, - { - "from": [14, 0, 12], - "to": [16, 1, 14], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} - } - }, - { - "from": [13, 0, 13], - "to": [15, 1, 15], - "faces": { - "up": {"texture": "#rail"}, - "west": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "east": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "north": {"uv": [13, 3, 15, 4],"texture": "#rail"}, - "south": {"uv": [13, 3, 15, 4],"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/rail_flat.json b/assets/minecraft/textures/models/block/rail_flat.json deleted file mode 100644 index abcf0d7..0000000 --- a/assets/minecraft/textures/models/block/rail_flat.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "__createdwith": "opl's Model Maker", - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "rail": "block/rail_normal" - }, - "elements": [ - { "from": [0, 0, 0], - "to": [16, 0.25, 16], - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} - } - }, - { - "from": [2, 0, -0.25], - "to": [4, 1, 16.25], - "faces": { - "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [12, 0, -0.25], - "to": [14, 1, 16.25], - "faces": { - "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/rail_raised_ne.json b/assets/minecraft/textures/models/block/rail_raised_ne.json deleted file mode 100644 index 90236ae..0000000 --- a/assets/minecraft/textures/models/block/rail_raised_ne.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "rail": "block/rail" - }, - "elements": [ - { "from": [0, 8.25, 1], - "to": [16, 8.25, 14.5], - "rotation": { - "origin": [ 8, 8.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} - } - }, - { - "from": [2, 7.25, -0.75], - "to": [4, 8.25, 16], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [12, 7.25, -0.75], - "to": [14, 8.25, 16], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": 45, - "rescale": true - }, - "faces": { - "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/rail_raised_sw.json b/assets/minecraft/textures/models/block/rail_raised_sw.json deleted file mode 100644 index f407cd5..0000000 --- a/assets/minecraft/textures/models/block/rail_raised_sw.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#rail", - "rail": "block/rail" - }, - "elements": [ - { "from": [0, 8.25, 1], - "to": [16, 8.25, 14.5], - "rotation": { - "origin": [ 8, 8.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [0, 0, 16, 16],"texture": "#rail"} - } - }, - { - "from": [2, 7.25, 0], - "to": [4, 8.25, 16.75], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "down": {"uv": [2, 0, 4, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [12, 15, 14, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - }, - { - "from": [12, 7.25, 0], - "to": [14, 8.25, 16.75], - "rotation": { - "origin": [ 8, 7.25, 8 ], - "axis": "x", - "angle": -45, - "rescale": true - }, - "faces": { - "up": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "down": {"uv": [12, 0, 14, 16],"texture": "#rail"}, - "west": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "east": {"uv": [3, 15, 4, 16],"texture": "#rail"}, - "north": {"uv": [2, 15, 4, 16],"texture": "#rail"}, - "south": {"texture": "#rail"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/red_sand/1.json b/assets/minecraft/textures/models/block/red_sand/1.json deleted file mode 100644 index 99ef09a..0000000 --- a/assets/minecraft/textures/models/block/red_sand/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_sand1" - } -} diff --git a/assets/minecraft/textures/models/block/red_sand/2.json b/assets/minecraft/textures/models/block/red_sand/2.json deleted file mode 100644 index be47bd7..0000000 --- a/assets/minecraft/textures/models/block/red_sand/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/red_sand2" - } -} diff --git a/assets/minecraft/textures/models/block/redstone_dot.json b/assets/minecraft/textures/models/block/redstone_dot.json deleted file mode 100644 index 48a11e6..0000000 --- a/assets/minecraft/textures/models/block/redstone_dot.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/redstone_dust_dot", - "line": "block/redstone_dust_dot", - "overlay": "block/redstone_dust_overlay" - }, - "elements": [ - { "from": [ 0, 0.25, 0 ], - "to": [ 16, 0.25, 16 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 } - } - }, - { "from": [ 0, 0.25, 0 ], - "to": [ 16, 0.25, 16 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/redstone_side.json b/assets/minecraft/textures/models/block/redstone_side.json deleted file mode 100644 index a25954f..0000000 --- a/assets/minecraft/textures/models/block/redstone_side.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/redstone_dust_dot", - "overlay": "block/redstone_dust_overlay" - }, - "elements": [ - { "from": [ 0, 0.25, 0 ], - "to": [ 16, 0.25, 8 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 } - } - }, - { "from": [ 0, 0.25, 0 ], - "to": [ 16, 0.25, 8 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/redstone_side0.json b/assets/minecraft/textures/models/block/redstone_side0.json deleted file mode 100644 index d802b28..0000000 --- a/assets/minecraft/textures/models/block/redstone_side0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_side", - "textures": { - "line": "block/redstone_dust_line0" - } -} diff --git a/assets/minecraft/textures/models/block/redstone_side1.json b/assets/minecraft/textures/models/block/redstone_side1.json deleted file mode 100644 index ea1b5b0..0000000 --- a/assets/minecraft/textures/models/block/redstone_side1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_side", - "textures": { - "line": "block/redstone_dust_line1" - } -} diff --git a/assets/minecraft/textures/models/block/redstone_side_alt.json b/assets/minecraft/textures/models/block/redstone_side_alt.json deleted file mode 100644 index b187d5c..0000000 --- a/assets/minecraft/textures/models/block/redstone_side_alt.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/redstone_dust_dot", - "overlay": "block/redstone_dust_overlay" - }, - "elements": [ - { "from": [ 0, 0.25, 8 ], - "to": [ 16, 0.25, 16 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 } - } - }, - { "from": [ 0, 0.25, 8 ], - "to": [ 16, 0.25, 16 ], - "shade": false, - "faces": { - "up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/redstone_side_alt0.json b/assets/minecraft/textures/models/block/redstone_side_alt0.json deleted file mode 100644 index c5b4c43..0000000 --- a/assets/minecraft/textures/models/block/redstone_side_alt0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_side_alt", - "textures": { - "line": "block/redstone_dust_line0" - } -} diff --git a/assets/minecraft/textures/models/block/redstone_side_alt1.json b/assets/minecraft/textures/models/block/redstone_side_alt1.json deleted file mode 100644 index 16fcbfa..0000000 --- a/assets/minecraft/textures/models/block/redstone_side_alt1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/redstone_side_alt", - "textures": { - "line": "block/redstone_dust_line1" - } -} diff --git a/assets/minecraft/textures/models/block/redstone_up.json b/assets/minecraft/textures/models/block/redstone_up.json deleted file mode 100644 index f4a7bbc..0000000 --- a/assets/minecraft/textures/models/block/redstone_up.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/redstone_dust_dot", - "line": "block/redstone_dust_line0", - "overlay": "block/redstone_dust_overlay" - }, - "elements": [ - { "from": [ 0, 0, 0.25 ], - "to": [ 16, 16, 0.25 ], - "shade": false, - "faces": { - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } - } - }, - { "from": [ 0, 0, 0.25 ], - "to": [ 16, 16, 0.25 ], - "shade": false, - "faces": { - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/sand/1.json b/assets/minecraft/textures/models/block/sand/1.json deleted file mode 100644 index bd76f1d..0000000 --- a/assets/minecraft/textures/models/block/sand/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sand1" - } -} diff --git a/assets/minecraft/textures/models/block/sand/2.json b/assets/minecraft/textures/models/block/sand/2.json deleted file mode 100644 index c4c6c03..0000000 --- a/assets/minecraft/textures/models/block/sand/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sand2" - } -} diff --git a/assets/minecraft/textures/models/block/sand/3.json b/assets/minecraft/textures/models/block/sand/3.json deleted file mode 100644 index 7d21be3..0000000 --- a/assets/minecraft/textures/models/block/sand/3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/sand3" - } -} diff --git a/assets/minecraft/textures/models/block/sand/4.json b/assets/minecraft/textures/models/block/sand/4.json deleted file mode 100644 index 8fa415a..0000000 --- a/assets/minecraft/textures/models/block/sand/4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "__comment": "Fair warning, this format is highly likely to change even more in the future!", - "parent": "block/cube_all", - "textures": { - "all": "block/sand4" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/chiseled/normal/1.json b/assets/minecraft/textures/models/block/sandstone/chiseled/normal/1.json deleted file mode 100644 index ae110fa..0000000 --- a/assets/minecraft/textures/models/block/sandstone/chiseled/normal/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/sandstone_top", - "side": "block/chiseled_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/chiseled/red/1.json b/assets/minecraft/textures/models/block/sandstone/chiseled/red/1.json deleted file mode 100644 index 40568b1..0000000 --- a/assets/minecraft/textures/models/block/sandstone/chiseled/red/1.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "end": "block/red_sandstone_top", - "side": "block/chiseled_red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/1.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/1.json deleted file mode 100644 index efd82c1..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/2.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/2.json deleted file mode 100644 index d40efd1..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/3.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/3.json deleted file mode 100644 index fa79dfc..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone3" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l1.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l1.json deleted file mode 100644 index 1423cc6..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l2.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l2.json deleted file mode 100644 index 94e30bb..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l3.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l3.json deleted file mode 100644 index fac1047..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone3" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u1.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u1.json deleted file mode 100644 index 43471c6..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u2.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u2.json deleted file mode 100644 index d145b5f..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u3.json b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u3.json deleted file mode 100644 index e9f6b8e..0000000 --- a/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/cut_sandstone3" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/1.json deleted file mode 100644 index c3761e6..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/2.json deleted file mode 100644 index f9dc905..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l1.json deleted file mode 100644 index 20e3770..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l2.json deleted file mode 100644 index 255eee7..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u1.json deleted file mode 100644 index 28bb7bf..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u2.json deleted file mode 100644 index b836fa9..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/1.json deleted file mode 100644 index 252313e..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/2.json deleted file mode 100644 index 5849bca..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i1.json deleted file mode 100644 index 38680b0..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i2.json deleted file mode 100644 index abdfdf2..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o1.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o1.json deleted file mode 100644 index 09ce091..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o2.json b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o2.json deleted file mode 100644 index f559eed..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/sandstone_bottom", - "top": "block/sandstone_top", - "side": "block/sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/1.json deleted file mode 100644 index bf79f22..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/2.json deleted file mode 100644 index 2aff959..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l1.json deleted file mode 100644 index 7d2a5d4..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l2.json deleted file mode 100644 index 485835c..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u1.json deleted file mode 100644 index a3fccac..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u2.json deleted file mode 100644 index c543885..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/1.json deleted file mode 100644 index 2890dca..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/2.json deleted file mode 100644 index 4dd5b4d..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i1.json deleted file mode 100644 index 1c72fdc..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i2.json deleted file mode 100644 index 22dc095..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o1.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o1.json deleted file mode 100644 index 2b7134e..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone1" - } -} diff --git a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o2.json b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o2.json deleted file mode 100644 index 73213a7..0000000 --- a/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/red_sandstone_bottom", - "top": "block/red_sandstone_top", - "side": "block/red_sandstone2" - } -} diff --git a/assets/minecraft/textures/models/block/sea_lantern.json b/assets/minecraft/textures/models/block/sea_lantern.json deleted file mode 100644 index a0b57c7..0000000 --- a/assets/minecraft/textures/models/block/sea_lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/unshaded_cube_all", - "textures": { - "all": "block/sea_lantern" - } -} diff --git a/assets/minecraft/textures/models/block/slime_block/1.json b/assets/minecraft/textures/models/block/slime_block/1.json deleted file mode 100644 index 74ac2ed..0000000 --- a/assets/minecraft/textures/models/block/slime_block/1.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "textures": { - "particle": "block/slime_block1", - "texture": "block/slime_block1" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } - } - }, - { "from": [ 3, 3, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/slime_block/2.json b/assets/minecraft/textures/models/block/slime_block/2.json deleted file mode 100644 index 92bf9b7..0000000 --- a/assets/minecraft/textures/models/block/slime_block/2.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "textures": { - "particle": "block/slime_block2", - "texture": "block/slime_block2" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } - } - }, - { "from": [ 3, 3, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/slime_block/3.json b/assets/minecraft/textures/models/block/slime_block/3.json deleted file mode 100644 index b968532..0000000 --- a/assets/minecraft/textures/models/block/slime_block/3.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "textures": { - "particle": "block/slime_block3", - "texture": "block/slime_block3" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } - } - }, - { "from": [ 3, 3, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/slime_block/4.json b/assets/minecraft/textures/models/block/slime_block/4.json deleted file mode 100644 index db033b0..0000000 --- a/assets/minecraft/textures/models/block/slime_block/4.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "textures": { - "particle": "block/slime_block4", - "texture": "block/slime_block4" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } - } - }, - { "from": [ 3, 3, 3 ], - "to": [ 13, 13, 13 ], - "faces": { - "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, - "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/spruce_door_bottom.json b/assets/minecraft/textures/models/block/spruce_door_bottom.json deleted file mode 100644 index 46fae55..0000000 --- a/assets/minecraft/textures/models/block/spruce_door_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_door_bottom_hinge.json b/assets/minecraft/textures/models/block/spruce_door_bottom_hinge.json deleted file mode 100644 index d4a6add..0000000 --- a/assets/minecraft/textures/models/block/spruce_door_bottom_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_bottom_rh", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_door_top.json b/assets/minecraft/textures/models/block/spruce_door_top.json deleted file mode 100644 index 928f5cd..0000000 --- a/assets/minecraft/textures/models/block/spruce_door_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_door_top_hinge.json b/assets/minecraft/textures/models/block/spruce_door_top_hinge.json deleted file mode 100644 index f603699..0000000 --- a/assets/minecraft/textures/models/block/spruce_door_top_hinge.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/door_top_rh", - "textures": { - "bottom": "block/spruce_door_bottom", - "top": "block/spruce_door_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_fence_gate_closed.json b/assets/minecraft/textures/models/block/spruce_fence_gate_closed.json deleted file mode 100644 index 9a25799..0000000 --- a/assets/minecraft/textures/models/block/spruce_fence_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate", - "textures": { - "texture": "block/spruce_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_fence_gate_open.json b/assets/minecraft/textures/models/block/spruce_fence_gate_open.json deleted file mode 100644 index 925935d..0000000 --- a/assets/minecraft/textures/models/block/spruce_fence_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_open", - "textures": { - "texture": "block/spruce_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_fence_inventory.json b/assets/minecraft/textures/models/block/spruce_fence_inventory.json deleted file mode 100644 index 88f6785..0000000 --- a/assets/minecraft/textures/models/block/spruce_fence_inventory.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/fence_inventory", - "textures": { - "texture": "block/spruce_fence" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_fence_post.json b/assets/minecraft/textures/models/block/spruce_fence_post.json deleted file mode 100644 index ab28607..0000000 --- a/assets/minecraft/textures/models/block/spruce_fence_post.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_post", - "textures": { - "texture": "block/spruce_fence", - "side": "block/spruce_fence_side", - "top": "block/spruce_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_fence_side.json b/assets/minecraft/textures/models/block/spruce_fence_side.json deleted file mode 100644 index d10b0af..0000000 --- a/assets/minecraft/textures/models/block/spruce_fence_side.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/fence_side", - "textures": { - "texture": "block/spruce_fence", - "side": "block/spruce_fence_side", - "top": "block/spruce_fence_top" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_leaves.json b/assets/minecraft/textures/models/block/spruce_leaves.json deleted file mode 100644 index 9b11dab..0000000 --- a/assets/minecraft/textures/models/block/spruce_leaves.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/leaves", - "textures": { - "all": "block/spruce_leaves" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_wall_gate_closed.json b/assets/minecraft/textures/models/block/spruce_wall_gate_closed.json deleted file mode 100644 index ebdfd8e..0000000 --- a/assets/minecraft/textures/models/block/spruce_wall_gate_closed.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall", - "textures": { - "texture": "block/spruce_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/spruce_wall_gate_open.json b/assets/minecraft/textures/models/block/spruce_wall_gate_open.json deleted file mode 100644 index c2c1ff2..0000000 --- a/assets/minecraft/textures/models/block/spruce_wall_gate_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/template_fence_gate_wall_open", - "textures": { - "texture": "block/spruce_fence_gate" - } -} diff --git a/assets/minecraft/textures/models/block/stone/1.json b/assets/minecraft/textures/models/block/stone/1.json deleted file mode 100644 index eff754d..0000000 --- a/assets/minecraft/textures/models/block/stone/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone1" - } -} diff --git a/assets/minecraft/textures/models/block/stone/2.json b/assets/minecraft/textures/models/block/stone/2.json deleted file mode 100644 index a6bc535..0000000 --- a/assets/minecraft/textures/models/block/stone/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone2" - } -} diff --git a/assets/minecraft/textures/models/block/stone/3.json b/assets/minecraft/textures/models/block/stone/3.json deleted file mode 100644 index d87e895..0000000 --- a/assets/minecraft/textures/models/block/stone/3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone3" - } -} diff --git a/assets/minecraft/textures/models/block/stone/4.json b/assets/minecraft/textures/models/block/stone/4.json deleted file mode 100644 index e0348ca..0000000 --- a/assets/minecraft/textures/models/block/stone/4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone4" - } -} diff --git a/assets/minecraft/textures/models/block/stone/5.json b/assets/minecraft/textures/models/block/stone/5.json deleted file mode 100644 index e691aeb..0000000 --- a/assets/minecraft/textures/models/block/stone/5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone5" - } -} diff --git a/assets/minecraft/textures/models/block/stone_brick_slab.json b/assets/minecraft/textures/models/block/stone_brick_slab.json deleted file mode 100644 index e734e0c..0000000 --- a/assets/minecraft/textures/models/block/stone_brick_slab.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/assets/minecraft/textures/models/block/stone_brick_slab_top.json b/assets/minecraft/textures/models/block/stone_brick_slab_top.json deleted file mode 100644 index 2571d95..0000000 --- a/assets/minecraft/textures/models/block/stone_brick_slab_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks", - "top": "block/stone_bricks", - "side": "block/stone_bricks" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/1.json b/assets/minecraft/textures/models/block/stone_bricks/1.json deleted file mode 100644 index fd69156..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/2.json b/assets/minecraft/textures/models/block/stone_bricks/2.json deleted file mode 100644 index 8175189..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/3.json b/assets/minecraft/textures/models/block/stone_bricks/3.json deleted file mode 100644 index 5bb1d60..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/4.json b/assets/minecraft/textures/models/block/stone_bricks/4.json deleted file mode 100644 index a1c2573..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/cube_all", - "textures": { - "all": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/l1.json b/assets/minecraft/textures/models/block/stone_bricks/slab/l1.json deleted file mode 100644 index ebc77ec..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/l1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks1", - "top": "block/stone_bricks1", - "side": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/l2.json b/assets/minecraft/textures/models/block/stone_bricks/slab/l2.json deleted file mode 100644 index cc1f3e3..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/l2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks2", - "top": "block/stone_bricks2", - "side": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/l3.json b/assets/minecraft/textures/models/block/stone_bricks/slab/l3.json deleted file mode 100644 index 8b67ece..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/l3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks3", - "top": "block/stone_bricks3", - "side": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/l4.json b/assets/minecraft/textures/models/block/stone_bricks/slab/l4.json deleted file mode 100644 index d05a4b0..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/l4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab", - "textures": { - "bottom": "block/stone_bricks4", - "top": "block/stone_bricks4", - "side": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/u1.json b/assets/minecraft/textures/models/block/stone_bricks/slab/u1.json deleted file mode 100644 index c701041..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/u1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks1", - "top": "block/stone_bricks1", - "side": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/u2.json b/assets/minecraft/textures/models/block/stone_bricks/slab/u2.json deleted file mode 100644 index 81a2c87..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/u2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks2", - "top": "block/stone_bricks2", - "side": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/u3.json b/assets/minecraft/textures/models/block/stone_bricks/slab/u3.json deleted file mode 100644 index 5bb0865..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/u3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks3", - "top": "block/stone_bricks3", - "side": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/slab/u4.json b/assets/minecraft/textures/models/block/stone_bricks/slab/u4.json deleted file mode 100644 index a5ae9d7..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/slab/u4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/slab_top", - "textures": { - "bottom": "block/stone_bricks4", - "top": "block/stone_bricks4", - "side": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/1.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/1.json deleted file mode 100644 index d1df26b..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone_bricks1", - "top": "block/stone_bricks1", - "side": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/2.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/2.json deleted file mode 100644 index 54c4cbd..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone_bricks2", - "top": "block/stone_bricks2", - "side": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/3.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/3.json deleted file mode 100644 index 65ae8ce..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone_bricks3", - "top": "block/stone_bricks3", - "side": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/4.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/4.json deleted file mode 100644 index 5eab2cf..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "block/stone_bricks4", - "top": "block/stone_bricks4", - "side": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/i1.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/i1.json deleted file mode 100644 index 5e403e0..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/i1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone_bricks1", - "top": "block/stone_bricks1", - "side": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/i2.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/i2.json deleted file mode 100644 index 23c81b0..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/i2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone_bricks2", - "top": "block/stone_bricks2", - "side": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/i3.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/i3.json deleted file mode 100644 index 3ff52a7..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/i3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone_bricks3", - "top": "block/stone_bricks3", - "side": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/i4.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/i4.json deleted file mode 100644 index 5346e64..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/i4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "block/stone_bricks4", - "top": "block/stone_bricks4", - "side": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/o1.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/o1.json deleted file mode 100644 index 93a212e..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/o1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone_bricks1", - "top": "block/stone_bricks1", - "side": "block/stone_bricks1" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/o2.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/o2.json deleted file mode 100644 index eae51f1..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/o2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone_bricks2", - "top": "block/stone_bricks2", - "side": "block/stone_bricks2" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/o3.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/o3.json deleted file mode 100644 index 2447b06..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/o3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone_bricks3", - "top": "block/stone_bricks3", - "side": "block/stone_bricks3" - } -} diff --git a/assets/minecraft/textures/models/block/stone_bricks/stairs/o4.json b/assets/minecraft/textures/models/block/stone_bricks/stairs/o4.json deleted file mode 100644 index 58e7ac3..0000000 --- a/assets/minecraft/textures/models/block/stone_bricks/stairs/o4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "block/stone_bricks4", - "top": "block/stone_bricks4", - "side": "block/stone_bricks4" - } -} diff --git a/assets/minecraft/textures/models/block/sugar_cane.json b/assets/minecraft/textures/models/block/sugar_cane.json deleted file mode 100644 index 695f0fa..0000000 --- a/assets/minecraft/textures/models/block/sugar_cane.json +++ /dev/null @@ -1,352 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "block/sugar_cane", - "reed": "block/sugar_cane", - "reed_extra": "block/sugar_cane_extra" - }, - "elements": [ - { - "from": [7,0,7], - "to": [10,16,10], - "shade": true, - "faces": { - "up": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "west": { - "uv": [6,0,9,16], - "texture": "#reed_extra" - }, - "east": { - "uv": [6,0,9,16], - "texture": "#reed_extra" - }, - "north": { - "uv": [6,0,9,16], - "texture": "#reed_extra" - }, - "south": { - "uv": [6,0,9,16], - "texture": "#reed_extra" - } - } - }, - { - "from": [13,-2,12], - "to": [15,14,14], - "shade": true, - "faces": { - "up": { - "uv": [9,4,11,6], - "texture": "#reed_extra" - }, - "west": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - }, - "east": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - }, - "north": { - "uv": [13,0,15,16], - "texture": "#reed" - }, - "south": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - } - } - }, - { - "from": [12,-1,2], - "to": [14,15,4], - "shade": true, - "faces": { - "up": { - "uv": [9,4,11,6], - "texture": "#reed_extra" - }, - "west": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "east": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "north": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "south": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - } - } - }, - { - "from": [2,-2,2], - "to": [4,14,4], - "shade": true, - "faces": { - "up": { - "uv": [9,4,11,6], - "texture": "#reed_extra" - }, - "west": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - }, - "east": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - }, - "north": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - }, - "south": { - "uv": [13,0,15,16], - "texture": "#reed_extra" - } - } - }, - { - "from": [3,0,12], - "to": [5,16,14], - "shade": true, - "faces": { - "up": { - "uv": [9,4,11,6], - "texture": "#reed_extra" - }, - "west": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "east": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "north": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - }, - "south": { - "uv": [1,0,3,16], - "texture": "#reed_extra" - } - } - }, - { - "from": [12.5,9,11.5], - "to": [15.5,11,14.5], - "shade": true, - "faces": { - "up": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "down": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "west": { - "uv": [12.5,3,15.5,5], - "texture": "#reed" - }, - "east": { - "uv": [12.5,3,15.5,5], - "texture": "#reed" - }, - "north": { - "uv": [12.5,3,15.5,5], - "texture": "#reed" - }, - "south": { - "uv": [12.5,3,15.5,5], - "texture": "#reed" - } - } - }, - { - "from": [11.5,5,1.5], - "to": [14.5,7,4.5], - "shade": true, - "faces": { - "up": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "down": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "west": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "east": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "north": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "south": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - } - } - }, - { - "from": [2.5,6,11.5], - "to": [5.5,8,14.5], - "shade": true, - "faces": { - "up": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "down": { - "uv": [9,0,12,3], - "texture": "#reed_extra" - }, - "west": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "east": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "north": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - }, - "south": { - "uv": [0.5,8,3.5,10], - "texture": "#reed" - } - } - }, - { - "from": [10,8,9], - "to": [12,10,9], - "shade": true, - "faces": { - "north": { - "uv": [11,6,9,8], - "texture": "#reed" - }, - "south": { - "uv": [9,6,11,8], - "texture": "#reed" - } - } - }, - { - "from": [4,2,3], - "to": [6,4,3], - "shade": true, - "faces": { - "north": { - "uv": [11,10,13,12], - "texture": "#reed" - }, - "south": { - "uv": [13,10,11,12], - "texture": "#reed" - } - } - }, - { - "from": [5,11,8], - "to": [7,13,8], - "shade": true, - "faces": { - "north": { - "uv": [7,3,5,5], - "texture": "#reed" - }, - "south": { - "uv": [5,3,7,5], - "texture": "#reed" - } - } - }, - { - "from": [4,8,14], - "to": [4,10,16], - "shade": true, - "faces": { - "west": { - "uv": [13,1,11,3], - "texture": "#reed" - }, - "east": { - "uv": [11,1,13,3], - "texture": "#reed" - }, - "north": { - "uv": [11,6,9,8], - "texture": "#reed" - }, - "south": { - "uv": [9,6,11,8], - "texture": "#reed" - } - } - }, - { - "from": [13,6,1], - "to": [13,8,3], - "shade": true, - "faces": { - "west": { - "uv": [12,1,10,3], - "texture": "#reed" - }, - "east": { - "uv": [10,1,12,3], - "texture": "#reed" - }, - "north": { - "uv": [11,6,9,8], - "texture": "#reed" - }, - "south": { - "uv": [9,6,11,8], - "texture": "#reed" - } - } - }, - { - "from": [3,10,1], - "to": [3,12,3], - "shade": true, - "faces": { - "west": { - "uv": [12,1,10,3], - "texture": "#reed" - }, - "east": { - "uv": [10,1,12,3], - "texture": "#reed" - }, - "north": { - "uv": [11,6,9,8], - "texture": "#reed" - }, - "south": { - "uv": [9,6,11,8], - "texture": "#reed" - } - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/models/block/tall_grass_bottom.json b/assets/minecraft/textures/models/block/tall_grass_bottom.json deleted file mode 100644 index c85b484..0000000 --- a/assets/minecraft/textures/models/block/tall_grass_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/tinted_cross", - "ambientocclusion": false, - "textures": { - "cross": "block/tall_grass_bottom" - } -} diff --git a/assets/minecraft/textures/models/block/tall_grass_top.json b/assets/minecraft/textures/models/block/tall_grass_top.json deleted file mode 100644 index 6b19127..0000000 --- a/assets/minecraft/textures/models/block/tall_grass_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/tinted_cross", - "ambientocclusion": false, - "textures": { - "cross": "block/tall_grass_top" - } -} diff --git a/assets/minecraft/textures/models/block/template_fence_gate.json b/assets/minecraft/textures/models/block/template_fence_gate.json deleted file mode 100644 index b1a090f..0000000 --- a/assets/minecraft/textures/models/block/template_fence_gate.json +++ /dev/null @@ -1,107 +0,0 @@ -{ "parent": "block/block", - "display": { - "gui": { - "rotation": [ 30, 45, 0 ], - "translation": [ 0, -1, 0], - "scale":[ 0.8, 0.8, 0.8 ] - }, - "head": { - "rotation": [ 0, 0, 0 ], - "translation": [ 0, -3, -6], - "scale":[ 1, 1, 1] - } - }, - "textures": { - "particle": "#texture" - }, - "elements": [ - { "__comment": "Left-hand post", - "from": [ 0, 5, 7 ], - "to": [ 2, 16, 9 ], - "faces": { - "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } - } - }, - { "__comment": "Right-hand post", - "from": [ 14, 5, 7 ], - "to": [ 16, 16, 9 ], - "faces": { - "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } - } - }, - { "__comment": "Inner vertical post of left-hand gate door", - "from": [ 6, 6, 7 ], - "to": [ 8, 15, 9 ], - "faces": { - "down": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, - "up": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, - "north": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, - "south": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, - "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, - "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Inner vertical post of right-hand gate door", - "from": [ 8, 6, 7 ], - "to": [ 10, 15, 9 ], - "faces": { - "down": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, - "up": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, - "north": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, - "south": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, - "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, - "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 2, 6, 7 ], - "to": [ 6, 9, 9 ], - "faces": { - "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "north": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" }, - "south": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 2, 12, 7 ], - "to": [ 6, 15, 9 ], - "faces": { - "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "north": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" }, - "south": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of right-hand gate door", - "from": [ 10, 6, 7 ], - "to": [ 14, 9, 9 ], - "faces": { - "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "north": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" }, - "south": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of right-hand gate door", - "from": [ 10, 12, 7 ], - "to": [ 14, 15, 9 ], - "faces": { - "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "north": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" }, - "south": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/template_fence_gate_open.json b/assets/minecraft/textures/models/block/template_fence_gate_open.json deleted file mode 100644 index af2062a..0000000 --- a/assets/minecraft/textures/models/block/template_fence_gate_open.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "textures": { - "particle": "#texture" - }, - "elements": [ - { "__comment": "Left-hand post", - "from": [ 0, 5, 7 ], - "to": [ 2, 16, 9 ], - "faces": { - "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } - } - }, - { "__comment": "Right-hand post", - "from": [ 14, 5, 7 ], - "to": [ 16, 16, 9 ], - "faces": { - "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } - } - }, - { "__comment": "Inner vertical post of left-hand gate door", - "from": [ 0, 6, 13 ], - "to": [ 2, 15, 15 ], - "faces": { - "down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Inner vertical post of right-hand gate door", - "from": [ 14, 6, 13 ], - "to": [ 16, 15, 15 ], - "faces": { - "down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 0, 6, 9 ], - "to": [ 2, 9, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 0, 12, 9 ], - "to": [ 2, 15, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 14, 6, 9 ], - "to": [ 16, 9, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 14, 12, 9 ], - "to": [ 16, 15, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/template_fence_gate_wall.json b/assets/minecraft/textures/models/block/template_fence_gate_wall.json deleted file mode 100644 index 7b1be07..0000000 --- a/assets/minecraft/textures/models/block/template_fence_gate_wall.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#texture" - }, - "elements": [ - { "__comment": "Left-hand post", - "from": [ 0, 2, 7 ], - "to": [ 2, 13, 9 ], - "faces": { - "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } - } - }, - { "__comment": "Right-hand post", - "from": [ 14, 2, 7 ], - "to": [ 16, 13, 9 ], - "faces": { - "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } - } - }, - { "__comment": "Inner vertical post of left-hand gate door", - "from": [ 6, 3, 7 ], - "to": [ 8, 12, 9 ], - "faces": { - "down": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, - "up": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, - "north": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, - "south": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, - "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, - "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Inner vertical post of right-hand gate door", - "from": [ 8, 3, 7 ], - "to": [ 10, 12, 9 ], - "faces": { - "down": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, - "up": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, - "north": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, - "south": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, - "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, - "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 2, 3, 7 ], - "to": [ 6, 6, 9 ], - "faces": { - "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "north": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" }, - "south": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 2, 9, 7 ], - "to": [ 6, 12, 9 ], - "faces": { - "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, - "north": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" }, - "south": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of right-hand gate door", - "from": [ 10, 3, 7 ], - "to": [ 14, 6, 9 ], - "faces": { - "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "north": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" }, - "south": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of right-hand gate door", - "from": [ 10, 9, 7 ], - "to": [ 14, 12, 9 ], - "faces": { - "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, - "north": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" }, - "south": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/template_fence_gate_wall_open.json b/assets/minecraft/textures/models/block/template_fence_gate_wall_open.json deleted file mode 100644 index 6aac6c8..0000000 --- a/assets/minecraft/textures/models/block/template_fence_gate_wall_open.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#texture" - }, - "elements": [ - { "__comment": "Left-hand post", - "from": [ 0, 2, 7 ], - "to": [ 2, 13, 9 ], - "faces": { - "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, - "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } - } - }, - { "__comment": "Right-hand post", - "from": [ 14, 2, 7 ], - "to": [ 16, 13, 9 ], - "faces": { - "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, - "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, - "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, - "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } - } - }, - { "__comment": "Inner vertical post of left-hand gate door", - "from": [ 0, 3, 13 ], - "to": [ 2, 12, 15 ], - "faces": { - "down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, - "north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Inner vertical post of right-hand gate door", - "from": [ 14, 3, 13 ], - "to": [ 16, 12, 15 ], - "faces": { - "down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, - "north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 0, 3, 9 ], - "to": [ 2, 6, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 0, 9, 9 ], - "to": [ 2, 12, 13 ], - "faces": { - "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - }, - { "__comment": "Lower horizontal bar of left-hand gate door", - "from": [ 14, 3, 9 ], - "to": [ 16, 6, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, - "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } - } - }, - { "__comment": "Upper horizontal bar of left-hand gate door", - "from": [ 14, 9, 9 ], - "to": [ 16, 12, 13 ], - "faces": { - "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, - "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, - "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/template_wall_post.json b/assets/minecraft/textures/models/block/template_wall_post.json deleted file mode 100644 index c1c40e4..0000000 --- a/assets/minecraft/textures/models/block/template_wall_post.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 4, 0, 4 ], - "to": [ 12, 16, 12 ], - "faces": { - "down": { "texture": "#wall", "cullface": "down" }, - "up": { "texture": "#wall", "cullface": "up" }, - "north": { "texture": "#wall" }, - "south": { "texture": "#wall" }, - "west": { "texture": "#wall" }, - "east": { "texture": "#wall" } - }, - "__comment": "Center post" - } - ] -} diff --git a/assets/minecraft/textures/models/block/template_wall_side.json b/assets/minecraft/textures/models/block/template_wall_side.json deleted file mode 100644 index 301854c..0000000 --- a/assets/minecraft/textures/models/block/template_wall_side.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "textures": { - "particle": "#wall" - }, - "elements": [ - { "from": [ 5, 0, 0 ], - "to": [ 11, 14, 8 ], - "faces": { - "down": { "texture": "#wall", "cullface": "down" }, - "up": { "texture": "#wall" }, - "north": { "texture": "#wall", "cullface": "north" }, - "west": { "texture": "#wall" }, - "east": { "texture": "#wall" } - }, - "__comment": "wall" - } - ] -} diff --git a/assets/minecraft/textures/models/block/tinted_cross.json b/assets/minecraft/textures/models/block/tinted_cross.json deleted file mode 100644 index d3b5474..0000000 --- a/assets/minecraft/textures/models/block/tinted_cross.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#cross" - }, - "elements": [ - { "from": [ 0.8, 0, 8 ], - "to": [ 15.2, 16, 8 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } - } - }, - { "from": [ 8, 0, 0.8 ], - "to": [ 8, 16, 15.2 ], - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, - "shade": false, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/unshaded_cube.json b/assets/minecraft/textures/models/block/unshaded_cube.json deleted file mode 100644 index 97725c0..0000000 --- a/assets/minecraft/textures/models/block/unshaded_cube.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "parent": "block/block", - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "shade": false, - "faces": { - "down": { "texture": "#down", "cullface": "down" }, - "up": { "texture": "#up", "cullface": "up" }, - "north": { "texture": "#north", "cullface": "north" }, - "south": { "texture": "#south", "cullface": "south" }, - "west": { "texture": "#west", "cullface": "west" }, - "east": { "texture": "#east", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/unshaded_cube_all.json b/assets/minecraft/textures/models/block/unshaded_cube_all.json deleted file mode 100644 index a631c5f..0000000 --- a/assets/minecraft/textures/models/block/unshaded_cube_all.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "parent": "block/unshaded_cube", - "textures": { - "particle": "#all", - "down": "#all", - "up": "#all", - "north": "#all", - "east": "#all", - "south": "#all", - "west": "#all" - } -} diff --git a/assets/minecraft/textures/models/block/untinted_leaves.json b/assets/minecraft/textures/models/block/untinted_leaves.json deleted file mode 100644 index 7209078..0000000 --- a/assets/minecraft/textures/models/block/untinted_leaves.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#all" - }, - "elements": [ - { "from": [ 0, 0, 0 ], - "to": [ 16, 16, 16 ], - "faces": { - "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "down" }, - "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "up" }, - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "north" }, - "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "south" }, - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "west" }, - "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "east" } - } - } - ] -} diff --git a/assets/minecraft/textures/models/block/wheat/1.json b/assets/minecraft/textures/models/block/wheat/1.json deleted file mode 100644 index b40aeed..0000000 --- a/assets/minecraft/textures/models/block/wheat/1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage7-1" - } -} diff --git a/assets/minecraft/textures/models/block/wheat/2.json b/assets/minecraft/textures/models/block/wheat/2.json deleted file mode 100644 index 5711e9b..0000000 --- a/assets/minecraft/textures/models/block/wheat/2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "block/crop", - "textures": { - "crop": "block/wheat_stage7-2" - } -}