diff --git a/assets/minecraft/blockstates/cut_sandstone.json b/assets/minecraft/blockstates/cut_sandstone.json new file mode 100644 index 0000000..373c9b4 --- /dev/null +++ b/assets/minecraft/blockstates/cut_sandstone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/cut_sandstone" }, + { "model": "block/sandstone/cut/normal/1" }, + { "model": "block/sandstone/cut/normal/2" }, + { "model": "block/sandstone/cut/normal/3" } + ] + } +} diff --git a/assets/minecraft/blockstates/cut_sandstone_slab.json b/assets/minecraft/blockstates/cut_sandstone_slab.json new file mode 100644 index 0000000..d9cfceb --- /dev/null +++ b/assets/minecraft/blockstates/cut_sandstone_slab.json @@ -0,0 +1,22 @@ +{ + "variants": { + "type=bottom": [ + { "model": "block/cut_sandstone_slab" }, + { "model": "block/cut_sandstone/cut/normal/slab/l1" }, + { "model": "block/cut_sandstone/cut/normal/slab/l2" }, + { "model": "block/cut_sandstone/cut/normal/slab/l3" } + ], + "type=top": [ + { "model": "block/cut_sandstone_slab_top" }, + { "model": "block/cut_sandstone/cut/normal/slab/u1" }, + { "model": "block/cut_sandstone/cut/normal/slab/u2" }, + { "model": "block/cut_sandstone/cut/normal/slab/u3" } + ], + "type=double": [ + { "model": "block/cut_sandstone" }, + { "model": "block/cut_sandstone/cut/normal/1" }, + { "model": "block/cut_sandstone/cut/normal/2" }, + { "model": "block/cut_sandstone/cut/normal/3" } + ] + } +} diff --git a/assets/minecraft/blockstates/nether_gold_ore.json b/assets/minecraft/blockstates/nether_gold_ore.json new file mode 100644 index 0000000..2bd8120 --- /dev/null +++ b/assets/minecraft/blockstates/nether_gold_ore.json @@ -0,0 +1,8 @@ +{ + "variants": { + "": [ + { "model": "block/nether_gold_ore" }, + { "model": "block/ore/nether_gold/1"} + ] + } +} diff --git a/assets/minecraft/blockstates/netherrack.json b/assets/minecraft/blockstates/netherrack.json new file mode 100644 index 0000000..d2360e5 --- /dev/null +++ b/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/netherrack" }, + { "model": "block/netherrack", "y": 90 }, + { "model": "block/netherrack", "y": 180 }, + { "model": "block/netherrack", "y": 90 } + ] + } +} diff --git a/assets/minecraft/blockstates/polished_blackstone_bricks.json b/assets/minecraft/blockstates/polished_blackstone_bricks.json new file mode 100644 index 0000000..c7cc9ed --- /dev/null +++ b/assets/minecraft/blockstates/polished_blackstone_bricks.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/polished_blackstone_bricks", "weight": 30 }, + { "model": "block/polished_blackstone_bricks/1", "weight": 15 }, + { "model": "block/polished_blackstone_bricks/2", "weight": 10 } + + ] + } +} diff --git a/assets/minecraft/models/block/acacia_fence_gate_open.json b/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100644 index 0000000..9c7cb50 --- /dev/null +++ b/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/acacia_fence_gate" + } +} diff --git a/assets/minecraft/models/block/activator_rail_on_raised_ne.json b/assets/minecraft/models/block/activator_rail_on_raised_ne.json new file mode 100644 index 0000000..c5bb052 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_on_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#activator_rail_on", + "activator_rail_on": "block/activator_rail_on" + }, + "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": "#activator_rail_on"} + } + }, + { + "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": "#activator_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail_on"}, + "south": {"texture": "#activator_rail_on"} + } + }, + { + "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": "#activator_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail_on"}, + "south": {"texture": "#activator_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_on_raised_sw.json b/assets/minecraft/models/block/activator_rail_on_raised_sw.json new file mode 100644 index 0000000..546d3e0 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_on_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#activator_rail_on", + "activator_rail_on": "block/activator_rail_on" + }, + "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": "#activator_rail_on"} + } + }, + { + "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": "#activator_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail_on"}, + "south": {"texture": "#activator_rail_on"} + } + }, + { + "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": "#activator_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail_on"}, + "south": {"texture": "#activator_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_raised_ne.json b/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100644 index 0000000..e2f7f73 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#activator_rail", + "activator_rail": "block/activator_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": "#activator_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": "#activator_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail"}, + "south": {"texture": "#activator_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": "#activator_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail"}, + "south": {"texture": "#activator_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/activator_rail_raised_sw.json b/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100644 index 0000000..c330ea8 --- /dev/null +++ b/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#activator_rail", + "activator_rail": "block/activator_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": "#activator_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": "#activator_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail"}, + "south": {"texture": "#activator_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": "#activator_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail"}, + "south": {"texture": "#activator_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/birch_fence_gate_open.json b/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100644 index 0000000..6acefd3 --- /dev/null +++ b/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/birch_fence_gate" + } +} diff --git a/assets/minecraft/models/block/crimson_fence_post.json b/assets/minecraft/models/block/crimson_fence_post.json new file mode 100644 index 0000000..ca07525 --- /dev/null +++ b/assets/minecraft/models/block/crimson_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/crimson_planks", + "side": "block/crimson_planks", + "top": "block/crimson_planks" + } +} diff --git a/assets/minecraft/models/block/crimson_fence_side.json b/assets/minecraft/models/block/crimson_fence_side.json new file mode 100644 index 0000000..83e0503 --- /dev/null +++ b/assets/minecraft/models/block/crimson_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/crimson_planks", + "side": "block/crimson_planks", + "top": "block/crimson_planks" + } +} diff --git a/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100644 index 0000000..eac9f86 --- /dev/null +++ b/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/dark_oak_fence_gate" + } +} diff --git a/assets/minecraft/models/block/desktop.ini b/assets/minecraft/models/block/desktop.ini new file mode 100644 index 0000000..b8a11a7 --- /dev/null +++ b/assets/minecraft/models/block/desktop.ini @@ -0,0 +1,7 @@ +[LocalizedFileNames] +fence_inventory.json=@fence_inventory,0 +fence_post.json=@fence_post,0 +fence_side.json=@fence_side,0 +nether_brick_fence_inventory.json=@nether_brick_fence_inventory,0 +nether_brick_fence_post.json=@nether_brick_fence_post,0 +nether_brick_fence_side.json=@nether_brick_fence_side,0 diff --git a/assets/minecraft/models/block/detector_rail_on_raised_ne.json b/assets/minecraft/models/block/detector_rail_on_raised_ne.json new file mode 100644 index 0000000..6420a9c --- /dev/null +++ b/assets/minecraft/models/block/detector_rail_on_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#detector_rail_on", + "detector_rail_on": "block/detector_rail_on" + }, + "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": "#detector_rail_on"} + } + }, + { + "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": "#detector_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail_on"}, + "south": {"texture": "#detector_rail_on"} + } + }, + { + "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": "#detector_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail_on"}, + "south": {"texture": "#detector_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/detector_rail_on_raised_sw.json b/assets/minecraft/models/block/detector_rail_on_raised_sw.json new file mode 100644 index 0000000..213778b --- /dev/null +++ b/assets/minecraft/models/block/detector_rail_on_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#detector_rail_on", + "detector_rail_on": "block/detector_rail_on" + }, + "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": "#detector_rail_on"} + } + }, + { + "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": "#detector_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail_on"}, + "south": {"texture": "#detector_rail_on"} + } + }, + { + "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": "#detector_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail_on"}, + "south": {"texture": "#detector_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/detector_rail_raised_ne.json b/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100644 index 0000000..c811e46 --- /dev/null +++ b/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#detector_rail", + "detector_rail": "block/detector_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": "#detector_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": "#detector_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail"}, + "south": {"texture": "#detector_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": "#detector_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail"}, + "south": {"texture": "#detector_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/detector_rail_raised_sw.json b/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100644 index 0000000..1d7554e --- /dev/null +++ b/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#detector_rail", + "detector_rail": "block/detector_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": "#detector_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": "#detector_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail"}, + "south": {"texture": "#detector_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": "#detector_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail"}, + "south": {"texture": "#detector_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/jungle_fence_gate_open.json b/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100644 index 0000000..9b624e4 --- /dev/null +++ b/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/jungle_fence_gate" + } +} diff --git a/assets/minecraft/models/block/ore/nether_gold/1.json b/assets/minecraft/models/block/ore/nether_gold/1.json new file mode 100644 index 0000000..f1eefaf --- /dev/null +++ b/assets/minecraft/models/block/ore/nether_gold/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/nether_gold_ore1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/1.json b/assets/minecraft/models/block/polished_blackstone_bricks/1.json new file mode 100644 index 0000000..5abab28 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/2.json b/assets/minecraft/models/block/polished_blackstone_bricks/2.json new file mode 100644 index 0000000..8cec222 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/slab/l1.json b/assets/minecraft/models/block/polished_blackstone_bricks/slab/l1.json new file mode 100644 index 0000000..ab57646 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_blackstone_bricks1", + "top": "block/polished_blackstone_bricks1", + "side": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/slab/l2.json b/assets/minecraft/models/block/polished_blackstone_bricks/slab/l2.json new file mode 100644 index 0000000..c467626 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/polished_blackstone_bricks2", + "top": "block/polished_blackstone_bricks2", + "side": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/slab/u1.json b/assets/minecraft/models/block/polished_blackstone_bricks/slab/u1.json new file mode 100644 index 0000000..331bba8 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_blackstone_bricks1", + "top": "block/polished_blackstone_bricks1", + "side": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/slab/u2.json b/assets/minecraft/models/block/polished_blackstone_bricks/slab/u2.json new file mode 100644 index 0000000..a48e72d --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/polished_blackstone_bricks2", + "top": "block/polished_blackstone_bricks2", + "side": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/1.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/1.json new file mode 100644 index 0000000..4ddb914 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks1", + "top": "block/polished_blackstone_bricks1", + "side": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/2.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/2.json new file mode 100644 index 0000000..ca538de --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks2", + "top": "block/polished_blackstone_bricks2", + "side": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i1.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i1.json new file mode 100644 index 0000000..5925f64 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks1", + "top": "block/polished_blackstone_bricks1", + "side": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i2.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i2.json new file mode 100644 index 0000000..2037891 --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks2", + "top": "block/polished_blackstone_bricks2", + "side": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o1.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o1.json new file mode 100644 index 0000000..78b1ddc --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks1", + "top": "block/polished_blackstone_bricks1", + "side": "block/polished_blackstone_bricks1" + } +} diff --git a/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o2.json b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o2.json new file mode 100644 index 0000000..d2d0abf --- /dev/null +++ b/assets/minecraft/models/block/polished_blackstone_bricks/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "block/polished_blackstone_bricks2", + "top": "block/polished_blackstone_bricks2", + "side": "block/polished_blackstone_bricks2" + } +} diff --git a/assets/minecraft/models/block/powered_rail_on_raised_ne.json b/assets/minecraft/models/block/powered_rail_on_raised_ne.json new file mode 100644 index 0000000..7a563d9 --- /dev/null +++ b/assets/minecraft/models/block/powered_rail_on_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#powered_rail_on", + "powered_rail_on": "block/powered_rail_on" + }, + "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": "#powered_rail_on"} + } + }, + { + "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": "#powered_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail_on"}, + "south": {"texture": "#powered_rail_on"} + } + }, + { + "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": "#powered_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail_on"}, + "south": {"texture": "#powered_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/powered_rail_on_raised_sw.json b/assets/minecraft/models/block/powered_rail_on_raised_sw.json new file mode 100644 index 0000000..9b1ef86 --- /dev/null +++ b/assets/minecraft/models/block/powered_rail_on_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#powered_rail_on", + "powered_rail_on": "block/powered_rail_on" + }, + "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": "#powered_rail_on"} + } + }, + { + "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": "#powered_rail_on"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail_on"}, + "south": {"texture": "#powered_rail_on"} + } + }, + { + "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": "#powered_rail_on"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail_on"}, + "south": {"texture": "#powered_rail_on"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/powered_rail_raised_ne.json b/assets/minecraft/models/block/powered_rail_raised_ne.json new file mode 100644 index 0000000..3f84464 --- /dev/null +++ b/assets/minecraft/models/block/powered_rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#powered_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": "#powered_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": "#powered_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail"}, + "south": {"texture": "#powered_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": "#powered_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail"}, + "south": {"texture": "#powered_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/powered_rail_raised_sw.json b/assets/minecraft/models/block/powered_rail_raised_sw.json new file mode 100644 index 0000000..ade8541 --- /dev/null +++ b/assets/minecraft/models/block/powered_rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#powered_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": "#powered_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": "#powered_rail"}, + "down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail"}, + "south": {"texture": "#powered_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": "#powered_rail"}, + "down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"}, + "west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"}, + "north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail"}, + "south": {"texture": "#powered_rail"} + } + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/block/sandstone/cut/normal/1.json b/assets/minecraft/models/block/sandstone/cut/normal/1.json new file mode 100644 index 0000000..efd82c1 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/2.json b/assets/minecraft/models/block/sandstone/cut/normal/2.json new file mode 100644 index 0000000..d40efd1 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/3.json b/assets/minecraft/models/block/sandstone/cut/normal/3.json new file mode 100644 index 0000000..fa79dfc --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone3" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/l1.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/l1.json new file mode 100644 index 0000000..1423cc6 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/l1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/l2.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/l2.json new file mode 100644 index 0000000..94e30bb --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/l2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/l3.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/l3.json new file mode 100644 index 0000000..fac1047 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/l3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone3" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/u1.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/u1.json new file mode 100644 index 0000000..43471c6 --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/u1.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone1" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/u2.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/u2.json new file mode 100644 index 0000000..d145b5f --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/u2.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone2" + } +} diff --git a/assets/minecraft/models/block/sandstone/cut/normal/slab/u3.json b/assets/minecraft/models/block/sandstone/cut/normal/slab/u3.json new file mode 100644 index 0000000..e9f6b8e --- /dev/null +++ b/assets/minecraft/models/block/sandstone/cut/normal/slab/u3.json @@ -0,0 +1,8 @@ +{ + "parent": "block/slab_top", + "textures": { + "bottom": "block/sandstone_bottom", + "top": "block/sandstone_top", + "side": "block/cut_sandstone3" + } +} diff --git a/assets/minecraft/models/block/spruce_fence_gate_open.json b/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100644 index 0000000..925935d --- /dev/null +++ b/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_open", + "textures": { + "texture": "block/spruce_fence_gate" + } +} diff --git a/assets/minecraft/models/block/template_fence_gate_open.json b/assets/minecraft/models/block/template_fence_gate_open.json new file mode 100644 index 0000000..af2062a --- /dev/null +++ b/assets/minecraft/models/block/template_fence_gate_open.json @@ -0,0 +1,95 @@ +{ + "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/models/block/warped_fence_post.json b/assets/minecraft/models/block/warped_fence_post.json new file mode 100644 index 0000000..c1f384e --- /dev/null +++ b/assets/minecraft/models/block/warped_fence_post.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "block/warped_planks", + "side": "block/warped_planks", + "top": "block/warped_planks" + } +} diff --git a/assets/minecraft/models/block/warped_fence_side.json b/assets/minecraft/models/block/warped_fence_side.json new file mode 100644 index 0000000..c0a83fa --- /dev/null +++ b/assets/minecraft/models/block/warped_fence_side.json @@ -0,0 +1,8 @@ +{ + "parent": "block/fence_side", + "textures": { + "texture": "block/warped_planks", + "side": "block/warped_planks", + "top": "block/warped_planks" + } +} diff --git a/assets/minecraft/optifine/colormap/blocks/reeds.properties b/assets/minecraft/optifine/colormap/blocks/reeds.properties new file mode 100644 index 0000000..fc04c60 --- /dev/null +++ b/assets/minecraft/optifine/colormap/blocks/reeds.properties @@ -0,0 +1 @@ +format=fixed \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/FixesCTM/0.png b/assets/minecraft/optifine/ctm/FixesCTM/0.png new file mode 100644 index 0000000..462edb9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/1.png b/assets/minecraft/optifine/ctm/FixesCTM/1.png new file mode 100644 index 0000000..3a6c92f Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/14.png b/assets/minecraft/optifine/ctm/FixesCTM/14.png new file mode 100644 index 0000000..8c817aa Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/2.png b/assets/minecraft/optifine/ctm/FixesCTM/2.png new file mode 100644 index 0000000..cca82fc Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/3.png b/assets/minecraft/optifine/ctm/FixesCTM/3.png new file mode 100644 index 0000000..9553ed8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/4.png b/assets/minecraft/optifine/ctm/FixesCTM/4.png new file mode 100644 index 0000000..589bf7f Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/6.png b/assets/minecraft/optifine/ctm/FixesCTM/6.png new file mode 100644 index 0000000..a5bfab1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/7.png b/assets/minecraft/optifine/ctm/FixesCTM/7.png new file mode 100644 index 0000000..fff5072 Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/8.png b/assets/minecraft/optifine/ctm/FixesCTM/8.png new file mode 100644 index 0000000..3f66835 Binary files /dev/null and b/assets/minecraft/optifine/ctm/FixesCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block143.properties b/assets/minecraft/optifine/ctm/FixesCTM/block143.properties new file mode 100644 index 0000000..aff1f86 --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block143.properties @@ -0,0 +1,3 @@ +faces=all +tiles=2 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block70.properties b/assets/minecraft/optifine/ctm/FixesCTM/block70.properties new file mode 100644 index 0000000..ba0442e --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block70.properties @@ -0,0 +1,3 @@ +faces=all +tiles=3 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block72.properties b/assets/minecraft/optifine/ctm/FixesCTM/block72.properties new file mode 100644 index 0000000..35682ac --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block72.properties @@ -0,0 +1,3 @@ +faces=all +tiles=1 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block77.properties b/assets/minecraft/optifine/ctm/FixesCTM/block77.properties new file mode 100644 index 0000000..95bc257 --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block77.properties @@ -0,0 +1,3 @@ +faces=all +tiles=4 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block79.properties b/assets/minecraft/optifine/ctm/FixesCTM/block79.properties new file mode 100644 index 0000000..762d359 --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block79.properties @@ -0,0 +1,2 @@ +tiles=14 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block84.properties b/assets/minecraft/optifine/ctm/FixesCTM/block84.properties new file mode 100644 index 0000000..f063eeb --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block84.properties @@ -0,0 +1,4 @@ +faces=top +tiles=7 +metadata=0 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block84a.properties b/assets/minecraft/optifine/ctm/FixesCTM/block84a.properties new file mode 100644 index 0000000..16ee55e --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block84a.properties @@ -0,0 +1,3 @@ +faces=top +tiles=8 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block84b.properties b/assets/minecraft/optifine/ctm/FixesCTM/block84b.properties new file mode 100644 index 0000000..086b4af --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block84b.properties @@ -0,0 +1,3 @@ +faces=north south +tiles=6 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block86.properties b/assets/minecraft/optifine/ctm/FixesCTM/block86.properties new file mode 100644 index 0000000..ebc13ab --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block86.properties @@ -0,0 +1,3 @@ +faces=bottom +tiles=0 +method=fixed diff --git a/assets/minecraft/optifine/ctm/FixesCTM/block91.properties b/assets/minecraft/optifine/ctm/FixesCTM/block91.properties new file mode 100644 index 0000000..ebc13ab --- /dev/null +++ b/assets/minecraft/optifine/ctm/FixesCTM/block91.properties @@ -0,0 +1,3 @@ +faces=bottom +tiles=0 +method=fixed diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/0.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/0.png new file mode 100644 index 0000000..855bc9b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/1.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/1.png new file mode 100644 index 0000000..2d34708 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/10.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/10.png new file mode 100644 index 0000000..7f7a389 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/11.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/11.png new file mode 100644 index 0000000..9c2c0fb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/12.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/12.png new file mode 100644 index 0000000..85cc712 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/13.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/13.png new file mode 100644 index 0000000..b07ee98 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/14.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/14.png new file mode 100644 index 0000000..03be010 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/15.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/15.png new file mode 100644 index 0000000..9bf3ff3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/16.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/16.png new file mode 100644 index 0000000..112ab5f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/17.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/17.png new file mode 100644 index 0000000..fd4f457 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/18.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/18.png new file mode 100644 index 0000000..76e6612 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/19.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/19.png new file mode 100644 index 0000000..96ed531 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/2.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/2.png new file mode 100644 index 0000000..504bd1c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/20.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/20.png new file mode 100644 index 0000000..3234468 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/21.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/21.png new file mode 100644 index 0000000..e11ae7b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/22.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/22.png new file mode 100644 index 0000000..de3877e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/23.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/23.png new file mode 100644 index 0000000..987e5d9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/24.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/24.png new file mode 100644 index 0000000..db7b001 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/25.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/25.png new file mode 100644 index 0000000..74fd400 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/26.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/26.png new file mode 100644 index 0000000..10138ae Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/27.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/27.png new file mode 100644 index 0000000..fe752b8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/28.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/28.png new file mode 100644 index 0000000..3011e13 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/29.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/29.png new file mode 100644 index 0000000..ffacf00 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/3.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/3.png new file mode 100644 index 0000000..69fd532 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/30.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/30.png new file mode 100644 index 0000000..a473cac Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/31.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/31.png new file mode 100644 index 0000000..0c87485 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/32.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/32.png new file mode 100644 index 0000000..5c34dd8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/33.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/33.png new file mode 100644 index 0000000..28b5bcd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/34.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/34.png new file mode 100644 index 0000000..4458d45 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/35.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/35.png new file mode 100644 index 0000000..d146e99 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/36.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/36.png new file mode 100644 index 0000000..ed578bd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/37.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/37.png new file mode 100644 index 0000000..7fe6334 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/38.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/38.png new file mode 100644 index 0000000..7fa5afe Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/39.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/39.png new file mode 100644 index 0000000..8eb5523 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/4.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/4.png new file mode 100644 index 0000000..29d187f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/40.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/40.png new file mode 100644 index 0000000..f03adc5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/41.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/41.png new file mode 100644 index 0000000..0329dec Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/42.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/42.png new file mode 100644 index 0000000..a0424da Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/43.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/43.png new file mode 100644 index 0000000..8aa5bb1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/44.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/44.png new file mode 100644 index 0000000..f5d7256 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/45.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/45.png new file mode 100644 index 0000000..d2449ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/46.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/46.png new file mode 100644 index 0000000..e606fec Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/5.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/5.png new file mode 100644 index 0000000..06afe30 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/6.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/6.png new file mode 100644 index 0000000..1845dc0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/7.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/7.png new file mode 100644 index 0000000..5628dce Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/8.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/8.png new file mode 100644 index 0000000..c1d06a1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/9.png b/assets/minecraft/optifine/ctm/GlassBlackCTM/9.png new file mode 100644 index 0000000..9162360 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlackCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlackCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassBlackCTM/block95.properties new file mode 100644 index 0000000..79edf0f --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassBlackCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=15 diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/0.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/0.png new file mode 100644 index 0000000..a319420 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/1.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/1.png new file mode 100644 index 0000000..f38bd6b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/10.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/10.png new file mode 100644 index 0000000..ba6d6ff Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/11.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/11.png new file mode 100644 index 0000000..334e4e2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/12.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/12.png new file mode 100644 index 0000000..ef55e81 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/13.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/13.png new file mode 100644 index 0000000..93b4da5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/14.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/14.png new file mode 100644 index 0000000..6e69c20 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/15.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/15.png new file mode 100644 index 0000000..e929ffb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/16.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/16.png new file mode 100644 index 0000000..6c4b6dd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/17.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/17.png new file mode 100644 index 0000000..73a0ef4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/18.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/18.png new file mode 100644 index 0000000..35dc223 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/19.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/19.png new file mode 100644 index 0000000..0c7c562 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/2.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/2.png new file mode 100644 index 0000000..f7245e7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/20.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/20.png new file mode 100644 index 0000000..c03fef0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/21.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/21.png new file mode 100644 index 0000000..8e4bc1e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/22.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/22.png new file mode 100644 index 0000000..fc9d648 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/23.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/23.png new file mode 100644 index 0000000..f59d238 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/24.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/24.png new file mode 100644 index 0000000..dd5358f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/25.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/25.png new file mode 100644 index 0000000..7c6a4a5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/26.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/26.png new file mode 100644 index 0000000..2618899 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/27.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/27.png new file mode 100644 index 0000000..54e720b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/28.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/28.png new file mode 100644 index 0000000..2df4694 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/29.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/29.png new file mode 100644 index 0000000..2990f54 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/3.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/3.png new file mode 100644 index 0000000..c0df3a6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/30.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/30.png new file mode 100644 index 0000000..4f0cff4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/31.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/31.png new file mode 100644 index 0000000..d59c4b5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/32.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/32.png new file mode 100644 index 0000000..c16a561 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/33.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/33.png new file mode 100644 index 0000000..6f2c5c9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/34.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/34.png new file mode 100644 index 0000000..d822e93 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/35.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/35.png new file mode 100644 index 0000000..2b11157 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/36.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/36.png new file mode 100644 index 0000000..34381cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/37.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/37.png new file mode 100644 index 0000000..6e83d76 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/38.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/38.png new file mode 100644 index 0000000..a377674 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/39.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/39.png new file mode 100644 index 0000000..f61dc52 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/4.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/4.png new file mode 100644 index 0000000..57015dd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/40.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/40.png new file mode 100644 index 0000000..d32219a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/41.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/41.png new file mode 100644 index 0000000..d540a1b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/42.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/42.png new file mode 100644 index 0000000..6a6672c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/43.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/43.png new file mode 100644 index 0000000..dbf1461 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/44.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/44.png new file mode 100644 index 0000000..55db69e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/45.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/45.png new file mode 100644 index 0000000..c79c585 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/46.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/46.png new file mode 100644 index 0000000..d588c8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/5.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/5.png new file mode 100644 index 0000000..4fe0db6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/6.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/6.png new file mode 100644 index 0000000..e106a37 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/7.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/7.png new file mode 100644 index 0000000..9335ffc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/8.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/8.png new file mode 100644 index 0000000..a500b6b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/9.png b/assets/minecraft/optifine/ctm/GlassBlueCTM/9.png new file mode 100644 index 0000000..a19f22e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBlueCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBlueCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassBlueCTM/block95.properties new file mode 100644 index 0000000..403d33f --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassBlueCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=11 diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/0.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/0.png new file mode 100644 index 0000000..dcc9131 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/1.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/1.png new file mode 100644 index 0000000..e8ec0e5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/10.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/10.png new file mode 100644 index 0000000..4d04d2b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/11.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/11.png new file mode 100644 index 0000000..3d469f5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/12.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/12.png new file mode 100644 index 0000000..7838929 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/13.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/13.png new file mode 100644 index 0000000..2f9a34a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/14.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/14.png new file mode 100644 index 0000000..4ecf791 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/15.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/15.png new file mode 100644 index 0000000..19e0820 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/16.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/16.png new file mode 100644 index 0000000..4fb5835 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/17.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/17.png new file mode 100644 index 0000000..c3a60bc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/18.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/18.png new file mode 100644 index 0000000..38a4bdf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/19.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/19.png new file mode 100644 index 0000000..2606dfa Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/2.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/2.png new file mode 100644 index 0000000..0f913e3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/20.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/20.png new file mode 100644 index 0000000..44f834a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/21.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/21.png new file mode 100644 index 0000000..3a9b15f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/22.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/22.png new file mode 100644 index 0000000..c4cebfd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/23.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/23.png new file mode 100644 index 0000000..d095fb9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/24.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/24.png new file mode 100644 index 0000000..436ac54 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/25.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/25.png new file mode 100644 index 0000000..f57324d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/26.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/26.png new file mode 100644 index 0000000..1fc8d35 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/27.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/27.png new file mode 100644 index 0000000..a01237d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/28.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/28.png new file mode 100644 index 0000000..f01222e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/29.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/29.png new file mode 100644 index 0000000..52af37b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/3.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/3.png new file mode 100644 index 0000000..c94d8a7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/30.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/30.png new file mode 100644 index 0000000..930e6af Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/31.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/31.png new file mode 100644 index 0000000..cd53fc4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/32.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/32.png new file mode 100644 index 0000000..10f5974 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/33.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/33.png new file mode 100644 index 0000000..ca68ae6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/34.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/34.png new file mode 100644 index 0000000..81bf78f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/35.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/35.png new file mode 100644 index 0000000..f93a43f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/36.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/36.png new file mode 100644 index 0000000..d391488 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/37.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/37.png new file mode 100644 index 0000000..f2bac7d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/38.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/38.png new file mode 100644 index 0000000..dc4cfcb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/39.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/39.png new file mode 100644 index 0000000..a688596 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/4.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/4.png new file mode 100644 index 0000000..f858b2c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/40.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/40.png new file mode 100644 index 0000000..2b6476f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/41.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/41.png new file mode 100644 index 0000000..00abe8d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/42.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/42.png new file mode 100644 index 0000000..3f86893 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/43.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/43.png new file mode 100644 index 0000000..f3a2c1f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/44.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/44.png new file mode 100644 index 0000000..0f62f8e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/45.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/45.png new file mode 100644 index 0000000..f9a2597 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/46.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/46.png new file mode 100644 index 0000000..b15a66d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/5.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/5.png new file mode 100644 index 0000000..40874ec Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/6.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/6.png new file mode 100644 index 0000000..f975649 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/7.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/7.png new file mode 100644 index 0000000..debf3af Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/8.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/8.png new file mode 100644 index 0000000..a3a7fea Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/9.png b/assets/minecraft/optifine/ctm/GlassBrownCTM/9.png new file mode 100644 index 0000000..897d84d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassBrownCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassBrownCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassBrownCTM/block95.properties new file mode 100644 index 0000000..62dc51a --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassBrownCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=12 diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/0.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/0.png new file mode 100644 index 0000000..4a2e9f8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/1.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/1.png new file mode 100644 index 0000000..0ee9897 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/10.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/10.png new file mode 100644 index 0000000..1ee62f2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/11.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/11.png new file mode 100644 index 0000000..303cfde Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/12.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/12.png new file mode 100644 index 0000000..6eea8e8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/13.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/13.png new file mode 100644 index 0000000..338dc7d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/14.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/14.png new file mode 100644 index 0000000..6ba6b42 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/15.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/15.png new file mode 100644 index 0000000..6fe9a20 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/16.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/16.png new file mode 100644 index 0000000..aedf1a4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/17.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/17.png new file mode 100644 index 0000000..a231fff Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/18.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/18.png new file mode 100644 index 0000000..99d45d0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/19.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/19.png new file mode 100644 index 0000000..ed57caf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/2.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/2.png new file mode 100644 index 0000000..cd4d2aa Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/20.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/20.png new file mode 100644 index 0000000..a683591 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/21.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/21.png new file mode 100644 index 0000000..82b05fe Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/22.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/22.png new file mode 100644 index 0000000..2ee6e59 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/23.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/23.png new file mode 100644 index 0000000..dd19133 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/24.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/24.png new file mode 100644 index 0000000..2e3e733 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/25.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/25.png new file mode 100644 index 0000000..72d448c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/26.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/26.png new file mode 100644 index 0000000..6184198 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/27.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/27.png new file mode 100644 index 0000000..9b8bbef Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/28.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/28.png new file mode 100644 index 0000000..3440a84 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/29.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/29.png new file mode 100644 index 0000000..fc4ba21 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/3.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/3.png new file mode 100644 index 0000000..3ac4137 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/30.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/30.png new file mode 100644 index 0000000..4b9d080 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/31.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/31.png new file mode 100644 index 0000000..9ae3e90 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/32.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/32.png new file mode 100644 index 0000000..d556a07 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/33.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/33.png new file mode 100644 index 0000000..3cf83ed Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/34.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/34.png new file mode 100644 index 0000000..c8d837d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/35.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/35.png new file mode 100644 index 0000000..ab502ac Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/36.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/36.png new file mode 100644 index 0000000..956f4ca Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/37.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/37.png new file mode 100644 index 0000000..60ddadf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/38.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/38.png new file mode 100644 index 0000000..0d0f1f2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/39.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/39.png new file mode 100644 index 0000000..d9c614b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/4.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/4.png new file mode 100644 index 0000000..d6fffff Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/40.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/40.png new file mode 100644 index 0000000..fbae2c6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/41.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/41.png new file mode 100644 index 0000000..b4136d5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/42.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/42.png new file mode 100644 index 0000000..3258706 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/43.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/43.png new file mode 100644 index 0000000..8d50fb6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/44.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/44.png new file mode 100644 index 0000000..ac874c2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/45.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/45.png new file mode 100644 index 0000000..4a77c11 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/46.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/46.png new file mode 100644 index 0000000..2aae6e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/5.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/5.png new file mode 100644 index 0000000..f28cf6a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/6.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/6.png new file mode 100644 index 0000000..64b2a1b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/7.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/7.png new file mode 100644 index 0000000..e93933f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/8.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/8.png new file mode 100644 index 0000000..836c8d7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/9.png b/assets/minecraft/optifine/ctm/GlassCyanCTM/9.png new file mode 100644 index 0000000..c158bb8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassCyanCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassCyanCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassCyanCTM/block95.properties new file mode 100644 index 0000000..34718d6 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassCyanCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=9 diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/0.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/0.png new file mode 100644 index 0000000..8243923 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/1.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/1.png new file mode 100644 index 0000000..79f2ae1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/10.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/10.png new file mode 100644 index 0000000..42a5f86 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/11.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/11.png new file mode 100644 index 0000000..5599a81 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/12.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/12.png new file mode 100644 index 0000000..f540db2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/13.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/13.png new file mode 100644 index 0000000..c6956a7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/14.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/14.png new file mode 100644 index 0000000..ac6d729 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/15.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/15.png new file mode 100644 index 0000000..33deff7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/16.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/16.png new file mode 100644 index 0000000..8207e33 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/17.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/17.png new file mode 100644 index 0000000..f7229d9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/18.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/18.png new file mode 100644 index 0000000..5fa25f5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/19.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/19.png new file mode 100644 index 0000000..3385826 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/2.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/2.png new file mode 100644 index 0000000..6a487c8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/20.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/20.png new file mode 100644 index 0000000..4f6d0bd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/21.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/21.png new file mode 100644 index 0000000..52052a7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/22.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/22.png new file mode 100644 index 0000000..cd868d4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/23.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/23.png new file mode 100644 index 0000000..d58b7df Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/24.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/24.png new file mode 100644 index 0000000..e555af9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/25.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/25.png new file mode 100644 index 0000000..5d05f8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/26.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/26.png new file mode 100644 index 0000000..007deb2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/27.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/27.png new file mode 100644 index 0000000..09e2e27 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/28.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/28.png new file mode 100644 index 0000000..e421850 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/29.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/29.png new file mode 100644 index 0000000..762072e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/3.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/3.png new file mode 100644 index 0000000..3d258e2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/30.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/30.png new file mode 100644 index 0000000..6635c29 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/31.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/31.png new file mode 100644 index 0000000..624fb96 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/32.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/32.png new file mode 100644 index 0000000..a3b8503 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/33.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/33.png new file mode 100644 index 0000000..4832bb8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/34.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/34.png new file mode 100644 index 0000000..755f3c7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/35.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/35.png new file mode 100644 index 0000000..4f36041 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/36.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/36.png new file mode 100644 index 0000000..49b99cf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/37.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/37.png new file mode 100644 index 0000000..7736406 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/38.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/38.png new file mode 100644 index 0000000..15399ce Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/39.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/39.png new file mode 100644 index 0000000..b8835a1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/4.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/4.png new file mode 100644 index 0000000..6c27109 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/40.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/40.png new file mode 100644 index 0000000..002585b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/41.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/41.png new file mode 100644 index 0000000..ec8e097 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/42.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/42.png new file mode 100644 index 0000000..d449146 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/43.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/43.png new file mode 100644 index 0000000..6d9653d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/44.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/44.png new file mode 100644 index 0000000..b9d71ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/45.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/45.png new file mode 100644 index 0000000..8197d2a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/46.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/46.png new file mode 100644 index 0000000..d662cab Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/5.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/5.png new file mode 100644 index 0000000..f23d37a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/6.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/6.png new file mode 100644 index 0000000..ff0ba12 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/7.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/7.png new file mode 100644 index 0000000..ed05a78 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/8.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/8.png new file mode 100644 index 0000000..ad2bf6c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/9.png b/assets/minecraft/optifine/ctm/GlassGrayCTM/9.png new file mode 100644 index 0000000..2c4d071 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGrayCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGrayCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassGrayCTM/block95.properties new file mode 100644 index 0000000..60116bb --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassGrayCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=7 diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/0.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/0.png new file mode 100644 index 0000000..c8f7697 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/1.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/1.png new file mode 100644 index 0000000..da6fc67 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/10.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/10.png new file mode 100644 index 0000000..21cadfb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/11.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/11.png new file mode 100644 index 0000000..0781013 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/12.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/12.png new file mode 100644 index 0000000..f14c460 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/13.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/13.png new file mode 100644 index 0000000..2307368 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/14.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/14.png new file mode 100644 index 0000000..6d8f447 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/15.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/15.png new file mode 100644 index 0000000..031e689 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/16.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/16.png new file mode 100644 index 0000000..774313f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/17.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/17.png new file mode 100644 index 0000000..22f157a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/18.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/18.png new file mode 100644 index 0000000..d8bfcd3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/19.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/19.png new file mode 100644 index 0000000..5f7e3a8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/2.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/2.png new file mode 100644 index 0000000..b9c5c6e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/20.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/20.png new file mode 100644 index 0000000..10781d7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/21.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/21.png new file mode 100644 index 0000000..da397c2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/22.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/22.png new file mode 100644 index 0000000..7c3c95a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/23.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/23.png new file mode 100644 index 0000000..3153892 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/24.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/24.png new file mode 100644 index 0000000..013b1ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/25.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/25.png new file mode 100644 index 0000000..379addf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/26.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/26.png new file mode 100644 index 0000000..358bcb0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/27.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/27.png new file mode 100644 index 0000000..16707ab Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/28.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/28.png new file mode 100644 index 0000000..2d1063b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/29.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/29.png new file mode 100644 index 0000000..5d62232 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/3.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/3.png new file mode 100644 index 0000000..65049a7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/30.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/30.png new file mode 100644 index 0000000..7b58d89 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/31.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/31.png new file mode 100644 index 0000000..19d50ec Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/32.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/32.png new file mode 100644 index 0000000..442da3f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/33.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/33.png new file mode 100644 index 0000000..4f0a39b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/34.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/34.png new file mode 100644 index 0000000..c3e0d34 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/35.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/35.png new file mode 100644 index 0000000..5668dfe Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/36.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/36.png new file mode 100644 index 0000000..c0e154d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/37.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/37.png new file mode 100644 index 0000000..33882d7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/38.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/38.png new file mode 100644 index 0000000..ac460c3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/39.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/39.png new file mode 100644 index 0000000..8b5d2ec Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/4.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/4.png new file mode 100644 index 0000000..bff81cc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/40.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/40.png new file mode 100644 index 0000000..8bd4178 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/41.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/41.png new file mode 100644 index 0000000..2075262 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/42.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/42.png new file mode 100644 index 0000000..9447968 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/43.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/43.png new file mode 100644 index 0000000..39e4743 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/44.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/44.png new file mode 100644 index 0000000..8db54de Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/45.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/45.png new file mode 100644 index 0000000..d379faf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/46.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/46.png new file mode 100644 index 0000000..050c1df Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/5.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/5.png new file mode 100644 index 0000000..cd9766d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/6.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/6.png new file mode 100644 index 0000000..67d8405 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/7.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/7.png new file mode 100644 index 0000000..b35a3a9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/8.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/8.png new file mode 100644 index 0000000..6740e3a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/9.png b/assets/minecraft/optifine/ctm/GlassGreenCTM/9.png new file mode 100644 index 0000000..2120247 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassGreenCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassGreenCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassGreenCTM/block95.properties new file mode 100644 index 0000000..e8394a3 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassGreenCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=13 diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/0.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/0.png new file mode 100644 index 0000000..93f743e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/1.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/1.png new file mode 100644 index 0000000..58ce9f0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/10.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/10.png new file mode 100644 index 0000000..235db51 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/11.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/11.png new file mode 100644 index 0000000..0523d59 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/12.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/12.png new file mode 100644 index 0000000..e94544d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/13.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/13.png new file mode 100644 index 0000000..ba4a0e5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/14.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/14.png new file mode 100644 index 0000000..3898f7e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/15.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/15.png new file mode 100644 index 0000000..ba0d93d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/16.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/16.png new file mode 100644 index 0000000..4c9fc24 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/17.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/17.png new file mode 100644 index 0000000..f9b59ea Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/18.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/18.png new file mode 100644 index 0000000..59fd7cf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/19.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/19.png new file mode 100644 index 0000000..c2159fd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/2.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/2.png new file mode 100644 index 0000000..71ecfd0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/20.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/20.png new file mode 100644 index 0000000..8c33b87 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/21.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/21.png new file mode 100644 index 0000000..15f9a9d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/22.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/22.png new file mode 100644 index 0000000..df227cf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/23.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/23.png new file mode 100644 index 0000000..541d2b1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/24.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/24.png new file mode 100644 index 0000000..8219d3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/25.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/25.png new file mode 100644 index 0000000..9129ca4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/26.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/26.png new file mode 100644 index 0000000..8f0e43f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/27.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/27.png new file mode 100644 index 0000000..7bfa25e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/28.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/28.png new file mode 100644 index 0000000..8011b8d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/29.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/29.png new file mode 100644 index 0000000..dd742de Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/3.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/3.png new file mode 100644 index 0000000..7c0c8df Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/30.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/30.png new file mode 100644 index 0000000..ce8cfe1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/31.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/31.png new file mode 100644 index 0000000..3826369 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/32.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/32.png new file mode 100644 index 0000000..a48b6f8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/33.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/33.png new file mode 100644 index 0000000..5f31039 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/34.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/34.png new file mode 100644 index 0000000..db610aa Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/35.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/35.png new file mode 100644 index 0000000..4abde26 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/36.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/36.png new file mode 100644 index 0000000..3c66bc7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/37.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/37.png new file mode 100644 index 0000000..1a12ddb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/38.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/38.png new file mode 100644 index 0000000..882f619 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/39.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/39.png new file mode 100644 index 0000000..02c7829 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/4.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/4.png new file mode 100644 index 0000000..4ecae3f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/40.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/40.png new file mode 100644 index 0000000..d0cfa0f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/41.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/41.png new file mode 100644 index 0000000..f9a6e6f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/42.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/42.png new file mode 100644 index 0000000..962211a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/43.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/43.png new file mode 100644 index 0000000..b4882e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/44.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/44.png new file mode 100644 index 0000000..c5aa4dc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/45.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/45.png new file mode 100644 index 0000000..3a8a47a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/46.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/46.png new file mode 100644 index 0000000..68a4709 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/5.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/5.png new file mode 100644 index 0000000..9f30266 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/6.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/6.png new file mode 100644 index 0000000..f3a6329 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/7.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/7.png new file mode 100644 index 0000000..2f433e3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/8.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/8.png new file mode 100644 index 0000000..82a96d6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/9.png b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/9.png new file mode 100644 index 0000000..049e679 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLightBlueCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/block95.properties new file mode 100644 index 0000000..34c171a --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassLightBlueCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=3 diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/0.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/0.png new file mode 100644 index 0000000..7364296 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/1.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/1.png new file mode 100644 index 0000000..e913c6b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/10.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/10.png new file mode 100644 index 0000000..d9d2f02 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/11.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/11.png new file mode 100644 index 0000000..a157d98 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/12.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/12.png new file mode 100644 index 0000000..4d4eb92 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/13.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/13.png new file mode 100644 index 0000000..30528b0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/14.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/14.png new file mode 100644 index 0000000..5099919 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/15.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/15.png new file mode 100644 index 0000000..56655d7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/16.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/16.png new file mode 100644 index 0000000..8241dad Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/17.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/17.png new file mode 100644 index 0000000..506d39a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/18.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/18.png new file mode 100644 index 0000000..f09c6d0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/19.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/19.png new file mode 100644 index 0000000..0745e4a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/2.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/2.png new file mode 100644 index 0000000..4f2a351 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/20.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/20.png new file mode 100644 index 0000000..13f28e7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/21.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/21.png new file mode 100644 index 0000000..6752c49 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/22.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/22.png new file mode 100644 index 0000000..0d2d1bb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/23.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/23.png new file mode 100644 index 0000000..9af0afd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/24.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/24.png new file mode 100644 index 0000000..eb36138 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/25.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/25.png new file mode 100644 index 0000000..1a10682 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/26.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/26.png new file mode 100644 index 0000000..b3eed76 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/27.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/27.png new file mode 100644 index 0000000..4df4487 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/28.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/28.png new file mode 100644 index 0000000..22512cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/29.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/29.png new file mode 100644 index 0000000..31d1e38 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/3.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/3.png new file mode 100644 index 0000000..6f44c4a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/30.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/30.png new file mode 100644 index 0000000..d8f001e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/31.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/31.png new file mode 100644 index 0000000..9b43e65 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/32.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/32.png new file mode 100644 index 0000000..4ce0fe0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/33.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/33.png new file mode 100644 index 0000000..d846023 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/34.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/34.png new file mode 100644 index 0000000..b6f3662 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/35.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/35.png new file mode 100644 index 0000000..797ea02 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/36.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/36.png new file mode 100644 index 0000000..6371880 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/37.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/37.png new file mode 100644 index 0000000..b3a370b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/38.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/38.png new file mode 100644 index 0000000..1154fd0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/39.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/39.png new file mode 100644 index 0000000..42b510f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/4.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/4.png new file mode 100644 index 0000000..054a82a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/40.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/40.png new file mode 100644 index 0000000..22404e6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/41.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/41.png new file mode 100644 index 0000000..5413543 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/42.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/42.png new file mode 100644 index 0000000..929044d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/43.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/43.png new file mode 100644 index 0000000..ac66338 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/44.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/44.png new file mode 100644 index 0000000..04bd318 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/45.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/45.png new file mode 100644 index 0000000..aa0fd5c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/46.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/46.png new file mode 100644 index 0000000..f263ccf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/5.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/5.png new file mode 100644 index 0000000..2f8d418 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/6.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/6.png new file mode 100644 index 0000000..9e4a6a4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/7.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/7.png new file mode 100644 index 0000000..800df7f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/8.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/8.png new file mode 100644 index 0000000..f6110ea Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/9.png b/assets/minecraft/optifine/ctm/GlassLimeCTM/9.png new file mode 100644 index 0000000..c74bfc6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassLimeCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassLimeCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassLimeCTM/block95.properties new file mode 100644 index 0000000..74e33c0 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassLimeCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=5 diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/0.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/0.png new file mode 100644 index 0000000..0b879b6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/1.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/1.png new file mode 100644 index 0000000..2af1723 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/10.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/10.png new file mode 100644 index 0000000..2dd83ea Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/11.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/11.png new file mode 100644 index 0000000..fbb97c3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/12.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/12.png new file mode 100644 index 0000000..a8df4a0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/13.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/13.png new file mode 100644 index 0000000..34b8ccf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/14.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/14.png new file mode 100644 index 0000000..2d64089 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/15.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/15.png new file mode 100644 index 0000000..a641b86 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/16.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/16.png new file mode 100644 index 0000000..5cc466d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/17.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/17.png new file mode 100644 index 0000000..c81666b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/18.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/18.png new file mode 100644 index 0000000..f4cb784 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/19.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/19.png new file mode 100644 index 0000000..86834db Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/2.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/2.png new file mode 100644 index 0000000..9d3b4b5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/20.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/20.png new file mode 100644 index 0000000..aee7ec4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/21.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/21.png new file mode 100644 index 0000000..6c0e283 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/22.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/22.png new file mode 100644 index 0000000..715f6c1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/23.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/23.png new file mode 100644 index 0000000..a9dc198 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/24.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/24.png new file mode 100644 index 0000000..e1f0c3c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/25.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/25.png new file mode 100644 index 0000000..1a7d9a3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/26.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/26.png new file mode 100644 index 0000000..fd798d8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/27.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/27.png new file mode 100644 index 0000000..43c2572 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/28.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/28.png new file mode 100644 index 0000000..377f79e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/29.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/29.png new file mode 100644 index 0000000..adc0776 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/3.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/3.png new file mode 100644 index 0000000..579672a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/30.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/30.png new file mode 100644 index 0000000..aa86043 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/31.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/31.png new file mode 100644 index 0000000..c649da2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/32.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/32.png new file mode 100644 index 0000000..e1cbd05 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/33.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/33.png new file mode 100644 index 0000000..08622a4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/34.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/34.png new file mode 100644 index 0000000..28b672f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/35.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/35.png new file mode 100644 index 0000000..cea6d44 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/36.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/36.png new file mode 100644 index 0000000..1fa8da8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/37.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/37.png new file mode 100644 index 0000000..1510925 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/38.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/38.png new file mode 100644 index 0000000..de565b9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/39.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/39.png new file mode 100644 index 0000000..ab4570f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/4.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/4.png new file mode 100644 index 0000000..7c1e989 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/40.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/40.png new file mode 100644 index 0000000..b00a2ca Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/41.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/41.png new file mode 100644 index 0000000..99fb5e9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/42.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/42.png new file mode 100644 index 0000000..ad9a6e3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/43.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/43.png new file mode 100644 index 0000000..32628de Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/44.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/44.png new file mode 100644 index 0000000..96cae2e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/45.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/45.png new file mode 100644 index 0000000..c78fb60 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/46.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/46.png new file mode 100644 index 0000000..04b0293 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/5.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/5.png new file mode 100644 index 0000000..c0cade1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/6.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/6.png new file mode 100644 index 0000000..d198b44 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/7.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/7.png new file mode 100644 index 0000000..f63d718 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/8.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/8.png new file mode 100644 index 0000000..3bf6a71 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/9.png b/assets/minecraft/optifine/ctm/GlassMagentaCTM/9.png new file mode 100644 index 0000000..0bc46d6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassMagentaCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassMagentaCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassMagentaCTM/block95.properties new file mode 100644 index 0000000..aff6a13 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassMagentaCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=2 diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/0.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/0.png new file mode 100644 index 0000000..4f19356 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/1.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/1.png new file mode 100644 index 0000000..9e8d123 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/10.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/10.png new file mode 100644 index 0000000..93a9dc8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/11.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/11.png new file mode 100644 index 0000000..395797c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/12.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/12.png new file mode 100644 index 0000000..fe70f76 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/13.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/13.png new file mode 100644 index 0000000..330fad9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/14.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/14.png new file mode 100644 index 0000000..66a40a9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/15.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/15.png new file mode 100644 index 0000000..0f03349 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/16.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/16.png new file mode 100644 index 0000000..ad541c8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/17.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/17.png new file mode 100644 index 0000000..90e3688 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/18.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/18.png new file mode 100644 index 0000000..2a3a727 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/19.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/19.png new file mode 100644 index 0000000..f9db24a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/2.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/2.png new file mode 100644 index 0000000..1aa41d4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/20.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/20.png new file mode 100644 index 0000000..2d583af Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/21.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/21.png new file mode 100644 index 0000000..a53127e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/22.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/22.png new file mode 100644 index 0000000..ee407e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/23.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/23.png new file mode 100644 index 0000000..7a64fc7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/24.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/24.png new file mode 100644 index 0000000..3cf7b1b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/25.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/25.png new file mode 100644 index 0000000..c96715c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/26.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/26.png new file mode 100644 index 0000000..08409d3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/27.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/27.png new file mode 100644 index 0000000..6e45598 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/28.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/28.png new file mode 100644 index 0000000..d28990d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/29.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/29.png new file mode 100644 index 0000000..110253f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/3.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/3.png new file mode 100644 index 0000000..c0a33dd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/30.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/30.png new file mode 100644 index 0000000..9adb7a9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/31.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/31.png new file mode 100644 index 0000000..d0de7a9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/32.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/32.png new file mode 100644 index 0000000..20bd0d3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/33.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/33.png new file mode 100644 index 0000000..1ea34a2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/34.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/34.png new file mode 100644 index 0000000..ee8566e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/35.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/35.png new file mode 100644 index 0000000..fe880e9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/36.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/36.png new file mode 100644 index 0000000..7b66b46 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/37.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/37.png new file mode 100644 index 0000000..f4f916e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/38.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/38.png new file mode 100644 index 0000000..54eff6f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/39.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/39.png new file mode 100644 index 0000000..1d0fb74 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/4.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/4.png new file mode 100644 index 0000000..a9bd07d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/40.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/40.png new file mode 100644 index 0000000..e4d8a77 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/41.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/41.png new file mode 100644 index 0000000..6a1561c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/42.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/42.png new file mode 100644 index 0000000..42fd4cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/43.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/43.png new file mode 100644 index 0000000..fe005f5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/44.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/44.png new file mode 100644 index 0000000..e53692e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/45.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/45.png new file mode 100644 index 0000000..ba82873 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/46.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/46.png new file mode 100644 index 0000000..f935655 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/5.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/5.png new file mode 100644 index 0000000..d020238 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/6.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/6.png new file mode 100644 index 0000000..87cbb9a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/7.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/7.png new file mode 100644 index 0000000..8224d97 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/8.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/8.png new file mode 100644 index 0000000..cf7514e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/9.png b/assets/minecraft/optifine/ctm/GlassOrangeCTM/9.png new file mode 100644 index 0000000..b191d88 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassOrangeCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassOrangeCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassOrangeCTM/block95.properties new file mode 100644 index 0000000..c26c555 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassOrangeCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=1 diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/0.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/0.png new file mode 100644 index 0000000..d2354c4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/1.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/1.png new file mode 100644 index 0000000..90c3a01 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/10.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/10.png new file mode 100644 index 0000000..a822874 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/11.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/11.png new file mode 100644 index 0000000..3b97997 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/12.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/12.png new file mode 100644 index 0000000..a19f760 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/13.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/13.png new file mode 100644 index 0000000..7ce1637 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/14.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/14.png new file mode 100644 index 0000000..f3bada5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/15.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/15.png new file mode 100644 index 0000000..fe06029 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/16.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/16.png new file mode 100644 index 0000000..26f7497 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/17.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/17.png new file mode 100644 index 0000000..cecac0f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/18.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/18.png new file mode 100644 index 0000000..bc753ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/19.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/19.png new file mode 100644 index 0000000..dcfabdd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/2.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/2.png new file mode 100644 index 0000000..565f821 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/20.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/20.png new file mode 100644 index 0000000..161d5b7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/21.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/21.png new file mode 100644 index 0000000..379e0ff Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/22.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/22.png new file mode 100644 index 0000000..3054622 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/23.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/23.png new file mode 100644 index 0000000..db38ee1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/24.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/24.png new file mode 100644 index 0000000..3c5cc8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/25.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/25.png new file mode 100644 index 0000000..2a477bf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/26.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/26.png new file mode 100644 index 0000000..1a12571 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/27.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/27.png new file mode 100644 index 0000000..4aa5b43 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/28.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/28.png new file mode 100644 index 0000000..249cc3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/29.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/29.png new file mode 100644 index 0000000..2bbb2f9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/3.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/3.png new file mode 100644 index 0000000..21659bd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/30.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/30.png new file mode 100644 index 0000000..0dcd186 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/31.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/31.png new file mode 100644 index 0000000..66693a6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/32.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/32.png new file mode 100644 index 0000000..2a6a949 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/33.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/33.png new file mode 100644 index 0000000..71e190b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/34.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/34.png new file mode 100644 index 0000000..771b85e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/35.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/35.png new file mode 100644 index 0000000..97bf19e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/36.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/36.png new file mode 100644 index 0000000..49a5ec0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/37.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/37.png new file mode 100644 index 0000000..43f0568 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/38.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/38.png new file mode 100644 index 0000000..b69b663 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/39.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/39.png new file mode 100644 index 0000000..131a1f0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/4.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/4.png new file mode 100644 index 0000000..7e1f6a1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/40.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/40.png new file mode 100644 index 0000000..f50f51f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/41.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/41.png new file mode 100644 index 0000000..91d7125 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/42.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/42.png new file mode 100644 index 0000000..6f8e113 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/43.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/43.png new file mode 100644 index 0000000..7c3cc8a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/44.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/44.png new file mode 100644 index 0000000..431789e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/45.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/45.png new file mode 100644 index 0000000..39a82ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/46.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/46.png new file mode 100644 index 0000000..360097d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/5.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/5.png new file mode 100644 index 0000000..fd78f54 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/6.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/6.png new file mode 100644 index 0000000..6fe794a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/7.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/7.png new file mode 100644 index 0000000..e5766c6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/8.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/8.png new file mode 100644 index 0000000..2eeeae6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/9.png b/assets/minecraft/optifine/ctm/GlassPinkCTM/9.png new file mode 100644 index 0000000..b8c85d2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPinkCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPinkCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassPinkCTM/block95.properties new file mode 100644 index 0000000..c7e02f7 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassPinkCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=6 diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/0.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/0.png new file mode 100644 index 0000000..7c416b1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/1.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/1.png new file mode 100644 index 0000000..1d022b4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/10.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/10.png new file mode 100644 index 0000000..3b13b95 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/11.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/11.png new file mode 100644 index 0000000..72a1520 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/12.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/12.png new file mode 100644 index 0000000..18ed9c4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/13.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/13.png new file mode 100644 index 0000000..5eaf2e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/14.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/14.png new file mode 100644 index 0000000..c78807e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/15.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/15.png new file mode 100644 index 0000000..048e4b3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/16.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/16.png new file mode 100644 index 0000000..3614c4b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/17.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/17.png new file mode 100644 index 0000000..a9a3966 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/18.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/18.png new file mode 100644 index 0000000..2742c83 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/19.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/19.png new file mode 100644 index 0000000..2d5c2e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/2.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/2.png new file mode 100644 index 0000000..61329e7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/20.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/20.png new file mode 100644 index 0000000..083e115 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/21.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/21.png new file mode 100644 index 0000000..7782acb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/22.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/22.png new file mode 100644 index 0000000..24bdc43 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/23.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/23.png new file mode 100644 index 0000000..39bdcab Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/24.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/24.png new file mode 100644 index 0000000..70ede50 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/25.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/25.png new file mode 100644 index 0000000..65cdf67 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/26.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/26.png new file mode 100644 index 0000000..45e1744 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/27.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/27.png new file mode 100644 index 0000000..4a0855d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/28.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/28.png new file mode 100644 index 0000000..97fbaa3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/29.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/29.png new file mode 100644 index 0000000..694bd95 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/3.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/3.png new file mode 100644 index 0000000..223f265 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/30.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/30.png new file mode 100644 index 0000000..f2d448a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/31.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/31.png new file mode 100644 index 0000000..6e0dfdf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/32.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/32.png new file mode 100644 index 0000000..fa07019 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/33.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/33.png new file mode 100644 index 0000000..310f9a3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/34.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/34.png new file mode 100644 index 0000000..b3135b9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/35.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/35.png new file mode 100644 index 0000000..a55390b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/36.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/36.png new file mode 100644 index 0000000..273bfb1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/37.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/37.png new file mode 100644 index 0000000..d84aad2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/38.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/38.png new file mode 100644 index 0000000..2c3d616 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/39.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/39.png new file mode 100644 index 0000000..25aed66 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/4.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/4.png new file mode 100644 index 0000000..618ea5e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/40.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/40.png new file mode 100644 index 0000000..0ddbcfc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/41.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/41.png new file mode 100644 index 0000000..b29bc41 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/42.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/42.png new file mode 100644 index 0000000..81852cf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/43.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/43.png new file mode 100644 index 0000000..22e7238 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/44.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/44.png new file mode 100644 index 0000000..dec6e41 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/45.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/45.png new file mode 100644 index 0000000..7f589af Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/46.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/46.png new file mode 100644 index 0000000..8d26cee Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/5.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/5.png new file mode 100644 index 0000000..fccf9e2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/6.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/6.png new file mode 100644 index 0000000..2e6e167 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/7.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/7.png new file mode 100644 index 0000000..5591776 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/8.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/8.png new file mode 100644 index 0000000..749f462 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/9.png b/assets/minecraft/optifine/ctm/GlassPurpleCTM/9.png new file mode 100644 index 0000000..91bafeb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassPurpleCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassPurpleCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassPurpleCTM/block95.properties new file mode 100644 index 0000000..1a92f99 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassPurpleCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=10 diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/0.png b/assets/minecraft/optifine/ctm/GlassRedCTM/0.png new file mode 100644 index 0000000..a565b83 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/1.png b/assets/minecraft/optifine/ctm/GlassRedCTM/1.png new file mode 100644 index 0000000..f84925c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/10.png b/assets/minecraft/optifine/ctm/GlassRedCTM/10.png new file mode 100644 index 0000000..80e759d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/11.png b/assets/minecraft/optifine/ctm/GlassRedCTM/11.png new file mode 100644 index 0000000..c677c7a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/12.png b/assets/minecraft/optifine/ctm/GlassRedCTM/12.png new file mode 100644 index 0000000..41adae9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/13.png b/assets/minecraft/optifine/ctm/GlassRedCTM/13.png new file mode 100644 index 0000000..4eede1c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/14.png b/assets/minecraft/optifine/ctm/GlassRedCTM/14.png new file mode 100644 index 0000000..e797e06 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/15.png b/assets/minecraft/optifine/ctm/GlassRedCTM/15.png new file mode 100644 index 0000000..59eed5f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/16.png b/assets/minecraft/optifine/ctm/GlassRedCTM/16.png new file mode 100644 index 0000000..95a54c5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/17.png b/assets/minecraft/optifine/ctm/GlassRedCTM/17.png new file mode 100644 index 0000000..46d9d66 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/18.png b/assets/minecraft/optifine/ctm/GlassRedCTM/18.png new file mode 100644 index 0000000..ed3db50 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/19.png b/assets/minecraft/optifine/ctm/GlassRedCTM/19.png new file mode 100644 index 0000000..dd4fc83 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/2.png b/assets/minecraft/optifine/ctm/GlassRedCTM/2.png new file mode 100644 index 0000000..fd278ef Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/20.png b/assets/minecraft/optifine/ctm/GlassRedCTM/20.png new file mode 100644 index 0000000..8d633f9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/21.png b/assets/minecraft/optifine/ctm/GlassRedCTM/21.png new file mode 100644 index 0000000..a174088 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/22.png b/assets/minecraft/optifine/ctm/GlassRedCTM/22.png new file mode 100644 index 0000000..e77220f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/23.png b/assets/minecraft/optifine/ctm/GlassRedCTM/23.png new file mode 100644 index 0000000..82be680 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/24.png b/assets/minecraft/optifine/ctm/GlassRedCTM/24.png new file mode 100644 index 0000000..9e9cf12 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/25.png b/assets/minecraft/optifine/ctm/GlassRedCTM/25.png new file mode 100644 index 0000000..17ec23c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/26.png b/assets/minecraft/optifine/ctm/GlassRedCTM/26.png new file mode 100644 index 0000000..1c47c03 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/27.png b/assets/minecraft/optifine/ctm/GlassRedCTM/27.png new file mode 100644 index 0000000..8ed505e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/28.png b/assets/minecraft/optifine/ctm/GlassRedCTM/28.png new file mode 100644 index 0000000..6af4c1e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/29.png b/assets/minecraft/optifine/ctm/GlassRedCTM/29.png new file mode 100644 index 0000000..d652006 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/3.png b/assets/minecraft/optifine/ctm/GlassRedCTM/3.png new file mode 100644 index 0000000..9f2971f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/30.png b/assets/minecraft/optifine/ctm/GlassRedCTM/30.png new file mode 100644 index 0000000..141c237 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/31.png b/assets/minecraft/optifine/ctm/GlassRedCTM/31.png new file mode 100644 index 0000000..232d90b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/32.png b/assets/minecraft/optifine/ctm/GlassRedCTM/32.png new file mode 100644 index 0000000..27a6982 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/33.png b/assets/minecraft/optifine/ctm/GlassRedCTM/33.png new file mode 100644 index 0000000..4d75266 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/34.png b/assets/minecraft/optifine/ctm/GlassRedCTM/34.png new file mode 100644 index 0000000..970e039 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/35.png b/assets/minecraft/optifine/ctm/GlassRedCTM/35.png new file mode 100644 index 0000000..ed9454b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/36.png b/assets/minecraft/optifine/ctm/GlassRedCTM/36.png new file mode 100644 index 0000000..c34a06e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/37.png b/assets/minecraft/optifine/ctm/GlassRedCTM/37.png new file mode 100644 index 0000000..be97090 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/38.png b/assets/minecraft/optifine/ctm/GlassRedCTM/38.png new file mode 100644 index 0000000..4f867ee Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/39.png b/assets/minecraft/optifine/ctm/GlassRedCTM/39.png new file mode 100644 index 0000000..1991af4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/4.png b/assets/minecraft/optifine/ctm/GlassRedCTM/4.png new file mode 100644 index 0000000..be84a2c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/40.png b/assets/minecraft/optifine/ctm/GlassRedCTM/40.png new file mode 100644 index 0000000..3f65375 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/41.png b/assets/minecraft/optifine/ctm/GlassRedCTM/41.png new file mode 100644 index 0000000..30b7a36 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/42.png b/assets/minecraft/optifine/ctm/GlassRedCTM/42.png new file mode 100644 index 0000000..7d47c35 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/43.png b/assets/minecraft/optifine/ctm/GlassRedCTM/43.png new file mode 100644 index 0000000..5885a70 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/44.png b/assets/minecraft/optifine/ctm/GlassRedCTM/44.png new file mode 100644 index 0000000..3fa757b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/45.png b/assets/minecraft/optifine/ctm/GlassRedCTM/45.png new file mode 100644 index 0000000..cf1a401 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/46.png b/assets/minecraft/optifine/ctm/GlassRedCTM/46.png new file mode 100644 index 0000000..7f4555f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/5.png b/assets/minecraft/optifine/ctm/GlassRedCTM/5.png new file mode 100644 index 0000000..3b5c663 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/6.png b/assets/minecraft/optifine/ctm/GlassRedCTM/6.png new file mode 100644 index 0000000..fad4eb5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/7.png b/assets/minecraft/optifine/ctm/GlassRedCTM/7.png new file mode 100644 index 0000000..14bc540 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/8.png b/assets/minecraft/optifine/ctm/GlassRedCTM/8.png new file mode 100644 index 0000000..38d90eb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/9.png b/assets/minecraft/optifine/ctm/GlassRedCTM/9.png new file mode 100644 index 0000000..0ecb9a2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassRedCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassRedCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassRedCTM/block95.properties new file mode 100644 index 0000000..5b21038 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassRedCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=14 diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/0.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/0.png new file mode 100644 index 0000000..1b30a93 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/1.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/1.png new file mode 100644 index 0000000..5cfc08a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/10.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/10.png new file mode 100644 index 0000000..d087730 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/11.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/11.png new file mode 100644 index 0000000..21a2b83 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/12.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/12.png new file mode 100644 index 0000000..2d595b7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/13.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/13.png new file mode 100644 index 0000000..147fe2f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/14.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/14.png new file mode 100644 index 0000000..c881906 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/15.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/15.png new file mode 100644 index 0000000..c5679d7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/16.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/16.png new file mode 100644 index 0000000..b6961e8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/17.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/17.png new file mode 100644 index 0000000..0e4fc7a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/18.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/18.png new file mode 100644 index 0000000..0f04d3d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/19.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/19.png new file mode 100644 index 0000000..518b9b0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/2.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/2.png new file mode 100644 index 0000000..1ba46cc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/20.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/20.png new file mode 100644 index 0000000..8cc6b4e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/21.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/21.png new file mode 100644 index 0000000..a3bc0af Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/22.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/22.png new file mode 100644 index 0000000..839d38e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/23.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/23.png new file mode 100644 index 0000000..1d475fc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/24.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/24.png new file mode 100644 index 0000000..6185443 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/25.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/25.png new file mode 100644 index 0000000..b4a0f79 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/26.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/26.png new file mode 100644 index 0000000..5f49bcb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/27.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/27.png new file mode 100644 index 0000000..6a5ec00 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/28.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/28.png new file mode 100644 index 0000000..7847d15 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/29.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/29.png new file mode 100644 index 0000000..20c6f50 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/3.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/3.png new file mode 100644 index 0000000..5a49531 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/30.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/30.png new file mode 100644 index 0000000..944f64b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/31.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/31.png new file mode 100644 index 0000000..d1310e8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/32.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/32.png new file mode 100644 index 0000000..469f554 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/33.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/33.png new file mode 100644 index 0000000..a95702f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/34.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/34.png new file mode 100644 index 0000000..b8e37cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/35.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/35.png new file mode 100644 index 0000000..c3a37f7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/36.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/36.png new file mode 100644 index 0000000..afef3c8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/37.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/37.png new file mode 100644 index 0000000..02a18fe Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/38.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/38.png new file mode 100644 index 0000000..fc490e9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/39.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/39.png new file mode 100644 index 0000000..27b9acb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/4.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/4.png new file mode 100644 index 0000000..bc2d494 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/40.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/40.png new file mode 100644 index 0000000..9c2fb4c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/41.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/41.png new file mode 100644 index 0000000..9d05fcb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/42.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/42.png new file mode 100644 index 0000000..9d13e07 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/43.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/43.png new file mode 100644 index 0000000..df491ef Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/44.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/44.png new file mode 100644 index 0000000..f930b28 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/45.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/45.png new file mode 100644 index 0000000..1b6532d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/46.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/46.png new file mode 100644 index 0000000..5f02bc9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/5.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/5.png new file mode 100644 index 0000000..ad81b7f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/6.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/6.png new file mode 100644 index 0000000..7b23ced Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/7.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/7.png new file mode 100644 index 0000000..d265488 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/8.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/8.png new file mode 100644 index 0000000..e5a8f75 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/9.png b/assets/minecraft/optifine/ctm/GlassSilverCTM/9.png new file mode 100644 index 0000000..11046cf Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassSilverCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassSilverCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassSilverCTM/block95.properties new file mode 100644 index 0000000..8ea06b1 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassSilverCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=8 diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/0.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/0.png new file mode 100644 index 0000000..7a5a26f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/1.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/1.png new file mode 100644 index 0000000..4bfe266 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/10.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/10.png new file mode 100644 index 0000000..5538ab5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/11.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/11.png new file mode 100644 index 0000000..156fd99 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/12.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/12.png new file mode 100644 index 0000000..086bdf6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/13.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/13.png new file mode 100644 index 0000000..5e184cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/14.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/14.png new file mode 100644 index 0000000..da33f2e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/15.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/15.png new file mode 100644 index 0000000..b180e6b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/16.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/16.png new file mode 100644 index 0000000..7e17737 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/17.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/17.png new file mode 100644 index 0000000..a6fe529 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/18.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/18.png new file mode 100644 index 0000000..fc41ef6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/19.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/19.png new file mode 100644 index 0000000..02c2519 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/2.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/2.png new file mode 100644 index 0000000..46509ed Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/20.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/20.png new file mode 100644 index 0000000..1876dad Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/21.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/21.png new file mode 100644 index 0000000..63cd1d5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/22.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/22.png new file mode 100644 index 0000000..a3816fd Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/23.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/23.png new file mode 100644 index 0000000..2fcf250 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/24.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/24.png new file mode 100644 index 0000000..7c39dc7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/25.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/25.png new file mode 100644 index 0000000..cc7a0cb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/26.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/26.png new file mode 100644 index 0000000..35da13e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/27.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/27.png new file mode 100644 index 0000000..06ccb82 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/28.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/28.png new file mode 100644 index 0000000..415801f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/29.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/29.png new file mode 100644 index 0000000..7d7eb8f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/3.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/3.png new file mode 100644 index 0000000..f1c0e2d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/30.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/30.png new file mode 100644 index 0000000..e22ab3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/31.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/31.png new file mode 100644 index 0000000..059fdc7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/32.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/32.png new file mode 100644 index 0000000..5c2514f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/33.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/33.png new file mode 100644 index 0000000..cf8c400 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/34.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/34.png new file mode 100644 index 0000000..dde5717 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/35.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/35.png new file mode 100644 index 0000000..893b817 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/36.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/36.png new file mode 100644 index 0000000..e477b68 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/37.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/37.png new file mode 100644 index 0000000..516e14a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/38.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/38.png new file mode 100644 index 0000000..799b017 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/39.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/39.png new file mode 100644 index 0000000..176ebf5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/4.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/4.png new file mode 100644 index 0000000..4588e63 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/40.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/40.png new file mode 100644 index 0000000..0a722c3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/41.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/41.png new file mode 100644 index 0000000..7e8e540 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/42.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/42.png new file mode 100644 index 0000000..7dc8111 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/43.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/43.png new file mode 100644 index 0000000..264845e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/44.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/44.png new file mode 100644 index 0000000..4709d4c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/45.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/45.png new file mode 100644 index 0000000..7bc5e96 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/46.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/46.png new file mode 100644 index 0000000..b4ee04a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/5.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/5.png new file mode 100644 index 0000000..e09c748 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/6.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/6.png new file mode 100644 index 0000000..2d2671b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/7.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/7.png new file mode 100644 index 0000000..d8fc989 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/8.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/8.png new file mode 100644 index 0000000..88f3893 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/9.png b/assets/minecraft/optifine/ctm/GlassWhiteCTM/9.png new file mode 100644 index 0000000..7004fc6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassWhiteCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassWhiteCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassWhiteCTM/block95.properties new file mode 100644 index 0000000..1cdec32 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassWhiteCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=0 diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/0.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/0.png new file mode 100644 index 0000000..d277061 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/1.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/1.png new file mode 100644 index 0000000..bbbbb6a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/10.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/10.png new file mode 100644 index 0000000..6652832 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/10.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/11.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/11.png new file mode 100644 index 0000000..8a71e13 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/11.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/12.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/12.png new file mode 100644 index 0000000..4b3c0f8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/12.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/13.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/13.png new file mode 100644 index 0000000..9156a7a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/13.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/14.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/14.png new file mode 100644 index 0000000..d14e63e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/14.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/15.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/15.png new file mode 100644 index 0000000..3d33484 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/15.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/16.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/16.png new file mode 100644 index 0000000..98bff86 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/16.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/17.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/17.png new file mode 100644 index 0000000..63da86f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/17.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/18.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/18.png new file mode 100644 index 0000000..78849d3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/18.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/19.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/19.png new file mode 100644 index 0000000..e9c3aa4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/19.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/2.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/2.png new file mode 100644 index 0000000..42e8beb Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/20.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/20.png new file mode 100644 index 0000000..3c06d28 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/20.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/21.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/21.png new file mode 100644 index 0000000..d0df12b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/21.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/22.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/22.png new file mode 100644 index 0000000..3a9f09a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/22.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/23.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/23.png new file mode 100644 index 0000000..7775020 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/23.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/24.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/24.png new file mode 100644 index 0000000..0a8985c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/24.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/25.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/25.png new file mode 100644 index 0000000..e62aa15 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/25.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/26.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/26.png new file mode 100644 index 0000000..2a5fb9a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/26.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/27.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/27.png new file mode 100644 index 0000000..fc292b9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/27.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/28.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/28.png new file mode 100644 index 0000000..a707316 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/28.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/29.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/29.png new file mode 100644 index 0000000..9717b75 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/29.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/3.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/3.png new file mode 100644 index 0000000..c113862 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/3.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/30.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/30.png new file mode 100644 index 0000000..73ff4bc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/30.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/31.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/31.png new file mode 100644 index 0000000..f9cee6c Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/31.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/32.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/32.png new file mode 100644 index 0000000..97ed84e Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/32.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/33.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/33.png new file mode 100644 index 0000000..160f661 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/33.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/34.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/34.png new file mode 100644 index 0000000..d26b67d Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/34.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/35.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/35.png new file mode 100644 index 0000000..216a319 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/35.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/36.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/36.png new file mode 100644 index 0000000..b5f0c6f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/36.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/37.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/37.png new file mode 100644 index 0000000..c33c8c1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/37.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/38.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/38.png new file mode 100644 index 0000000..0a9e5ae Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/38.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/39.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/39.png new file mode 100644 index 0000000..20e44de Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/39.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/4.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/4.png new file mode 100644 index 0000000..784cee1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/4.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/40.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/40.png new file mode 100644 index 0000000..229251a Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/40.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/41.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/41.png new file mode 100644 index 0000000..df9b1ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/41.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/42.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/42.png new file mode 100644 index 0000000..917780b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/42.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/43.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/43.png new file mode 100644 index 0000000..aa0704b Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/43.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/44.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/44.png new file mode 100644 index 0000000..e8c5dd5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/44.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/45.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/45.png new file mode 100644 index 0000000..8a49a57 Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/45.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/46.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/46.png new file mode 100644 index 0000000..daceefc Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/46.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/5.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/5.png new file mode 100644 index 0000000..9e6758f Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/5.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/6.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/6.png new file mode 100644 index 0000000..1f0a5ee Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/6.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/7.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/7.png new file mode 100644 index 0000000..5a782ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/7.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/8.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/8.png new file mode 100644 index 0000000..62313fe Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/8.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/9.png b/assets/minecraft/optifine/ctm/GlassYellowCTM/9.png new file mode 100644 index 0000000..3d96aee Binary files /dev/null and b/assets/minecraft/optifine/ctm/GlassYellowCTM/9.png differ diff --git a/assets/minecraft/optifine/ctm/GlassYellowCTM/block95.properties b/assets/minecraft/optifine/ctm/GlassYellowCTM/block95.properties new file mode 100644 index 0000000..d83eea5 --- /dev/null +++ b/assets/minecraft/optifine/ctm/GlassYellowCTM/block95.properties @@ -0,0 +1,3 @@ +method=ctm +tiles=0-46 +metadata=4 diff --git a/assets/minecraft/optifine/ctm/NetherCTM/0.png b/assets/minecraft/optifine/ctm/NetherCTM/0.png new file mode 100644 index 0000000..7b51ac7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/NetherCTM/0.png differ diff --git a/assets/minecraft/optifine/ctm/NetherCTM/1.png b/assets/minecraft/optifine/ctm/NetherCTM/1.png new file mode 100644 index 0000000..32108fa Binary files /dev/null and b/assets/minecraft/optifine/ctm/NetherCTM/1.png differ diff --git a/assets/minecraft/optifine/ctm/NetherCTM/2.png b/assets/minecraft/optifine/ctm/NetherCTM/2.png new file mode 100644 index 0000000..21686a0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/NetherCTM/2.png differ diff --git a/assets/minecraft/optifine/ctm/NetherCTM/block112.properties b/assets/minecraft/optifine/ctm/NetherCTM/block112.properties new file mode 100644 index 0000000..635f51e --- /dev/null +++ b/assets/minecraft/optifine/ctm/NetherCTM/block112.properties @@ -0,0 +1,2 @@ +tiles=0-2 +method=random diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/0.png b/assets/minecraft/optifine/ctm/black_stained_glass/0.png new file mode 100644 index 0000000..855bc9b Binary files /dev/null and b/assets/minecraft/optifine/ctm/black_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/1.png b/assets/minecraft/optifine/ctm/black_stained_glass/1.png new file mode 100644 index 0000000..10138ae Binary files /dev/null and b/assets/minecraft/optifine/ctm/black_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/2.png b/assets/minecraft/optifine/ctm/black_stained_glass/2.png new file mode 100644 index 0000000..db7b001 Binary files /dev/null and b/assets/minecraft/optifine/ctm/black_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/3.png b/assets/minecraft/optifine/ctm/black_stained_glass/3.png new file mode 100644 index 0000000..504bd1c Binary files /dev/null and b/assets/minecraft/optifine/ctm/black_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/4.png b/assets/minecraft/optifine/ctm/black_stained_glass/4.png new file mode 100644 index 0000000..e606fec Binary files /dev/null and b/assets/minecraft/optifine/ctm/black_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass.properties b/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass.properties new file mode 100644 index 0000000..80b6001 --- /dev/null +++ b/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:black_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass_pane.properties new file mode 100644 index 0000000..59079d2 --- /dev/null +++ b/assets/minecraft/optifine/ctm/black_stained_glass/black_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:black_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/0.png b/assets/minecraft/optifine/ctm/blue_stained_glass/0.png new file mode 100644 index 0000000..a319420 Binary files /dev/null and b/assets/minecraft/optifine/ctm/blue_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/1.png b/assets/minecraft/optifine/ctm/blue_stained_glass/1.png new file mode 100644 index 0000000..2618899 Binary files /dev/null and b/assets/minecraft/optifine/ctm/blue_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/2.png b/assets/minecraft/optifine/ctm/blue_stained_glass/2.png new file mode 100644 index 0000000..dd5358f Binary files /dev/null and b/assets/minecraft/optifine/ctm/blue_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/3.png b/assets/minecraft/optifine/ctm/blue_stained_glass/3.png new file mode 100644 index 0000000..f7245e7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/blue_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/4.png b/assets/minecraft/optifine/ctm/blue_stained_glass/4.png new file mode 100644 index 0000000..d588c8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/blue_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass.properties b/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass.properties new file mode 100644 index 0000000..0da7b8b --- /dev/null +++ b/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:blue_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass_pane.properties new file mode 100644 index 0000000..61b57d1 --- /dev/null +++ b/assets/minecraft/optifine/ctm/blue_stained_glass/blue_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:blue_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/0.png b/assets/minecraft/optifine/ctm/brown_stained_glass/0.png new file mode 100644 index 0000000..dcc9131 Binary files /dev/null and b/assets/minecraft/optifine/ctm/brown_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/1.png b/assets/minecraft/optifine/ctm/brown_stained_glass/1.png new file mode 100644 index 0000000..1fc8d35 Binary files /dev/null and b/assets/minecraft/optifine/ctm/brown_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/2.png b/assets/minecraft/optifine/ctm/brown_stained_glass/2.png new file mode 100644 index 0000000..436ac54 Binary files /dev/null and b/assets/minecraft/optifine/ctm/brown_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/3.png b/assets/minecraft/optifine/ctm/brown_stained_glass/3.png new file mode 100644 index 0000000..0f913e3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/brown_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/4.png b/assets/minecraft/optifine/ctm/brown_stained_glass/4.png new file mode 100644 index 0000000..b15a66d Binary files /dev/null and b/assets/minecraft/optifine/ctm/brown_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass.properties b/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass.properties new file mode 100644 index 0000000..05f53f5 --- /dev/null +++ b/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:brown_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass_pane.properties new file mode 100644 index 0000000..48a3624 --- /dev/null +++ b/assets/minecraft/optifine/ctm/brown_stained_glass/brown_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:brown_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/0.png b/assets/minecraft/optifine/ctm/cyan_stained_glass/0.png new file mode 100644 index 0000000..4a2e9f8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/cyan_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/1.png b/assets/minecraft/optifine/ctm/cyan_stained_glass/1.png new file mode 100644 index 0000000..6184198 Binary files /dev/null and b/assets/minecraft/optifine/ctm/cyan_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/2.png b/assets/minecraft/optifine/ctm/cyan_stained_glass/2.png new file mode 100644 index 0000000..2e3e733 Binary files /dev/null and b/assets/minecraft/optifine/ctm/cyan_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/3.png b/assets/minecraft/optifine/ctm/cyan_stained_glass/3.png new file mode 100644 index 0000000..cd4d2aa Binary files /dev/null and b/assets/minecraft/optifine/ctm/cyan_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/4.png b/assets/minecraft/optifine/ctm/cyan_stained_glass/4.png new file mode 100644 index 0000000..2aae6e4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/cyan_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass.properties b/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass.properties new file mode 100644 index 0000000..e8122c0 --- /dev/null +++ b/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:cyan_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass_pane.properties new file mode 100644 index 0000000..3863dfe --- /dev/null +++ b/assets/minecraft/optifine/ctm/cyan_stained_glass/cyan_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:cyan_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/0.png b/assets/minecraft/optifine/ctm/gray_stained_glass/0.png new file mode 100644 index 0000000..8243923 Binary files /dev/null and b/assets/minecraft/optifine/ctm/gray_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/1.png b/assets/minecraft/optifine/ctm/gray_stained_glass/1.png new file mode 100644 index 0000000..007deb2 Binary files /dev/null and b/assets/minecraft/optifine/ctm/gray_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/2.png b/assets/minecraft/optifine/ctm/gray_stained_glass/2.png new file mode 100644 index 0000000..e555af9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/gray_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/3.png b/assets/minecraft/optifine/ctm/gray_stained_glass/3.png new file mode 100644 index 0000000..6a487c8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/gray_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/4.png b/assets/minecraft/optifine/ctm/gray_stained_glass/4.png new file mode 100644 index 0000000..d662cab Binary files /dev/null and b/assets/minecraft/optifine/ctm/gray_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass.properties b/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass.properties new file mode 100644 index 0000000..1436841 --- /dev/null +++ b/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:gray_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass_pane.properties new file mode 100644 index 0000000..353e7fc --- /dev/null +++ b/assets/minecraft/optifine/ctm/gray_stained_glass/gray_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:gray_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/0.png b/assets/minecraft/optifine/ctm/green_stained_glass/0.png new file mode 100644 index 0000000..c8f7697 Binary files /dev/null and b/assets/minecraft/optifine/ctm/green_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/1.png b/assets/minecraft/optifine/ctm/green_stained_glass/1.png new file mode 100644 index 0000000..358bcb0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/green_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/2.png b/assets/minecraft/optifine/ctm/green_stained_glass/2.png new file mode 100644 index 0000000..013b1ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/green_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/3.png b/assets/minecraft/optifine/ctm/green_stained_glass/3.png new file mode 100644 index 0000000..b9c5c6e Binary files /dev/null and b/assets/minecraft/optifine/ctm/green_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/4.png b/assets/minecraft/optifine/ctm/green_stained_glass/4.png new file mode 100644 index 0000000..050c1df Binary files /dev/null and b/assets/minecraft/optifine/ctm/green_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass.properties b/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass.properties new file mode 100644 index 0000000..8e510ce --- /dev/null +++ b/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:green_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass_pane.properties new file mode 100644 index 0000000..1d5e9ca --- /dev/null +++ b/assets/minecraft/optifine/ctm/green_stained_glass/green_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:green_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/iron_block/0.png b/assets/minecraft/optifine/ctm/iron_block/0.png new file mode 100644 index 0000000..e76c500 Binary files /dev/null and b/assets/minecraft/optifine/ctm/iron_block/0.png differ diff --git a/assets/minecraft/optifine/ctm/iron_block/1.png b/assets/minecraft/optifine/ctm/iron_block/1.png new file mode 100644 index 0000000..38bdfd4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/iron_block/1.png differ diff --git a/assets/minecraft/optifine/ctm/iron_block/2.png b/assets/minecraft/optifine/ctm/iron_block/2.png new file mode 100644 index 0000000..3ff4563 Binary files /dev/null and b/assets/minecraft/optifine/ctm/iron_block/2.png differ diff --git a/assets/minecraft/optifine/ctm/iron_block/3.png b/assets/minecraft/optifine/ctm/iron_block/3.png new file mode 100644 index 0000000..a19124b Binary files /dev/null and b/assets/minecraft/optifine/ctm/iron_block/3.png differ diff --git a/assets/minecraft/optifine/ctm/iron_block/4.png b/assets/minecraft/optifine/ctm/iron_block/4.png new file mode 100644 index 0000000..ed33eb9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/iron_block/4.png differ diff --git a/assets/minecraft/optifine/ctm/iron_block/iron_block.properties b/assets/minecraft/optifine/ctm/iron_block/iron_block.properties new file mode 100644 index 0000000..21d1f22 --- /dev/null +++ b/assets/minecraft/optifine/ctm/iron_block/iron_block.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:iron_block +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/0.png b/assets/minecraft/optifine/ctm/light_blue_stained_glass/0.png new file mode 100644 index 0000000..93f743e Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_blue_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/1.png b/assets/minecraft/optifine/ctm/light_blue_stained_glass/1.png new file mode 100644 index 0000000..8f0e43f Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_blue_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/2.png b/assets/minecraft/optifine/ctm/light_blue_stained_glass/2.png new file mode 100644 index 0000000..8219d3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_blue_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/3.png b/assets/minecraft/optifine/ctm/light_blue_stained_glass/3.png new file mode 100644 index 0000000..71ecfd0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_blue_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/4.png b/assets/minecraft/optifine/ctm/light_blue_stained_glass/4.png new file mode 100644 index 0000000..68a4709 Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_blue_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass.properties b/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass.properties new file mode 100644 index 0000000..65b7c7d --- /dev/null +++ b/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:light_blue_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass_pane.properties new file mode 100644 index 0000000..5a87714 --- /dev/null +++ b/assets/minecraft/optifine/ctm/light_blue_stained_glass/light_blue_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:light_blue_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/0.png b/assets/minecraft/optifine/ctm/light_gray_stained_glass/0.png new file mode 100644 index 0000000..1b30a93 Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_gray_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/1.png b/assets/minecraft/optifine/ctm/light_gray_stained_glass/1.png new file mode 100644 index 0000000..5f49bcb Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_gray_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/2.png b/assets/minecraft/optifine/ctm/light_gray_stained_glass/2.png new file mode 100644 index 0000000..6185443 Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_gray_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/3.png b/assets/minecraft/optifine/ctm/light_gray_stained_glass/3.png new file mode 100644 index 0000000..1ba46cc Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_gray_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/4.png b/assets/minecraft/optifine/ctm/light_gray_stained_glass/4.png new file mode 100644 index 0000000..5f02bc9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/light_gray_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass.properties b/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass.properties new file mode 100644 index 0000000..f165135 --- /dev/null +++ b/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:light_gray_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass_pane.properties new file mode 100644 index 0000000..355ed69 --- /dev/null +++ b/assets/minecraft/optifine/ctm/light_gray_stained_glass/light_gray_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:light_gray_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/0.png b/assets/minecraft/optifine/ctm/lime_stained_glass/0.png new file mode 100644 index 0000000..7364296 Binary files /dev/null and b/assets/minecraft/optifine/ctm/lime_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/1.png b/assets/minecraft/optifine/ctm/lime_stained_glass/1.png new file mode 100644 index 0000000..b3eed76 Binary files /dev/null and b/assets/minecraft/optifine/ctm/lime_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/2.png b/assets/minecraft/optifine/ctm/lime_stained_glass/2.png new file mode 100644 index 0000000..eb36138 Binary files /dev/null and b/assets/minecraft/optifine/ctm/lime_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/3.png b/assets/minecraft/optifine/ctm/lime_stained_glass/3.png new file mode 100644 index 0000000..4f2a351 Binary files /dev/null and b/assets/minecraft/optifine/ctm/lime_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/4.png b/assets/minecraft/optifine/ctm/lime_stained_glass/4.png new file mode 100644 index 0000000..f263ccf Binary files /dev/null and b/assets/minecraft/optifine/ctm/lime_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass.properties b/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass.properties new file mode 100644 index 0000000..604f948 --- /dev/null +++ b/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:lime_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass_pane.properties new file mode 100644 index 0000000..29e9323 --- /dev/null +++ b/assets/minecraft/optifine/ctm/lime_stained_glass/lime_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:lime_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/0.png b/assets/minecraft/optifine/ctm/magenta_stained_glass/0.png new file mode 100644 index 0000000..0b879b6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/magenta_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/1.png b/assets/minecraft/optifine/ctm/magenta_stained_glass/1.png new file mode 100644 index 0000000..fd798d8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/magenta_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/2.png b/assets/minecraft/optifine/ctm/magenta_stained_glass/2.png new file mode 100644 index 0000000..e1f0c3c Binary files /dev/null and b/assets/minecraft/optifine/ctm/magenta_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/3.png b/assets/minecraft/optifine/ctm/magenta_stained_glass/3.png new file mode 100644 index 0000000..9d3b4b5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/magenta_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/4.png b/assets/minecraft/optifine/ctm/magenta_stained_glass/4.png new file mode 100644 index 0000000..04b0293 Binary files /dev/null and b/assets/minecraft/optifine/ctm/magenta_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass.properties b/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass.properties new file mode 100644 index 0000000..df01aaf --- /dev/null +++ b/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:magenta_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass_pane.properties new file mode 100644 index 0000000..697ba71 --- /dev/null +++ b/assets/minecraft/optifine/ctm/magenta_stained_glass/magenta_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:magenta_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/0.png b/assets/minecraft/optifine/ctm/orange_stained_glass/0.png new file mode 100644 index 0000000..4f19356 Binary files /dev/null and b/assets/minecraft/optifine/ctm/orange_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/1.png b/assets/minecraft/optifine/ctm/orange_stained_glass/1.png new file mode 100644 index 0000000..08409d3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/orange_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/2.png b/assets/minecraft/optifine/ctm/orange_stained_glass/2.png new file mode 100644 index 0000000..3cf7b1b Binary files /dev/null and b/assets/minecraft/optifine/ctm/orange_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/3.png b/assets/minecraft/optifine/ctm/orange_stained_glass/3.png new file mode 100644 index 0000000..1aa41d4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/orange_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/4.png b/assets/minecraft/optifine/ctm/orange_stained_glass/4.png new file mode 100644 index 0000000..f935655 Binary files /dev/null and b/assets/minecraft/optifine/ctm/orange_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass.properties b/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass.properties new file mode 100644 index 0000000..1b381b1 --- /dev/null +++ b/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:orange_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass_pane.properties new file mode 100644 index 0000000..2ca6b29 --- /dev/null +++ b/assets/minecraft/optifine/ctm/orange_stained_glass/orange_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:orange_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/0.png b/assets/minecraft/optifine/ctm/overlay/grass_block/0.png new file mode 100644 index 0000000..f61415e Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/0.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/1.png b/assets/minecraft/optifine/ctm/overlay/grass_block/1.png new file mode 100644 index 0000000..28c9bd8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/1.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/10.png b/assets/minecraft/optifine/ctm/overlay/grass_block/10.png new file mode 100644 index 0000000..e68a2da Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/10.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/11.png b/assets/minecraft/optifine/ctm/overlay/grass_block/11.png new file mode 100644 index 0000000..6eb12b1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/11.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/12.png b/assets/minecraft/optifine/ctm/overlay/grass_block/12.png new file mode 100644 index 0000000..de08d9f Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/12.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/13.png b/assets/minecraft/optifine/ctm/overlay/grass_block/13.png new file mode 100644 index 0000000..a7caa01 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/13.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/14.png b/assets/minecraft/optifine/ctm/overlay/grass_block/14.png new file mode 100644 index 0000000..8c3f07c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/14.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/15.png b/assets/minecraft/optifine/ctm/overlay/grass_block/15.png new file mode 100644 index 0000000..7bd0c7d Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/15.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/16.png b/assets/minecraft/optifine/ctm/overlay/grass_block/16.png new file mode 100644 index 0000000..d703f35 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/16.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/2.png b/assets/minecraft/optifine/ctm/overlay/grass_block/2.png new file mode 100644 index 0000000..7fcba26 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/2.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/3.png b/assets/minecraft/optifine/ctm/overlay/grass_block/3.png new file mode 100644 index 0000000..61ad9e1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/3.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/4.png b/assets/minecraft/optifine/ctm/overlay/grass_block/4.png new file mode 100644 index 0000000..48b6f3e Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/4.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/5.png b/assets/minecraft/optifine/ctm/overlay/grass_block/5.png new file mode 100644 index 0000000..0aee290 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/5.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/6.png b/assets/minecraft/optifine/ctm/overlay/grass_block/6.png new file mode 100644 index 0000000..8fde50c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/6.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/7.png b/assets/minecraft/optifine/ctm/overlay/grass_block/7.png new file mode 100644 index 0000000..57796a8 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/7.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/8.png b/assets/minecraft/optifine/ctm/overlay/grass_block/8.png new file mode 100644 index 0000000..517a8fa Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/8.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/9.png b/assets/minecraft/optifine/ctm/overlay/grass_block/9.png new file mode 100644 index 0000000..8b085cd Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/9.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block.properties b/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block.properties new file mode 100644 index 0000000..8d6b69d --- /dev/null +++ b/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block.properties @@ -0,0 +1,9 @@ +matchBlocks=minecraft:coal_ore minecraft:diamond_ore minecraft:emerald_ore minecraft:gold_ore minecraft:iron_ore minecraft:lapis_ore minecraft:redstone_ore minecraft:andesite minecraft:diorite minecraft:granite minecraft:clay minecraft:coarse_dirt minecraft:cobblestone minecraft:mossy_cobblestone minecraft:infested_cobblestone minecraft:dirt minecraft:grass_block minecraft:mycelium minecraft:podzol minecraft:stone minecraft:infested_stone minecraft:black_concrete_powder minecraft:blue_concrete_powder minecraft:brown_concrete_powder minecraft:cyan_concrete_powder minecraft:gray_concrete_powder minecraft:green_concrete_powder minecraft:light_blue_concrete_powder minecraft:light_gray_concrete_powder minecraft:lime_concrete_powder minecraft:magenta_concrete_powder minecraft:orange_concrete_powder minecraft:pink_concrete_powder minecraft:purple_concrete_powder minecraft:red_concrete_powder minecraft:white_concrete_powder minecraft:yellow_concrete_powder minecraft:sandstone minecraft:cut_sandstone minecraft:chiseled_sandstone minecraft:red_sandstone minecraft:chiseled_red_sandstone minecraft:cut_red_sandstone minecraft:black_terracotta minecraft:blue_terracotta minecraft:brown_terracotta minecraft:cyan_terracotta minecraft:gray_terracotta minecraft:green_terracotta minecraft:light_blue_terracotta minecraft:light_gray_terracotta minecraft:lime_terracotta minecraft:magenta_terracotta minecraft:orange_terracotta minecraft:pink_terracotta minecraft:purple_terracotta minecraft:red_terracotta minecraft:terracotta minecraft:white_terracotta minecraft:yellow_terracotta +method=overlay +faces=top +tiles=0-16 +connect=block +connectBlocks=grass_block +tintIndex=1 +tintBlock=grass_block +layer=cutout_mipped \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block_side_overlay.png b/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block_side_overlay.png new file mode 100644 index 0000000..ec31769 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/grass_block/grass_block_side_overlay.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/0.png b/assets/minecraft/optifine/ctm/overlay/gravel/0.png new file mode 100644 index 0000000..2c04b3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/0.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/1.png b/assets/minecraft/optifine/ctm/overlay/gravel/1.png new file mode 100644 index 0000000..7394c45 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/1.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/10.png b/assets/minecraft/optifine/ctm/overlay/gravel/10.png new file mode 100644 index 0000000..ad1a03c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/10.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/11.png b/assets/minecraft/optifine/ctm/overlay/gravel/11.png new file mode 100644 index 0000000..8dedf34 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/11.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/12.png b/assets/minecraft/optifine/ctm/overlay/gravel/12.png new file mode 100644 index 0000000..ce8b3cc Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/12.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/13.png b/assets/minecraft/optifine/ctm/overlay/gravel/13.png new file mode 100644 index 0000000..8dbe53d Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/13.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/14.png b/assets/minecraft/optifine/ctm/overlay/gravel/14.png new file mode 100644 index 0000000..90771b3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/14.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/15.png b/assets/minecraft/optifine/ctm/overlay/gravel/15.png new file mode 100644 index 0000000..1c960e3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/15.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/16.png b/assets/minecraft/optifine/ctm/overlay/gravel/16.png new file mode 100644 index 0000000..0a0aa1b Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/16.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/2.png b/assets/minecraft/optifine/ctm/overlay/gravel/2.png new file mode 100644 index 0000000..e058215 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/2.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/3.png b/assets/minecraft/optifine/ctm/overlay/gravel/3.png new file mode 100644 index 0000000..bc53c3c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/3.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/4.png b/assets/minecraft/optifine/ctm/overlay/gravel/4.png new file mode 100644 index 0000000..801ed52 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/4.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/5.png b/assets/minecraft/optifine/ctm/overlay/gravel/5.png new file mode 100644 index 0000000..824e6d4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/5.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/6.png b/assets/minecraft/optifine/ctm/overlay/gravel/6.png new file mode 100644 index 0000000..1912393 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/6.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/7.png b/assets/minecraft/optifine/ctm/overlay/gravel/7.png new file mode 100644 index 0000000..68f5ab0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/7.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/8.png b/assets/minecraft/optifine/ctm/overlay/gravel/8.png new file mode 100644 index 0000000..e97406c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/8.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/9.png b/assets/minecraft/optifine/ctm/overlay/gravel/9.png new file mode 100644 index 0000000..d2111a0 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/9.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/gravel.png b/assets/minecraft/optifine/ctm/overlay/gravel/gravel.png new file mode 100644 index 0000000..f4f80db Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/gravel/gravel.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/gravel/gravel.properties b/assets/minecraft/optifine/ctm/overlay/gravel/gravel.properties new file mode 100644 index 0000000..37353ca --- /dev/null +++ b/assets/minecraft/optifine/ctm/overlay/gravel/gravel.properties @@ -0,0 +1,8 @@ +matchBlocks=minecraft:coal_ore minecraft:diamond_ore minecraft:emerald_ore minecraft:gold_ore minecraft:iron_ore minecraft:lapis_ore minecraft:redstone_ore minecraft:andesite minecraft:diorite minecraft:granite minecraft:clay minecraft:coarse_dirt minecraft:cobblestone minecraft:mossy_cobblestone minecraft:infested_cobblestone minecraft:dirt minecraft:grass_block minecraft:gravel minecraft:mycelium minecraft:podzol minecraft:stone minecraft:infested_stone minecraft:black_concrete_powder minecraft:blue_concrete_powder minecraft:brown_concrete_powder minecraft:cyan_concrete_powder minecraft:gray_concrete_powder minecraft:green_concrete_powder minecraft:light_blue_concrete_powder minecraft:light_gray_concrete_powder minecraft:lime_concrete_powder minecraft:magenta_concrete_powder minecraft:orange_concrete_powder minecraft:pink_concrete_powder minecraft:purple_concrete_powder minecraft:red_concrete_powder minecraft:white_concrete_powder minecraft:yellow_concrete_powder minecraft:sandstone minecraft:cut_sandstone minecraft:chiseled_sandstone minecraft:red_sandstone minecraft:chiseled_red_sandstone minecraft:cut_red_sandstone minecraft:black_terracotta minecraft:blue_terracotta minecraft:brown_terracotta minecraft:cyan_terracotta minecraft:gray_terracotta minecraft:green_terracotta minecraft:light_blue_terracotta minecraft:light_gray_terracotta minecraft:lime_terracotta minecraft:magenta_terracotta minecraft:orange_terracotta minecraft:pink_terracotta minecraft:purple_terracotta minecraft:red_terracotta minecraft:terracotta minecraft:white_terracotta minecraft:yellow_terracotta +method=overlay +tiles=0-16 +connect=block +connectBlocks=gravel +tintIndex=1 +tintBlock=gravel +layer=cutout_mipped \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/0.png b/assets/minecraft/optifine/ctm/overlay/red_sand/0.png new file mode 100644 index 0000000..8d5a2ba Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/0.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/1.png b/assets/minecraft/optifine/ctm/overlay/red_sand/1.png new file mode 100644 index 0000000..8240cc9 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/1.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/10.png b/assets/minecraft/optifine/ctm/overlay/red_sand/10.png new file mode 100644 index 0000000..cc98674 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/10.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/11.png b/assets/minecraft/optifine/ctm/overlay/red_sand/11.png new file mode 100644 index 0000000..19ae75f Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/11.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/12.png b/assets/minecraft/optifine/ctm/overlay/red_sand/12.png new file mode 100644 index 0000000..c039daf Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/12.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/13.png b/assets/minecraft/optifine/ctm/overlay/red_sand/13.png new file mode 100644 index 0000000..f298f3b Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/13.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/14.png b/assets/minecraft/optifine/ctm/overlay/red_sand/14.png new file mode 100644 index 0000000..6647551 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/14.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/15.png b/assets/minecraft/optifine/ctm/overlay/red_sand/15.png new file mode 100644 index 0000000..2b56773 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/15.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/16.png b/assets/minecraft/optifine/ctm/overlay/red_sand/16.png new file mode 100644 index 0000000..295e7a7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/16.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/2.png b/assets/minecraft/optifine/ctm/overlay/red_sand/2.png new file mode 100644 index 0000000..8a5c25d Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/2.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/3.png b/assets/minecraft/optifine/ctm/overlay/red_sand/3.png new file mode 100644 index 0000000..651504e Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/3.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/4.png b/assets/minecraft/optifine/ctm/overlay/red_sand/4.png new file mode 100644 index 0000000..f037616 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/4.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/5.png b/assets/minecraft/optifine/ctm/overlay/red_sand/5.png new file mode 100644 index 0000000..2b75e5a Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/5.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/6.png b/assets/minecraft/optifine/ctm/overlay/red_sand/6.png new file mode 100644 index 0000000..705505e Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/6.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/7.png b/assets/minecraft/optifine/ctm/overlay/red_sand/7.png new file mode 100644 index 0000000..772b528 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/7.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/8.png b/assets/minecraft/optifine/ctm/overlay/red_sand/8.png new file mode 100644 index 0000000..3e4c0ea Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/8.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/9.png b/assets/minecraft/optifine/ctm/overlay/red_sand/9.png new file mode 100644 index 0000000..19618b5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/9.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.png b/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.png new file mode 100644 index 0000000..1824b7d Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.properties b/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.properties new file mode 100644 index 0000000..5d5be98 --- /dev/null +++ b/assets/minecraft/optifine/ctm/overlay/red_sand/red_sand.properties @@ -0,0 +1,8 @@ +matchBlocks=minecraft:coal_ore minecraft:diamond_ore minecraft:emerald_ore minecraft:gold_ore minecraft:iron_ore minecraft:lapis_ore minecraft:redstone_ore minecraft:andesite minecraft:diorite minecraft:granite minecraft:clay minecraft:coarse_dirt minecraft:cobblestone minecraft:mossy_cobblestone minecraft:infested_cobblestone minecraft:dirt minecraft:grass_block minecraft:mycelium minecraft:podzol minecraft:stone minecraft:infested_stone minecraft:black_concrete_powder minecraft:blue_concrete_powder minecraft:brown_concrete_powder minecraft:cyan_concrete_powder minecraft:gray_concrete_powder minecraft:green_concrete_powder minecraft:light_blue_concrete_powder minecraft:light_gray_concrete_powder minecraft:lime_concrete_powder minecraft:magenta_concrete_powder minecraft:orange_concrete_powder minecraft:pink_concrete_powder minecraft:purple_concrete_powder minecraft:red_concrete_powder minecraft:white_concrete_powder minecraft:yellow_concrete_powder minecraft:sandstone minecraft:cut_sandstone minecraft:chiseled_sandstone minecraft:red_sandstone minecraft:chiseled_red_sandstone minecraft:cut_red_sandstone minecraft:black_terracotta minecraft:blue_terracotta minecraft:brown_terracotta minecraft:cyan_terracotta minecraft:gray_terracotta minecraft:green_terracotta minecraft:light_blue_terracotta minecraft:light_gray_terracotta minecraft:lime_terracotta minecraft:magenta_terracotta minecraft:orange_terracotta minecraft:pink_terracotta minecraft:purple_terracotta minecraft:red_terracotta minecraft:terracotta minecraft:white_terracotta minecraft:yellow_terracotta minecraft:gravel +method=overlay +tiles=0-16 +connect=block +connectBlocks=red_sand +tintIndex=1 +tintBlock=red_sand +layer=cutout_mipped \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/overlay/sand/0.png b/assets/minecraft/optifine/ctm/overlay/sand/0.png new file mode 100644 index 0000000..fe24820 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/0.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/1.png b/assets/minecraft/optifine/ctm/overlay/sand/1.png new file mode 100644 index 0000000..ba447aa Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/1.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/10.png b/assets/minecraft/optifine/ctm/overlay/sand/10.png new file mode 100644 index 0000000..a525df6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/10.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/11.png b/assets/minecraft/optifine/ctm/overlay/sand/11.png new file mode 100644 index 0000000..b28cdaf Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/11.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/12.png b/assets/minecraft/optifine/ctm/overlay/sand/12.png new file mode 100644 index 0000000..f25b02c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/12.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/13.png b/assets/minecraft/optifine/ctm/overlay/sand/13.png new file mode 100644 index 0000000..88a7a8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/13.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/14.png b/assets/minecraft/optifine/ctm/overlay/sand/14.png new file mode 100644 index 0000000..276e73f Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/14.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/15.png b/assets/minecraft/optifine/ctm/overlay/sand/15.png new file mode 100644 index 0000000..cec43a3 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/15.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/16.png b/assets/minecraft/optifine/ctm/overlay/sand/16.png new file mode 100644 index 0000000..bae5119 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/16.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/2.png b/assets/minecraft/optifine/ctm/overlay/sand/2.png new file mode 100644 index 0000000..392c45b Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/2.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/3.png b/assets/minecraft/optifine/ctm/overlay/sand/3.png new file mode 100644 index 0000000..9bd557f Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/3.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/4.png b/assets/minecraft/optifine/ctm/overlay/sand/4.png new file mode 100644 index 0000000..b629ec6 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/4.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/5.png b/assets/minecraft/optifine/ctm/overlay/sand/5.png new file mode 100644 index 0000000..bf85107 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/5.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/6.png b/assets/minecraft/optifine/ctm/overlay/sand/6.png new file mode 100644 index 0000000..802c644 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/6.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/7.png b/assets/minecraft/optifine/ctm/overlay/sand/7.png new file mode 100644 index 0000000..000f548 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/7.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/8.png b/assets/minecraft/optifine/ctm/overlay/sand/8.png new file mode 100644 index 0000000..acf1e8e Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/8.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/9.png b/assets/minecraft/optifine/ctm/overlay/sand/9.png new file mode 100644 index 0000000..8551ee4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/9.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/sand.png b/assets/minecraft/optifine/ctm/overlay/sand/sand.png new file mode 100644 index 0000000..e2309a5 Binary files /dev/null and b/assets/minecraft/optifine/ctm/overlay/sand/sand.png differ diff --git a/assets/minecraft/optifine/ctm/overlay/sand/sand.properties b/assets/minecraft/optifine/ctm/overlay/sand/sand.properties new file mode 100644 index 0000000..0373781 --- /dev/null +++ b/assets/minecraft/optifine/ctm/overlay/sand/sand.properties @@ -0,0 +1,8 @@ +matchBlocks=minecraft:coal_ore minecraft:diamond_ore minecraft:emerald_ore minecraft:gold_ore minecraft:iron_ore minecraft:lapis_ore minecraft:redstone_ore minecraft:andesite minecraft:diorite minecraft:granite minecraft:clay minecraft:coarse_dirt minecraft:cobblestone minecraft:mossy_cobblestone minecraft:infested_cobblestone minecraft:dirt minecraft:grass_block minecraft:mycelium minecraft:podzol minecraft:stone minecraft:infested_stone minecraft:black_concrete_powder minecraft:blue_concrete_powder minecraft:brown_concrete_powder minecraft:cyan_concrete_powder minecraft:gray_concrete_powder minecraft:green_concrete_powder minecraft:light_blue_concrete_powder minecraft:light_gray_concrete_powder minecraft:lime_concrete_powder minecraft:magenta_concrete_powder minecraft:orange_concrete_powder minecraft:pink_concrete_powder minecraft:purple_concrete_powder minecraft:red_concrete_powder minecraft:white_concrete_powder minecraft:yellow_concrete_powder minecraft:sandstone minecraft:cut_sandstone minecraft:chiseled_sandstone minecraft:red_sandstone minecraft:chiseled_red_sandstone minecraft:cut_red_sandstone minecraft:sand minecraft:black_terracotta minecraft:blue_terracotta minecraft:brown_terracotta minecraft:cyan_terracotta minecraft:gray_terracotta minecraft:green_terracotta minecraft:light_blue_terracotta minecraft:light_gray_terracotta minecraft:lime_terracotta minecraft:magenta_terracotta minecraft:orange_terracotta minecraft:pink_terracotta minecraft:purple_terracotta minecraft:red_terracotta minecraft:terracotta minecraft:white_terracotta minecraft:yellow_terracotta minecraft:red_sand minecraft:gravel +method=overlay +tiles=0-16 +connect=block +connectBlocks=sand +tintIndex=1 +tintBlock=sand +layer=cutout_mipped \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/0.png b/assets/minecraft/optifine/ctm/pink_stained_glass/0.png new file mode 100644 index 0000000..d2354c4 Binary files /dev/null and b/assets/minecraft/optifine/ctm/pink_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/1.png b/assets/minecraft/optifine/ctm/pink_stained_glass/1.png new file mode 100644 index 0000000..1a12571 Binary files /dev/null and b/assets/minecraft/optifine/ctm/pink_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/2.png b/assets/minecraft/optifine/ctm/pink_stained_glass/2.png new file mode 100644 index 0000000..3c5cc8c Binary files /dev/null and b/assets/minecraft/optifine/ctm/pink_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/3.png b/assets/minecraft/optifine/ctm/pink_stained_glass/3.png new file mode 100644 index 0000000..565f821 Binary files /dev/null and b/assets/minecraft/optifine/ctm/pink_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/4.png b/assets/minecraft/optifine/ctm/pink_stained_glass/4.png new file mode 100644 index 0000000..360097d Binary files /dev/null and b/assets/minecraft/optifine/ctm/pink_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass.properties b/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass.properties new file mode 100644 index 0000000..fdc206e --- /dev/null +++ b/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:pink_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass_pane.properties new file mode 100644 index 0000000..4dff3c3 --- /dev/null +++ b/assets/minecraft/optifine/ctm/pink_stained_glass/pink_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:pink_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/0.png b/assets/minecraft/optifine/ctm/purple_stained_glass/0.png new file mode 100644 index 0000000..7c416b1 Binary files /dev/null and b/assets/minecraft/optifine/ctm/purple_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/1.png b/assets/minecraft/optifine/ctm/purple_stained_glass/1.png new file mode 100644 index 0000000..45e1744 Binary files /dev/null and b/assets/minecraft/optifine/ctm/purple_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/2.png b/assets/minecraft/optifine/ctm/purple_stained_glass/2.png new file mode 100644 index 0000000..70ede50 Binary files /dev/null and b/assets/minecraft/optifine/ctm/purple_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/3.png b/assets/minecraft/optifine/ctm/purple_stained_glass/3.png new file mode 100644 index 0000000..61329e7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/purple_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/4.png b/assets/minecraft/optifine/ctm/purple_stained_glass/4.png new file mode 100644 index 0000000..8d26cee Binary files /dev/null and b/assets/minecraft/optifine/ctm/purple_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass.properties b/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass.properties new file mode 100644 index 0000000..bd941c1 --- /dev/null +++ b/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:purple_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass_pane.properties new file mode 100644 index 0000000..e1e8390 --- /dev/null +++ b/assets/minecraft/optifine/ctm/purple_stained_glass/purple_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:purple_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/0.png b/assets/minecraft/optifine/ctm/red_stained_glass/0.png new file mode 100644 index 0000000..a565b83 Binary files /dev/null and b/assets/minecraft/optifine/ctm/red_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/1.png b/assets/minecraft/optifine/ctm/red_stained_glass/1.png new file mode 100644 index 0000000..1c47c03 Binary files /dev/null and b/assets/minecraft/optifine/ctm/red_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/2.png b/assets/minecraft/optifine/ctm/red_stained_glass/2.png new file mode 100644 index 0000000..9e9cf12 Binary files /dev/null and b/assets/minecraft/optifine/ctm/red_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/3.png b/assets/minecraft/optifine/ctm/red_stained_glass/3.png new file mode 100644 index 0000000..fd278ef Binary files /dev/null and b/assets/minecraft/optifine/ctm/red_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/4.png b/assets/minecraft/optifine/ctm/red_stained_glass/4.png new file mode 100644 index 0000000..7f4555f Binary files /dev/null and b/assets/minecraft/optifine/ctm/red_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass.properties b/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass.properties new file mode 100644 index 0000000..a620167 --- /dev/null +++ b/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:red_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass_pane.properties new file mode 100644 index 0000000..757eb9c --- /dev/null +++ b/assets/minecraft/optifine/ctm/red_stained_glass/red_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:red_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/0.png b/assets/minecraft/optifine/ctm/white_stained_glass/0.png new file mode 100644 index 0000000..7a5a26f Binary files /dev/null and b/assets/minecraft/optifine/ctm/white_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/1.png b/assets/minecraft/optifine/ctm/white_stained_glass/1.png new file mode 100644 index 0000000..35da13e Binary files /dev/null and b/assets/minecraft/optifine/ctm/white_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/2.png b/assets/minecraft/optifine/ctm/white_stained_glass/2.png new file mode 100644 index 0000000..7c39dc7 Binary files /dev/null and b/assets/minecraft/optifine/ctm/white_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/3.png b/assets/minecraft/optifine/ctm/white_stained_glass/3.png new file mode 100644 index 0000000..46509ed Binary files /dev/null and b/assets/minecraft/optifine/ctm/white_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/4.png b/assets/minecraft/optifine/ctm/white_stained_glass/4.png new file mode 100644 index 0000000..b4ee04a Binary files /dev/null and b/assets/minecraft/optifine/ctm/white_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass.properties b/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass.properties new file mode 100644 index 0000000..dc65aea --- /dev/null +++ b/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:white_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass_pane.properties new file mode 100644 index 0000000..c1cf556 --- /dev/null +++ b/assets/minecraft/optifine/ctm/white_stained_glass/white_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:white_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/0.png b/assets/minecraft/optifine/ctm/yellow_stained_glass/0.png new file mode 100644 index 0000000..d277061 Binary files /dev/null and b/assets/minecraft/optifine/ctm/yellow_stained_glass/0.png differ diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/1.png b/assets/minecraft/optifine/ctm/yellow_stained_glass/1.png new file mode 100644 index 0000000..2a5fb9a Binary files /dev/null and b/assets/minecraft/optifine/ctm/yellow_stained_glass/1.png differ diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/2.png b/assets/minecraft/optifine/ctm/yellow_stained_glass/2.png new file mode 100644 index 0000000..0a8985c Binary files /dev/null and b/assets/minecraft/optifine/ctm/yellow_stained_glass/2.png differ diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/3.png b/assets/minecraft/optifine/ctm/yellow_stained_glass/3.png new file mode 100644 index 0000000..42e8beb Binary files /dev/null and b/assets/minecraft/optifine/ctm/yellow_stained_glass/3.png differ diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/4.png b/assets/minecraft/optifine/ctm/yellow_stained_glass/4.png new file mode 100644 index 0000000..daceefc Binary files /dev/null and b/assets/minecraft/optifine/ctm/yellow_stained_glass/4.png differ diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass.properties b/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass.properties new file mode 100644 index 0000000..f43e204 --- /dev/null +++ b/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass.properties @@ -0,0 +1,4 @@ +matchBlocks=minecraft:yellow_stained_glass +method=ctm_compact +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass_pane.properties b/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass_pane.properties new file mode 100644 index 0000000..3634fd6 --- /dev/null +++ b/assets/minecraft/optifine/ctm/yellow_stained_glass/yellow_stained_glass_pane.properties @@ -0,0 +1,6 @@ +# John Smith Legacy - JimStoneCraft - 2019 +matchBlocks=minecraft:yellow_stained_glass_pane +method=ctm_compact +faces=sides +tiles=0-4 +connect=block \ No newline at end of file diff --git a/assets/minecraft/optifine/emissive.properties b/assets/minecraft/optifine/emissive.properties new file mode 100644 index 0000000..3ce7dca --- /dev/null +++ b/assets/minecraft/optifine/emissive.properties @@ -0,0 +1 @@ +suffix.emissive=_e \ No newline at end of file diff --git a/assets/minecraft/optifine/mob/Thumbs.db b/assets/minecraft/optifine/mob/Thumbs.db new file mode 100644 index 0000000..26fbe34 Binary files /dev/null and b/assets/minecraft/optifine/mob/Thumbs.db differ diff --git a/assets/minecraft/optifine/mob/cow/Thumbs.db b/assets/minecraft/optifine/mob/cow/Thumbs.db new file mode 100644 index 0000000..195b80d Binary files /dev/null and b/assets/minecraft/optifine/mob/cow/Thumbs.db differ diff --git a/assets/minecraft/optifine/mob/cow/cow2.png b/assets/minecraft/optifine/mob/cow/cow2.png new file mode 100644 index 0000000..3b3cf02 Binary files /dev/null and b/assets/minecraft/optifine/mob/cow/cow2.png differ diff --git a/assets/minecraft/optifine/mob/cow2.png b/assets/minecraft/optifine/mob/cow2.png new file mode 100644 index 0000000..3b3cf02 Binary files /dev/null and b/assets/minecraft/optifine/mob/cow2.png differ diff --git a/assets/minecraft/optifine/mob/iron_golem2.png b/assets/minecraft/optifine/mob/iron_golem2.png new file mode 100644 index 0000000..a4abda9 Binary files /dev/null and b/assets/minecraft/optifine/mob/iron_golem2.png differ diff --git a/assets/minecraft/optifine/mob/iron_golem3.png b/assets/minecraft/optifine/mob/iron_golem3.png new file mode 100644 index 0000000..0ae02b0 Binary files /dev/null and b/assets/minecraft/optifine/mob/iron_golem3.png differ diff --git a/assets/minecraft/optifine/mob/iron_golem4.png b/assets/minecraft/optifine/mob/iron_golem4.png new file mode 100644 index 0000000..c2ce385 Binary files /dev/null and b/assets/minecraft/optifine/mob/iron_golem4.png differ diff --git a/assets/minecraft/optifine/mob/iron_golem5.png b/assets/minecraft/optifine/mob/iron_golem5.png new file mode 100644 index 0000000..441744a Binary files /dev/null and b/assets/minecraft/optifine/mob/iron_golem5.png differ diff --git a/assets/minecraft/optifine/mob/squid2.png b/assets/minecraft/optifine/mob/squid2.png new file mode 100644 index 0000000..833b6ad Binary files /dev/null and b/assets/minecraft/optifine/mob/squid2.png differ diff --git a/assets/minecraft/optifine/mob/squid3.png b/assets/minecraft/optifine/mob/squid3.png new file mode 100644 index 0000000..d2ed17d Binary files /dev/null and b/assets/minecraft/optifine/mob/squid3.png differ diff --git a/assets/minecraft/optifine/random/entity/cow/Thumbs.db b/assets/minecraft/optifine/random/entity/cow/Thumbs.db new file mode 100644 index 0000000..195b80d Binary files /dev/null and b/assets/minecraft/optifine/random/entity/cow/Thumbs.db differ diff --git a/assets/minecraft/optifine/random/entity/cow2.png b/assets/minecraft/optifine/random/entity/cow2.png new file mode 100644 index 0000000..3b3cf02 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/cow2.png differ diff --git a/assets/minecraft/optifine/random/entity/creeper/creeper.properties b/assets/minecraft/optifine/random/entity/creeper/creeper.properties new file mode 100644 index 0000000..6769841 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/creeper/creeper.properties @@ -0,0 +1,5 @@ +skins.1=1-2 +heights.1=55-255 + +skins.2=3 +heights.2=0-55 \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/creeper/creeper2.png b/assets/minecraft/optifine/random/entity/creeper/creeper2.png new file mode 100644 index 0000000..f6689a0 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/creeper/creeper2.png differ diff --git a/assets/minecraft/optifine/random/entity/creeper/creeper2_e.png b/assets/minecraft/optifine/random/entity/creeper/creeper2_e.png new file mode 100644 index 0000000..bbe50ce Binary files /dev/null and b/assets/minecraft/optifine/random/entity/creeper/creeper2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/creeper/creeper3.png b/assets/minecraft/optifine/random/entity/creeper/creeper3.png new file mode 100644 index 0000000..ec51ddc Binary files /dev/null and b/assets/minecraft/optifine/random/entity/creeper/creeper3.png differ diff --git a/assets/minecraft/optifine/random/entity/creeper/creeper3_e.png b/assets/minecraft/optifine/random/entity/creeper/creeper3_e.png new file mode 100644 index 0000000..f4d3c7d Binary files /dev/null and b/assets/minecraft/optifine/random/entity/creeper/creeper3_e.png differ diff --git a/assets/minecraft/optifine/random/entity/illager/pillager2.png b/assets/minecraft/optifine/random/entity/illager/pillager2.png new file mode 100644 index 0000000..d19b844 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/illager/pillager2.png differ diff --git a/assets/minecraft/optifine/random/entity/illager/vindicator.properties b/assets/minecraft/optifine/random/entity/illager/vindicator.properties new file mode 100644 index 0000000..cf64cf3 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/illager/vindicator.properties @@ -0,0 +1,2 @@ +skins.1=1-3 +weights.1=20 20 1 \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/illager/vindicator2.png b/assets/minecraft/optifine/random/entity/illager/vindicator2.png new file mode 100644 index 0000000..8093a55 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/illager/vindicator2.png differ diff --git a/assets/minecraft/optifine/random/entity/illager/vindicator3.png b/assets/minecraft/optifine/random/entity/illager/vindicator3.png new file mode 100644 index 0000000..ea52083 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/illager/vindicator3.png differ diff --git a/assets/minecraft/optifine/random/entity/illager/vindicator3_e.png b/assets/minecraft/optifine/random/entity/illager/vindicator3_e.png new file mode 100644 index 0000000..3ec0fba Binary files /dev/null and b/assets/minecraft/optifine/random/entity/illager/vindicator3_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/Thumbs.db b/assets/minecraft/optifine/random/entity/skeleton/Thumbs.db new file mode 100644 index 0000000..e0e9fc2 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/Thumbs.db differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton.properties b/assets/minecraft/optifine/random/entity/skeleton/skeleton.properties new file mode 100644 index 0000000..a7f2ae4 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/skeleton/skeleton.properties @@ -0,0 +1,2 @@ +skins.1=1-4 +weights.1=10 10 1 10 \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton2.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton2.png new file mode 100644 index 0000000..bae66a5 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton2.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton2_e.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton2_e.png new file mode 100644 index 0000000..c51bcf7 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton3.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton3.png new file mode 100644 index 0000000..db936a6 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton3.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton3_e.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton3_e.png new file mode 100644 index 0000000..763aeb6 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton3_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton4.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton4.png new file mode 100644 index 0000000..27871ad Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton4.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/skeleton4_e.png b/assets/minecraft/optifine/random/entity/skeleton/skeleton4_e.png new file mode 100644 index 0000000..f9a2eaa Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/skeleton4_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/stray2.png b/assets/minecraft/optifine/random/entity/skeleton/stray2.png new file mode 100644 index 0000000..7eb2565 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/stray2.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/stray2.properties b/assets/minecraft/optifine/random/entity/skeleton/stray2.properties new file mode 100644 index 0000000..4594143 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/skeleton/stray2.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|stray) \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/skeleton/stray2_e.png b/assets/minecraft/optifine/random/entity/skeleton/stray2_e.png new file mode 100644 index 0000000..97ac008 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/stray2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/stray_overlay.png b/assets/minecraft/optifine/random/entity/skeleton/stray_overlay.png new file mode 100644 index 0000000..8debf5b Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/stray_overlay.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.png b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.png new file mode 100644 index 0000000..a0123bd Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.properties b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.properties new file mode 100644 index 0000000..8f717a0 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|glow wither_skeleton) \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2_e.png b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2_e.png new file mode 100644 index 0000000..b60e283 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.png b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.png new file mode 100644 index 0000000..9b172b2 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.png differ diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.properties b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.properties new file mode 100644 index 0000000..8f717a0 --- /dev/null +++ b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|glow wither_skeleton) \ No newline at end of file diff --git a/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3_e.png b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3_e.png new file mode 100644 index 0000000..055994a Binary files /dev/null and b/assets/minecraft/optifine/random/entity/skeleton/wither_skeleton3_e.png differ diff --git a/assets/minecraft/optifine/random/entity/slime/slime2.png b/assets/minecraft/optifine/random/entity/slime/slime2.png new file mode 100644 index 0000000..855ff75 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/slime/slime2.png differ diff --git a/assets/minecraft/optifine/random/entity/slime/slime3.png b/assets/minecraft/optifine/random/entity/slime/slime3.png new file mode 100644 index 0000000..dceebea Binary files /dev/null and b/assets/minecraft/optifine/random/entity/slime/slime3.png differ diff --git a/assets/minecraft/optifine/random/entity/slime/slime4.png b/assets/minecraft/optifine/random/entity/slime/slime4.png new file mode 100644 index 0000000..86f7554 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/slime/slime4.png differ diff --git a/assets/minecraft/optifine/random/entity/slime/slime5.png b/assets/minecraft/optifine/random/entity/slime/slime5.png new file mode 100644 index 0000000..55d6fad Binary files /dev/null and b/assets/minecraft/optifine/random/entity/slime/slime5.png differ diff --git a/assets/minecraft/optifine/random/entity/squid2.png b/assets/minecraft/optifine/random/entity/squid2.png new file mode 100644 index 0000000..833b6ad Binary files /dev/null and b/assets/minecraft/optifine/random/entity/squid2.png differ diff --git a/assets/minecraft/optifine/random/entity/squid3.png b/assets/minecraft/optifine/random/entity/squid3.png new file mode 100644 index 0000000..d2ed17d Binary files /dev/null and b/assets/minecraft/optifine/random/entity/squid3.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/Thumbs.db b/assets/minecraft/optifine/random/entity/zombie/Thumbs.db new file mode 100644 index 0000000..d30bbba Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/Thumbs.db differ diff --git a/assets/minecraft/optifine/random/entity/zombie/drowned2.png b/assets/minecraft/optifine/random/entity/zombie/drowned2.png new file mode 100644 index 0000000..e7cd755 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/drowned2.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/drowned2_e.png b/assets/minecraft/optifine/random/entity/zombie/drowned2_e.png new file mode 100644 index 0000000..ce859c6 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/drowned2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/drowned3.png b/assets/minecraft/optifine/random/entity/zombie/drowned3.png new file mode 100644 index 0000000..f778312 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/drowned3.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/drowned4.png b/assets/minecraft/optifine/random/entity/zombie/drowned4.png new file mode 100644 index 0000000..7e3612c Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/drowned4.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/drowned4_e.png b/assets/minecraft/optifine/random/entity/zombie/drowned4_e.png new file mode 100644 index 0000000..1e56d3f Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/drowned4_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/husk2.png b/assets/minecraft/optifine/random/entity/zombie/husk2.png new file mode 100644 index 0000000..3aa11de Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/husk2.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/husk2_e.png b/assets/minecraft/optifine/random/entity/zombie/husk2_e.png new file mode 100644 index 0000000..9c45cb4 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/husk2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/husk3.png b/assets/minecraft/optifine/random/entity/zombie/husk3.png new file mode 100644 index 0000000..eb964a8 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/husk3.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/husk4.png b/assets/minecraft/optifine/random/entity/zombie/husk4.png new file mode 100644 index 0000000..93d6626 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/husk4.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/husk4_e.png b/assets/minecraft/optifine/random/entity/zombie/husk4_e.png new file mode 100644 index 0000000..d0d8ec7 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/husk4_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie10.png b/assets/minecraft/optifine/random/entity/zombie/zombie10.png new file mode 100644 index 0000000..22a3bed Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie10.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie10_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie10_e.png new file mode 100644 index 0000000..e5a8ce3 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie10_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie11.png b/assets/minecraft/optifine/random/entity/zombie/zombie11.png new file mode 100644 index 0000000..5ea3630 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie11.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie11_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie11_e.png new file mode 100644 index 0000000..2d00b46 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie11_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie12.png b/assets/minecraft/optifine/random/entity/zombie/zombie12.png new file mode 100644 index 0000000..4a39567 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie12.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie13.png b/assets/minecraft/optifine/random/entity/zombie/zombie13.png new file mode 100644 index 0000000..2dfe609 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie13.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie13_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie13_e.png new file mode 100644 index 0000000..d110814 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie13_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie14.png b/assets/minecraft/optifine/random/entity/zombie/zombie14.png new file mode 100644 index 0000000..1bdc81b Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie14.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie15.png b/assets/minecraft/optifine/random/entity/zombie/zombie15.png new file mode 100644 index 0000000..69772eb Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie15.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie16.png b/assets/minecraft/optifine/random/entity/zombie/zombie16.png new file mode 100644 index 0000000..6c90756 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie16.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie16_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie16_e.png new file mode 100644 index 0000000..c088151 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie16_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie2.png b/assets/minecraft/optifine/random/entity/zombie/zombie2.png new file mode 100644 index 0000000..993ecf2 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie2.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie2_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie2_e.png new file mode 100644 index 0000000..c2dd7d8 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie2_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie3.png b/assets/minecraft/optifine/random/entity/zombie/zombie3.png new file mode 100644 index 0000000..26fd9b9 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie3.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie4.png b/assets/minecraft/optifine/random/entity/zombie/zombie4.png new file mode 100644 index 0000000..647961d Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie4.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie5.png b/assets/minecraft/optifine/random/entity/zombie/zombie5.png new file mode 100644 index 0000000..d1a9f92 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie5.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie5_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie5_e.png new file mode 100644 index 0000000..c2dd7d8 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie5_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie6.png b/assets/minecraft/optifine/random/entity/zombie/zombie6.png new file mode 100644 index 0000000..148f43b Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie6.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie7.png b/assets/minecraft/optifine/random/entity/zombie/zombie7.png new file mode 100644 index 0000000..5e646cc Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie7.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie8.png b/assets/minecraft/optifine/random/entity/zombie/zombie8.png new file mode 100644 index 0000000..46ab9d2 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie8.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie8_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie8_e.png new file mode 100644 index 0000000..3ae6737 Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie8_e.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie9.png b/assets/minecraft/optifine/random/entity/zombie/zombie9.png new file mode 100644 index 0000000..3e9e9bf Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie9.png differ diff --git a/assets/minecraft/optifine/random/entity/zombie/zombie9_e.png b/assets/minecraft/optifine/random/entity/zombie/zombie9_e.png new file mode 100644 index 0000000..ea3950a Binary files /dev/null and b/assets/minecraft/optifine/random/entity/zombie/zombie9_e.png differ diff --git a/assets/minecraft/sounds/enchant/thorns/hit1.ogg b/assets/minecraft/sounds/enchant/thorns/hit1.ogg new file mode 100644 index 0000000..ff00196 Binary files /dev/null and b/assets/minecraft/sounds/enchant/thorns/hit1.ogg differ diff --git a/assets/minecraft/sounds/enchant/thorns/hit2.ogg b/assets/minecraft/sounds/enchant/thorns/hit2.ogg new file mode 100644 index 0000000..1594efb Binary files /dev/null and b/assets/minecraft/sounds/enchant/thorns/hit2.ogg differ diff --git a/assets/minecraft/sounds/enchant/thorns/hit3.ogg b/assets/minecraft/sounds/enchant/thorns/hit3.ogg new file mode 100644 index 0000000..63d686b Binary files /dev/null and b/assets/minecraft/sounds/enchant/thorns/hit3.ogg differ diff --git a/assets/minecraft/sounds/enchant/thorns/hit4.ogg b/assets/minecraft/sounds/enchant/thorns/hit4.ogg new file mode 100644 index 0000000..e906cda Binary files /dev/null and b/assets/minecraft/sounds/enchant/thorns/hit4.ogg differ diff --git a/assets/minecraft/sounds/enchant/thorns/thorns.ogg b/assets/minecraft/sounds/enchant/thorns/thorns.ogg new file mode 100644 index 0000000..d77e2ef Binary files /dev/null and b/assets/minecraft/sounds/enchant/thorns/thorns.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain1.ogg b/assets/minecraft/sounds/item/armor/equip_chain1.ogg new file mode 100644 index 0000000..2314b5a Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain2.ogg b/assets/minecraft/sounds/item/armor/equip_chain2.ogg new file mode 100644 index 0000000..8fa442f Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain3.ogg b/assets/minecraft/sounds/item/armor/equip_chain3.ogg new file mode 100644 index 0000000..6242bfd Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain4.ogg b/assets/minecraft/sounds/item/armor/equip_chain4.ogg new file mode 100644 index 0000000..881612d Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain5.ogg b/assets/minecraft/sounds/item/armor/equip_chain5.ogg new file mode 100644 index 0000000..eac7bac Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_chain6.ogg b/assets/minecraft/sounds/item/armor/equip_chain6.ogg new file mode 100644 index 0000000..f15ce72 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_chain6.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond1.ogg b/assets/minecraft/sounds/item/armor/equip_diamond1.ogg new file mode 100644 index 0000000..b04ca45 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond2.ogg b/assets/minecraft/sounds/item/armor/equip_diamond2.ogg new file mode 100644 index 0000000..e218d94 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond3.ogg b/assets/minecraft/sounds/item/armor/equip_diamond3.ogg new file mode 100644 index 0000000..9a95837 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond4.ogg b/assets/minecraft/sounds/item/armor/equip_diamond4.ogg new file mode 100644 index 0000000..7ac7240 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond5.ogg b/assets/minecraft/sounds/item/armor/equip_diamond5.ogg new file mode 100644 index 0000000..8934e53 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_diamond6.ogg b/assets/minecraft/sounds/item/armor/equip_diamond6.ogg new file mode 100644 index 0000000..a4609c5 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_diamond6.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic1.ogg b/assets/minecraft/sounds/item/armor/equip_generic1.ogg new file mode 100644 index 0000000..4fa8d4d Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic2.ogg b/assets/minecraft/sounds/item/armor/equip_generic2.ogg new file mode 100644 index 0000000..f330b08 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic3.ogg b/assets/minecraft/sounds/item/armor/equip_generic3.ogg new file mode 100644 index 0000000..53e187b Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic4.ogg b/assets/minecraft/sounds/item/armor/equip_generic4.ogg new file mode 100644 index 0000000..acba9be Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic5.ogg b/assets/minecraft/sounds/item/armor/equip_generic5.ogg new file mode 100644 index 0000000..dcf1240 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_generic6.ogg b/assets/minecraft/sounds/item/armor/equip_generic6.ogg new file mode 100644 index 0000000..525ed83 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_generic6.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold1.ogg b/assets/minecraft/sounds/item/armor/equip_gold1.ogg new file mode 100644 index 0000000..e0b744e Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold2.ogg b/assets/minecraft/sounds/item/armor/equip_gold2.ogg new file mode 100644 index 0000000..71b8d97 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold3.ogg b/assets/minecraft/sounds/item/armor/equip_gold3.ogg new file mode 100644 index 0000000..eab90b8 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold4.ogg b/assets/minecraft/sounds/item/armor/equip_gold4.ogg new file mode 100644 index 0000000..b5580eb Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold5.ogg b/assets/minecraft/sounds/item/armor/equip_gold5.ogg new file mode 100644 index 0000000..cc64f1a Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_gold6.ogg b/assets/minecraft/sounds/item/armor/equip_gold6.ogg new file mode 100644 index 0000000..4633e83 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_gold6.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron1.ogg b/assets/minecraft/sounds/item/armor/equip_iron1.ogg new file mode 100644 index 0000000..b68a138 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron2.ogg b/assets/minecraft/sounds/item/armor/equip_iron2.ogg new file mode 100644 index 0000000..c0b2ec5 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron3.ogg b/assets/minecraft/sounds/item/armor/equip_iron3.ogg new file mode 100644 index 0000000..0404c2c Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron4.ogg b/assets/minecraft/sounds/item/armor/equip_iron4.ogg new file mode 100644 index 0000000..9e8cdfe Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron5.ogg b/assets/minecraft/sounds/item/armor/equip_iron5.ogg new file mode 100644 index 0000000..f7d1dfe Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_iron6.ogg b/assets/minecraft/sounds/item/armor/equip_iron6.ogg new file mode 100644 index 0000000..ac9c2a3 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_iron6.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather1.ogg b/assets/minecraft/sounds/item/armor/equip_leather1.ogg new file mode 100644 index 0000000..cfcfe76 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather1.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather2.ogg b/assets/minecraft/sounds/item/armor/equip_leather2.ogg new file mode 100644 index 0000000..cee1b59 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather2.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather3.ogg b/assets/minecraft/sounds/item/armor/equip_leather3.ogg new file mode 100644 index 0000000..410b810 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather3.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather4.ogg b/assets/minecraft/sounds/item/armor/equip_leather4.ogg new file mode 100644 index 0000000..2e09767 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather4.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather5.ogg b/assets/minecraft/sounds/item/armor/equip_leather5.ogg new file mode 100644 index 0000000..417005d Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather5.ogg differ diff --git a/assets/minecraft/sounds/item/armor/equip_leather6.ogg b/assets/minecraft/sounds/item/armor/equip_leather6.ogg new file mode 100644 index 0000000..ab07e34 Binary files /dev/null and b/assets/minecraft/sounds/item/armor/equip_leather6.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill1.ogg b/assets/minecraft/sounds/item/bottle/fill1.ogg new file mode 100644 index 0000000..c6827d2 Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill1.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill2.ogg b/assets/minecraft/sounds/item/bottle/fill2.ogg new file mode 100644 index 0000000..7f5f75c Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill2.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill3.ogg b/assets/minecraft/sounds/item/bottle/fill3.ogg new file mode 100644 index 0000000..98a64bc Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill3.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill4.ogg b/assets/minecraft/sounds/item/bottle/fill4.ogg new file mode 100644 index 0000000..adf2203 Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill4.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill_dragonbreath1.ogg b/assets/minecraft/sounds/item/bottle/fill_dragonbreath1.ogg new file mode 100644 index 0000000..2af5dec Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill_dragonbreath1.ogg differ diff --git a/assets/minecraft/sounds/item/bottle/fill_dragonbreath2.ogg b/assets/minecraft/sounds/item/bottle/fill_dragonbreath2.ogg new file mode 100644 index 0000000..b877f5c Binary files /dev/null and b/assets/minecraft/sounds/item/bottle/fill_dragonbreath2.ogg differ diff --git a/assets/minecraft/sounds/item/elytra/elytra_loop.ogg b/assets/minecraft/sounds/item/elytra/elytra_loop.ogg new file mode 100644 index 0000000..dd26c46 Binary files /dev/null and b/assets/minecraft/sounds/item/elytra/elytra_loop.ogg differ diff --git a/assets/minecraft/sounds/item/hoe/till1.ogg b/assets/minecraft/sounds/item/hoe/till1.ogg new file mode 100644 index 0000000..a3c7ad5 Binary files /dev/null and b/assets/minecraft/sounds/item/hoe/till1.ogg differ diff --git a/assets/minecraft/sounds/item/hoe/till2.ogg b/assets/minecraft/sounds/item/hoe/till2.ogg new file mode 100644 index 0000000..e42fcc3 Binary files /dev/null and b/assets/minecraft/sounds/item/hoe/till2.ogg differ diff --git a/assets/minecraft/sounds/item/hoe/till3.ogg b/assets/minecraft/sounds/item/hoe/till3.ogg new file mode 100644 index 0000000..e60f50a Binary files /dev/null and b/assets/minecraft/sounds/item/hoe/till3.ogg differ diff --git a/assets/minecraft/sounds/item/hoe/till4.ogg b/assets/minecraft/sounds/item/hoe/till4.ogg new file mode 100644 index 0000000..aba0a93 Binary files /dev/null and b/assets/minecraft/sounds/item/hoe/till4.ogg differ diff --git a/assets/minecraft/sounds/item/shield/block1.ogg b/assets/minecraft/sounds/item/shield/block1.ogg new file mode 100644 index 0000000..a4ae53a Binary files /dev/null and b/assets/minecraft/sounds/item/shield/block1.ogg differ diff --git a/assets/minecraft/sounds/item/shield/block2.ogg b/assets/minecraft/sounds/item/shield/block2.ogg new file mode 100644 index 0000000..ed669c5 Binary files /dev/null and b/assets/minecraft/sounds/item/shield/block2.ogg differ diff --git a/assets/minecraft/sounds/item/shield/block3.ogg b/assets/minecraft/sounds/item/shield/block3.ogg new file mode 100644 index 0000000..ef543a6 Binary files /dev/null and b/assets/minecraft/sounds/item/shield/block3.ogg differ diff --git a/assets/minecraft/sounds/item/shield/block4.ogg b/assets/minecraft/sounds/item/shield/block4.ogg new file mode 100644 index 0000000..25b6cce Binary files /dev/null and b/assets/minecraft/sounds/item/shield/block4.ogg differ diff --git a/assets/minecraft/sounds/item/shield/block5.ogg b/assets/minecraft/sounds/item/shield/block5.ogg new file mode 100644 index 0000000..c1e9897 Binary files /dev/null and b/assets/minecraft/sounds/item/shield/block5.ogg differ diff --git a/assets/minecraft/sounds/item/shovel/flatten1.ogg b/assets/minecraft/sounds/item/shovel/flatten1.ogg new file mode 100644 index 0000000..4e172a3 Binary files /dev/null and b/assets/minecraft/sounds/item/shovel/flatten1.ogg differ diff --git a/assets/minecraft/sounds/item/shovel/flatten2.ogg b/assets/minecraft/sounds/item/shovel/flatten2.ogg new file mode 100644 index 0000000..0432b34 Binary files /dev/null and b/assets/minecraft/sounds/item/shovel/flatten2.ogg differ diff --git a/assets/minecraft/sounds/item/shovel/flatten3.ogg b/assets/minecraft/sounds/item/shovel/flatten3.ogg new file mode 100644 index 0000000..9758ad8 Binary files /dev/null and b/assets/minecraft/sounds/item/shovel/flatten3.ogg differ diff --git a/assets/minecraft/sounds/item/shovel/flatten4.ogg b/assets/minecraft/sounds/item/shovel/flatten4.ogg new file mode 100644 index 0000000..5c0962d Binary files /dev/null and b/assets/minecraft/sounds/item/shovel/flatten4.ogg differ diff --git a/assets/minecraft/sounds/liquid/splash1.ogg b/assets/minecraft/sounds/liquid/splash1.ogg new file mode 100644 index 0000000..3e3e7e3 Binary files /dev/null and b/assets/minecraft/sounds/liquid/splash1.ogg differ diff --git a/assets/minecraft/sounds/minecart/base.ogg b/assets/minecraft/sounds/minecart/base.ogg new file mode 100644 index 0000000..c97dd8e Binary files /dev/null and b/assets/minecraft/sounds/minecart/base.ogg differ diff --git a/assets/minecraft/sounds/minecart/base2.ogg b/assets/minecraft/sounds/minecart/base2.ogg new file mode 100644 index 0000000..cbbbaef Binary files /dev/null and b/assets/minecraft/sounds/minecart/base2.ogg differ diff --git a/assets/minecraft/sounds/minecart/base3.ogg b/assets/minecraft/sounds/minecart/base3.ogg new file mode 100644 index 0000000..2c15fd2 Binary files /dev/null and b/assets/minecraft/sounds/minecart/base3.ogg differ diff --git a/assets/minecraft/sounds/minecart/base4.ogg b/assets/minecraft/sounds/minecart/base4.ogg new file mode 100644 index 0000000..fd04fb4 Binary files /dev/null and b/assets/minecraft/sounds/minecart/base4.ogg differ diff --git a/assets/minecraft/sounds/minecart/inside.ogg b/assets/minecraft/sounds/minecart/inside.ogg new file mode 100644 index 0000000..89bd16a Binary files /dev/null and b/assets/minecraft/sounds/minecart/inside.ogg differ diff --git a/assets/minecraft/sounds/minecart/inside2.ogg b/assets/minecraft/sounds/minecart/inside2.ogg new file mode 100644 index 0000000..f016ca3 Binary files /dev/null and b/assets/minecraft/sounds/minecart/inside2.ogg differ diff --git a/assets/minecraft/sounds/minecart/inside3.ogg b/assets/minecraft/sounds/minecart/inside3.ogg new file mode 100644 index 0000000..b2d0873 Binary files /dev/null and b/assets/minecraft/sounds/minecart/inside3.ogg differ diff --git a/assets/minecraft/sounds/minecart/inside4.ogg b/assets/minecraft/sounds/minecart/inside4.ogg new file mode 100644 index 0000000..b62d43d Binary files /dev/null and b/assets/minecraft/sounds/minecart/inside4.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/death.ogg b/assets/minecraft/sounds/mob/bat/death.ogg new file mode 100644 index 0000000..670c22b Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/death.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/hurt1.ogg b/assets/minecraft/sounds/mob/bat/hurt1.ogg new file mode 100644 index 0000000..a4370a6 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/hurt2.ogg b/assets/minecraft/sounds/mob/bat/hurt2.ogg new file mode 100644 index 0000000..07304bf Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/hurt3.ogg b/assets/minecraft/sounds/mob/bat/hurt3.ogg new file mode 100644 index 0000000..9ca1045 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/hurt4.ogg b/assets/minecraft/sounds/mob/bat/hurt4.ogg new file mode 100644 index 0000000..b5cf472 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/idle1.ogg b/assets/minecraft/sounds/mob/bat/idle1.ogg new file mode 100644 index 0000000..e822865 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/idle2.ogg b/assets/minecraft/sounds/mob/bat/idle2.ogg new file mode 100644 index 0000000..f0d6a91 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/idle3.ogg b/assets/minecraft/sounds/mob/bat/idle3.ogg new file mode 100644 index 0000000..106f0b0 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/idle4.ogg b/assets/minecraft/sounds/mob/bat/idle4.ogg new file mode 100644 index 0000000..ab4f13c Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/loop.ogg b/assets/minecraft/sounds/mob/bat/loop.ogg new file mode 100644 index 0000000..e0a7e81 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/loop.ogg differ diff --git a/assets/minecraft/sounds/mob/bat/takeoff.ogg b/assets/minecraft/sounds/mob/bat/takeoff.ogg new file mode 100644 index 0000000..dde1fe3 Binary files /dev/null and b/assets/minecraft/sounds/mob/bat/takeoff.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/breathe1.ogg b/assets/minecraft/sounds/mob/blaze/breathe1.ogg new file mode 100644 index 0000000..628b523 Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/breathe1.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/breathe2.ogg b/assets/minecraft/sounds/mob/blaze/breathe2.ogg new file mode 100644 index 0000000..1d0a748 Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/breathe2.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/breathe3.ogg b/assets/minecraft/sounds/mob/blaze/breathe3.ogg new file mode 100644 index 0000000..ad6f925 Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/breathe3.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/breathe4.ogg b/assets/minecraft/sounds/mob/blaze/breathe4.ogg new file mode 100644 index 0000000..6438a6a Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/breathe4.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/death.ogg b/assets/minecraft/sounds/mob/blaze/death.ogg new file mode 100644 index 0000000..9bba0dd Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/death.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/hit1.ogg b/assets/minecraft/sounds/mob/blaze/hit1.ogg new file mode 100644 index 0000000..8e3499d Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/hit2.ogg b/assets/minecraft/sounds/mob/blaze/hit2.ogg new file mode 100644 index 0000000..7378b37 Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/hit3.ogg b/assets/minecraft/sounds/mob/blaze/hit3.ogg new file mode 100644 index 0000000..8e3499d Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/blaze/hit4.ogg b/assets/minecraft/sounds/mob/blaze/hit4.ogg new file mode 100644 index 0000000..35dbe99 Binary files /dev/null and b/assets/minecraft/sounds/mob/blaze/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hiss1.ogg b/assets/minecraft/sounds/mob/cat/hiss1.ogg new file mode 100644 index 0000000..a72bf57 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hiss1.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hiss2.ogg b/assets/minecraft/sounds/mob/cat/hiss2.ogg new file mode 100644 index 0000000..576697a Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hiss2.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hiss3.ogg b/assets/minecraft/sounds/mob/cat/hiss3.ogg new file mode 100644 index 0000000..785caf3 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hiss3.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hitt1.ogg b/assets/minecraft/sounds/mob/cat/hitt1.ogg new file mode 100644 index 0000000..ee1b3de Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hitt1.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hitt2.ogg b/assets/minecraft/sounds/mob/cat/hitt2.ogg new file mode 100644 index 0000000..5773ccd Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hitt2.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/hitt3.ogg b/assets/minecraft/sounds/mob/cat/hitt3.ogg new file mode 100644 index 0000000..27f5b33 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/hitt3.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/meow1.ogg b/assets/minecraft/sounds/mob/cat/meow1.ogg new file mode 100644 index 0000000..cfb4419 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/meow1.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/meow2.ogg b/assets/minecraft/sounds/mob/cat/meow2.ogg new file mode 100644 index 0000000..700019a Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/meow2.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/meow3.ogg b/assets/minecraft/sounds/mob/cat/meow3.ogg new file mode 100644 index 0000000..358fdfc Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/meow3.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/meow4.ogg b/assets/minecraft/sounds/mob/cat/meow4.ogg new file mode 100644 index 0000000..df6e0d3 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/meow4.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/purr1.ogg b/assets/minecraft/sounds/mob/cat/purr1.ogg new file mode 100644 index 0000000..ad20932 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/purr1.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/purr2.ogg b/assets/minecraft/sounds/mob/cat/purr2.ogg new file mode 100644 index 0000000..f1b1298 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/purr2.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/purr3.ogg b/assets/minecraft/sounds/mob/cat/purr3.ogg new file mode 100644 index 0000000..b936c53 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/purr3.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/purreow1.ogg b/assets/minecraft/sounds/mob/cat/purreow1.ogg new file mode 100644 index 0000000..54c0b35 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/purreow1.ogg differ diff --git a/assets/minecraft/sounds/mob/cat/purreow2.ogg b/assets/minecraft/sounds/mob/cat/purreow2.ogg new file mode 100644 index 0000000..3e042e2 Binary files /dev/null and b/assets/minecraft/sounds/mob/cat/purreow2.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/hurt1.ogg b/assets/minecraft/sounds/mob/chicken/hurt1.ogg new file mode 100644 index 0000000..7531d6a Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/hurt2.ogg b/assets/minecraft/sounds/mob/chicken/hurt2.ogg new file mode 100644 index 0000000..ad05886 Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/plop.ogg b/assets/minecraft/sounds/mob/chicken/plop.ogg new file mode 100644 index 0000000..1cd60ad Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/plop.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/say1.ogg b/assets/minecraft/sounds/mob/chicken/say1.ogg new file mode 100644 index 0000000..a9161af Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/say2.ogg b/assets/minecraft/sounds/mob/chicken/say2.ogg new file mode 100644 index 0000000..6cb7a60 Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/say3.ogg b/assets/minecraft/sounds/mob/chicken/say3.ogg new file mode 100644 index 0000000..8a4e7ed Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/step1.ogg b/assets/minecraft/sounds/mob/chicken/step1.ogg new file mode 100644 index 0000000..47c3b8d Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/chicken/step2.ogg b/assets/minecraft/sounds/mob/chicken/step2.ogg new file mode 100644 index 0000000..64ceadf Binary files /dev/null and b/assets/minecraft/sounds/mob/chicken/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/hurt1.ogg b/assets/minecraft/sounds/mob/cow/hurt1.ogg new file mode 100644 index 0000000..a013ebd Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/hurt2.ogg b/assets/minecraft/sounds/mob/cow/hurt2.ogg new file mode 100644 index 0000000..ee36cf1 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/hurt3.ogg b/assets/minecraft/sounds/mob/cow/hurt3.ogg new file mode 100644 index 0000000..3b73f99 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/say1.ogg b/assets/minecraft/sounds/mob/cow/say1.ogg new file mode 100644 index 0000000..3c4fcaa Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/say2.ogg b/assets/minecraft/sounds/mob/cow/say2.ogg new file mode 100644 index 0000000..5e8ffc6 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/say3.ogg b/assets/minecraft/sounds/mob/cow/say3.ogg new file mode 100644 index 0000000..8bc26bc Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/say4.ogg b/assets/minecraft/sounds/mob/cow/say4.ogg new file mode 100644 index 0000000..5e52bf5 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/say4.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/step1.ogg b/assets/minecraft/sounds/mob/cow/step1.ogg new file mode 100644 index 0000000..ebd2441 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/step2.ogg b/assets/minecraft/sounds/mob/cow/step2.ogg new file mode 100644 index 0000000..5851158 Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/step3.ogg b/assets/minecraft/sounds/mob/cow/step3.ogg new file mode 100644 index 0000000..7ddc28f Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/cow/step4.ogg b/assets/minecraft/sounds/mob/cow/step4.ogg new file mode 100644 index 0000000..beb829d Binary files /dev/null and b/assets/minecraft/sounds/mob/cow/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/creeper/death.ogg b/assets/minecraft/sounds/mob/creeper/death.ogg new file mode 100644 index 0000000..ccf960d Binary files /dev/null and b/assets/minecraft/sounds/mob/creeper/death.ogg differ diff --git a/assets/minecraft/sounds/mob/creeper/say1.ogg b/assets/minecraft/sounds/mob/creeper/say1.ogg new file mode 100644 index 0000000..3a993a0 Binary files /dev/null and b/assets/minecraft/sounds/mob/creeper/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/creeper/say2.ogg b/assets/minecraft/sounds/mob/creeper/say2.ogg new file mode 100644 index 0000000..4119e59 Binary files /dev/null and b/assets/minecraft/sounds/mob/creeper/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/creeper/say3.ogg b/assets/minecraft/sounds/mob/creeper/say3.ogg new file mode 100644 index 0000000..800fb6b Binary files /dev/null and b/assets/minecraft/sounds/mob/creeper/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/creeper/say4.ogg b/assets/minecraft/sounds/mob/creeper/say4.ogg new file mode 100644 index 0000000..5632831 Binary files /dev/null and b/assets/minecraft/sounds/mob/creeper/say4.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/end.ogg b/assets/minecraft/sounds/mob/enderdragon/end.ogg new file mode 100644 index 0000000..b669293 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/end.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/growl1.ogg b/assets/minecraft/sounds/mob/enderdragon/growl1.ogg new file mode 100644 index 0000000..67c65b6 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/growl1.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/growl2.ogg b/assets/minecraft/sounds/mob/enderdragon/growl2.ogg new file mode 100644 index 0000000..e69086f Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/growl2.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/growl3.ogg b/assets/minecraft/sounds/mob/enderdragon/growl3.ogg new file mode 100644 index 0000000..3914b73 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/growl3.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/growl4.ogg b/assets/minecraft/sounds/mob/enderdragon/growl4.ogg new file mode 100644 index 0000000..792a6fb Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/growl4.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/hit1.ogg b/assets/minecraft/sounds/mob/enderdragon/hit1.ogg new file mode 100644 index 0000000..c07f70b Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/hit2.ogg b/assets/minecraft/sounds/mob/enderdragon/hit2.ogg new file mode 100644 index 0000000..2151441 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/hit3.ogg b/assets/minecraft/sounds/mob/enderdragon/hit3.ogg new file mode 100644 index 0000000..6ecc233 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/hit4.ogg b/assets/minecraft/sounds/mob/enderdragon/hit4.ogg new file mode 100644 index 0000000..beb585d Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings1.ogg b/assets/minecraft/sounds/mob/enderdragon/wings1.ogg new file mode 100644 index 0000000..fa81941 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings1.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings2.ogg b/assets/minecraft/sounds/mob/enderdragon/wings2.ogg new file mode 100644 index 0000000..ac80ed7 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings2.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings3.ogg b/assets/minecraft/sounds/mob/enderdragon/wings3.ogg new file mode 100644 index 0000000..24d6a40 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings3.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings4.ogg b/assets/minecraft/sounds/mob/enderdragon/wings4.ogg new file mode 100644 index 0000000..45472dc Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings4.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings5.ogg b/assets/minecraft/sounds/mob/enderdragon/wings5.ogg new file mode 100644 index 0000000..59fa73e Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings5.ogg differ diff --git a/assets/minecraft/sounds/mob/enderdragon/wings6.ogg b/assets/minecraft/sounds/mob/enderdragon/wings6.ogg new file mode 100644 index 0000000..892e506 Binary files /dev/null and b/assets/minecraft/sounds/mob/enderdragon/wings6.ogg differ diff --git a/assets/minecraft/sounds/mob/endermen/portal.ogg b/assets/minecraft/sounds/mob/endermen/portal.ogg new file mode 100644 index 0000000..2c0c65d Binary files /dev/null and b/assets/minecraft/sounds/mob/endermen/portal.ogg differ diff --git a/assets/minecraft/sounds/mob/endermen/portal2.ogg b/assets/minecraft/sounds/mob/endermen/portal2.ogg new file mode 100644 index 0000000..84e4c1e Binary files /dev/null and b/assets/minecraft/sounds/mob/endermen/portal2.ogg differ diff --git a/assets/minecraft/sounds/mob/endermen/stare.ogg b/assets/minecraft/sounds/mob/endermen/stare.ogg new file mode 100644 index 0000000..c1c50dd Binary files /dev/null and b/assets/minecraft/sounds/mob/endermen/stare.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/curse.ogg b/assets/minecraft/sounds/mob/guardian/curse.ogg new file mode 100644 index 0000000..3261fcd Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/curse.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_death.ogg b/assets/minecraft/sounds/mob/guardian/elder_death.ogg new file mode 100644 index 0000000..697d458 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_death.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg b/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg new file mode 100644 index 0000000..132abc2 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg b/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg new file mode 100644 index 0000000..2790745 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg b/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg new file mode 100644 index 0000000..b38834f Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg b/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg new file mode 100644 index 0000000..8bb08d6 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg b/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg new file mode 100644 index 0000000..6578f9c Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg b/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg new file mode 100644 index 0000000..3a274aa Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg b/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg new file mode 100644 index 0000000..3b7cb37 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg b/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg new file mode 100644 index 0000000..9a3c43d Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/flop1.ogg b/assets/minecraft/sounds/mob/guardian/flop1.ogg new file mode 100644 index 0000000..44b857f Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/flop1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/flop2.ogg b/assets/minecraft/sounds/mob/guardian/flop2.ogg new file mode 100644 index 0000000..1e4a512 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/flop2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/flop3.ogg b/assets/minecraft/sounds/mob/guardian/flop3.ogg new file mode 100644 index 0000000..b8e484d Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/flop3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/flop4.ogg b/assets/minecraft/sounds/mob/guardian/flop4.ogg new file mode 100644 index 0000000..74c0fd3 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/flop4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_death.ogg b/assets/minecraft/sounds/mob/guardian/guardian_death.ogg new file mode 100644 index 0000000..0e6ec33 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_death.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg b/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg new file mode 100644 index 0000000..f1978a7 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg b/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg new file mode 100644 index 0000000..decab61 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg b/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg new file mode 100644 index 0000000..3233a85 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg b/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg new file mode 100644 index 0000000..d5935d7 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg b/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg new file mode 100644 index 0000000..94607dd Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg b/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg new file mode 100644 index 0000000..f2f5693 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg b/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg new file mode 100644 index 0000000..3020877 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg b/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg new file mode 100644 index 0000000..4243c1f Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_death.ogg b/assets/minecraft/sounds/mob/guardian/land_death.ogg new file mode 100644 index 0000000..48af595 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_death.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_hit1.ogg b/assets/minecraft/sounds/mob/guardian/land_hit1.ogg new file mode 100644 index 0000000..d1792dc Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_hit2.ogg b/assets/minecraft/sounds/mob/guardian/land_hit2.ogg new file mode 100644 index 0000000..b7dc159 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_hit3.ogg b/assets/minecraft/sounds/mob/guardian/land_hit3.ogg new file mode 100644 index 0000000..ce6c56f Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_hit4.ogg b/assets/minecraft/sounds/mob/guardian/land_hit4.ogg new file mode 100644 index 0000000..0c37d08 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_idle1.ogg b/assets/minecraft/sounds/mob/guardian/land_idle1.ogg new file mode 100644 index 0000000..7597604 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_idle2.ogg b/assets/minecraft/sounds/mob/guardian/land_idle2.ogg new file mode 100644 index 0000000..86568e6 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_idle3.ogg b/assets/minecraft/sounds/mob/guardian/land_idle3.ogg new file mode 100644 index 0000000..174a3fc Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/guardian/land_idle4.ogg b/assets/minecraft/sounds/mob/guardian/land_idle4.ogg new file mode 100644 index 0000000..507e601 Binary files /dev/null and b/assets/minecraft/sounds/mob/guardian/land_idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/angry1.ogg b/assets/minecraft/sounds/mob/horse/angry1.ogg new file mode 100644 index 0000000..f7df1fa Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/angry1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/armor.ogg b/assets/minecraft/sounds/mob/horse/armor.ogg new file mode 100644 index 0000000..4f52f60 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/armor.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/breathe1.ogg b/assets/minecraft/sounds/mob/horse/breathe1.ogg new file mode 100644 index 0000000..488c81e Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/breathe1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/breathe2.ogg b/assets/minecraft/sounds/mob/horse/breathe2.ogg new file mode 100644 index 0000000..fab73e9 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/breathe2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/breathe3.ogg b/assets/minecraft/sounds/mob/horse/breathe3.ogg new file mode 100644 index 0000000..95fd3dc Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/breathe3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/death.ogg b/assets/minecraft/sounds/mob/horse/death.ogg new file mode 100644 index 0000000..ee1fbb4 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/death.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg b/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg new file mode 100644 index 0000000..f312330 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg b/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg new file mode 100644 index 0000000..d82aad4 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/death.ogg b/assets/minecraft/sounds/mob/horse/donkey/death.ogg new file mode 100644 index 0000000..9c14817 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/death.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg b/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg new file mode 100644 index 0000000..da277a0 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg b/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg new file mode 100644 index 0000000..1360778 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg b/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg new file mode 100644 index 0000000..9cdc67e Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg b/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg new file mode 100644 index 0000000..b755cd8 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg b/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg new file mode 100644 index 0000000..2ad7de3 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg b/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg new file mode 100644 index 0000000..800041f Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/gallop1.ogg b/assets/minecraft/sounds/mob/horse/gallop1.ogg new file mode 100644 index 0000000..e7b958d Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/gallop1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/gallop2.ogg b/assets/minecraft/sounds/mob/horse/gallop2.ogg new file mode 100644 index 0000000..76025fa Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/gallop2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/gallop3.ogg b/assets/minecraft/sounds/mob/horse/gallop3.ogg new file mode 100644 index 0000000..e3399fa Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/gallop3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/gallop4.ogg b/assets/minecraft/sounds/mob/horse/gallop4.ogg new file mode 100644 index 0000000..f6c59ac Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/gallop4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/hit1.ogg b/assets/minecraft/sounds/mob/horse/hit1.ogg new file mode 100644 index 0000000..bce64ab Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/hit2.ogg b/assets/minecraft/sounds/mob/horse/hit2.ogg new file mode 100644 index 0000000..d24d6f8 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/hit3.ogg b/assets/minecraft/sounds/mob/horse/hit3.ogg new file mode 100644 index 0000000..9027b69 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/hit4.ogg b/assets/minecraft/sounds/mob/horse/hit4.ogg new file mode 100644 index 0000000..8513e02 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/idle1.ogg b/assets/minecraft/sounds/mob/horse/idle1.ogg new file mode 100644 index 0000000..0c1882a Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/idle2.ogg b/assets/minecraft/sounds/mob/horse/idle2.ogg new file mode 100644 index 0000000..f528a24 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/idle3.ogg b/assets/minecraft/sounds/mob/horse/idle3.ogg new file mode 100644 index 0000000..13a20ad Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/jump.ogg b/assets/minecraft/sounds/mob/horse/jump.ogg new file mode 100644 index 0000000..badca48 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/jump.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/land.ogg b/assets/minecraft/sounds/mob/horse/land.ogg new file mode 100644 index 0000000..439a940 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/land.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/leather.ogg b/assets/minecraft/sounds/mob/horse/leather.ogg new file mode 100644 index 0000000..04e5b7b Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/leather.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/death.ogg b/assets/minecraft/sounds/mob/horse/skeleton/death.ogg new file mode 100644 index 0000000..9cd8b93 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/death.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg b/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg new file mode 100644 index 0000000..2714046 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg b/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg new file mode 100644 index 0000000..dda9e06 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg b/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg new file mode 100644 index 0000000..975df9a Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg b/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg new file mode 100644 index 0000000..8a404a1 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg b/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg new file mode 100644 index 0000000..7e1d7fd Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg b/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg new file mode 100644 index 0000000..d0d3b9c Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg b/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg new file mode 100644 index 0000000..e391c53 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft1.ogg b/assets/minecraft/sounds/mob/horse/soft1.ogg new file mode 100644 index 0000000..4fd067b Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft2.ogg b/assets/minecraft/sounds/mob/horse/soft2.ogg new file mode 100644 index 0000000..eb718fd Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft3.ogg b/assets/minecraft/sounds/mob/horse/soft3.ogg new file mode 100644 index 0000000..1c0faa5 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft4.ogg b/assets/minecraft/sounds/mob/horse/soft4.ogg new file mode 100644 index 0000000..18bbc90 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft5.ogg b/assets/minecraft/sounds/mob/horse/soft5.ogg new file mode 100644 index 0000000..eac3fef Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft5.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/soft6.ogg b/assets/minecraft/sounds/mob/horse/soft6.ogg new file mode 100644 index 0000000..b5aea7b Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/soft6.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood1.ogg b/assets/minecraft/sounds/mob/horse/wood1.ogg new file mode 100644 index 0000000..0f4ef7a Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood2.ogg b/assets/minecraft/sounds/mob/horse/wood2.ogg new file mode 100644 index 0000000..4eed718 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood3.ogg b/assets/minecraft/sounds/mob/horse/wood3.ogg new file mode 100644 index 0000000..06f41fb Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood4.ogg b/assets/minecraft/sounds/mob/horse/wood4.ogg new file mode 100644 index 0000000..757162c Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood5.ogg b/assets/minecraft/sounds/mob/horse/wood5.ogg new file mode 100644 index 0000000..afecd9c Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood5.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/wood6.ogg b/assets/minecraft/sounds/mob/horse/wood6.ogg new file mode 100644 index 0000000..0b029a6 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/wood6.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/death.ogg b/assets/minecraft/sounds/mob/horse/zombie/death.ogg new file mode 100644 index 0000000..fb8bc20 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/death.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg b/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg new file mode 100644 index 0000000..791296a Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg b/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg new file mode 100644 index 0000000..ce0c538 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg b/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg new file mode 100644 index 0000000..fe0cae1 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg b/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg new file mode 100644 index 0000000..fb32655 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg b/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg new file mode 100644 index 0000000..d251240 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg b/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg new file mode 100644 index 0000000..0bbc2b1 Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg b/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg new file mode 100644 index 0000000..15be34b Binary files /dev/null and b/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/death.ogg b/assets/minecraft/sounds/mob/irongolem/death.ogg new file mode 100644 index 0000000..1d5701e Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/death.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/hit1.ogg b/assets/minecraft/sounds/mob/irongolem/hit1.ogg new file mode 100644 index 0000000..9d27c54 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/hit2.ogg b/assets/minecraft/sounds/mob/irongolem/hit2.ogg new file mode 100644 index 0000000..e46f730 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/hit3.ogg b/assets/minecraft/sounds/mob/irongolem/hit3.ogg new file mode 100644 index 0000000..fedcbe5 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/hit4.ogg b/assets/minecraft/sounds/mob/irongolem/hit4.ogg new file mode 100644 index 0000000..6f8bdf5 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/hit4.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/throw.ogg b/assets/minecraft/sounds/mob/irongolem/throw.ogg new file mode 100644 index 0000000..9184460 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/throw.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/walk1.ogg b/assets/minecraft/sounds/mob/irongolem/walk1.ogg new file mode 100644 index 0000000..b68ba1f Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/walk1.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/walk2.ogg b/assets/minecraft/sounds/mob/irongolem/walk2.ogg new file mode 100644 index 0000000..c06c90c Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/walk2.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/walk3.ogg b/assets/minecraft/sounds/mob/irongolem/walk3.ogg new file mode 100644 index 0000000..eab0b01 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/walk3.ogg differ diff --git a/assets/minecraft/sounds/mob/irongolem/walk4.ogg b/assets/minecraft/sounds/mob/irongolem/walk4.ogg new file mode 100644 index 0000000..ee0e345 Binary files /dev/null and b/assets/minecraft/sounds/mob/irongolem/walk4.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/big1.ogg b/assets/minecraft/sounds/mob/magmacube/big1.ogg new file mode 100644 index 0000000..be34ee8 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/big1.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/big2.ogg b/assets/minecraft/sounds/mob/magmacube/big2.ogg new file mode 100644 index 0000000..8cfc5cb Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/big2.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/big3.ogg b/assets/minecraft/sounds/mob/magmacube/big3.ogg new file mode 100644 index 0000000..b7085fa Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/big3.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/big4.ogg b/assets/minecraft/sounds/mob/magmacube/big4.ogg new file mode 100644 index 0000000..f50260f Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/big4.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/jump1.ogg b/assets/minecraft/sounds/mob/magmacube/jump1.ogg new file mode 100644 index 0000000..f8ad5df Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/jump1.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/jump2.ogg b/assets/minecraft/sounds/mob/magmacube/jump2.ogg new file mode 100644 index 0000000..068bf68 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/jump2.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/jump3.ogg b/assets/minecraft/sounds/mob/magmacube/jump3.ogg new file mode 100644 index 0000000..991cc11 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/jump3.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/jump4.ogg b/assets/minecraft/sounds/mob/magmacube/jump4.ogg new file mode 100644 index 0000000..8d49125 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/jump4.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/small1.ogg b/assets/minecraft/sounds/mob/magmacube/small1.ogg new file mode 100644 index 0000000..e9bb001 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/small1.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/small2.ogg b/assets/minecraft/sounds/mob/magmacube/small2.ogg new file mode 100644 index 0000000..1e22ec0 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/small2.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/small3.ogg b/assets/minecraft/sounds/mob/magmacube/small3.ogg new file mode 100644 index 0000000..e591bb6 Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/small3.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/small4.ogg b/assets/minecraft/sounds/mob/magmacube/small4.ogg new file mode 100644 index 0000000..cd0c7cd Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/small4.ogg differ diff --git a/assets/minecraft/sounds/mob/magmacube/small5.ogg b/assets/minecraft/sounds/mob/magmacube/small5.ogg new file mode 100644 index 0000000..fd0c3ee Binary files /dev/null and b/assets/minecraft/sounds/mob/magmacube/small5.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/death.ogg b/assets/minecraft/sounds/mob/pig/death.ogg new file mode 100644 index 0000000..906ab5d Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/death.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/say1.ogg b/assets/minecraft/sounds/mob/pig/say1.ogg new file mode 100644 index 0000000..e0a8d56 Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/say2.ogg b/assets/minecraft/sounds/mob/pig/say2.ogg new file mode 100644 index 0000000..96ce9c8 Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/say3.ogg b/assets/minecraft/sounds/mob/pig/say3.ogg new file mode 100644 index 0000000..65e444f Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/step1.ogg b/assets/minecraft/sounds/mob/pig/step1.ogg new file mode 100644 index 0000000..ca29a0f Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/step2.ogg b/assets/minecraft/sounds/mob/pig/step2.ogg new file mode 100644 index 0000000..8bb8dab Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/step3.ogg b/assets/minecraft/sounds/mob/pig/step3.ogg new file mode 100644 index 0000000..6fa9780 Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/step4.ogg b/assets/minecraft/sounds/mob/pig/step4.ogg new file mode 100644 index 0000000..c92d49a Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/pig/step5.ogg b/assets/minecraft/sounds/mob/pig/step5.ogg new file mode 100644 index 0000000..9635acb Binary files /dev/null and b/assets/minecraft/sounds/mob/pig/step5.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/death1.ogg b/assets/minecraft/sounds/mob/polarbear/death1.ogg new file mode 100644 index 0000000..8ce8850 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/death1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/death2.ogg b/assets/minecraft/sounds/mob/polarbear/death2.ogg new file mode 100644 index 0000000..016bf42 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/death2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/death3.ogg b/assets/minecraft/sounds/mob/polarbear/death3.ogg new file mode 100644 index 0000000..fb22041 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/death3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/hurt1.ogg b/assets/minecraft/sounds/mob/polarbear/hurt1.ogg new file mode 100644 index 0000000..249b5b9 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/hurt2.ogg b/assets/minecraft/sounds/mob/polarbear/hurt2.ogg new file mode 100644 index 0000000..f3afefb Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/hurt3.ogg b/assets/minecraft/sounds/mob/polarbear/hurt3.ogg new file mode 100644 index 0000000..d6d8f80 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/hurt4.ogg b/assets/minecraft/sounds/mob/polarbear/hurt4.ogg new file mode 100644 index 0000000..176cbf8 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/idle1.ogg b/assets/minecraft/sounds/mob/polarbear/idle1.ogg new file mode 100644 index 0000000..5f23261 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/idle2.ogg b/assets/minecraft/sounds/mob/polarbear/idle2.ogg new file mode 100644 index 0000000..078fff3 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/idle3.ogg b/assets/minecraft/sounds/mob/polarbear/idle3.ogg new file mode 100644 index 0000000..65560b0 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/idle4.ogg b/assets/minecraft/sounds/mob/polarbear/idle4.ogg new file mode 100644 index 0000000..acde829 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/step1.ogg b/assets/minecraft/sounds/mob/polarbear/step1.ogg new file mode 100644 index 0000000..5f32122 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/step2.ogg b/assets/minecraft/sounds/mob/polarbear/step2.ogg new file mode 100644 index 0000000..6b10e94 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/step3.ogg b/assets/minecraft/sounds/mob/polarbear/step3.ogg new file mode 100644 index 0000000..5615e18 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/step4.ogg b/assets/minecraft/sounds/mob/polarbear/step4.ogg new file mode 100644 index 0000000..e83ed50 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/warning1.ogg b/assets/minecraft/sounds/mob/polarbear/warning1.ogg new file mode 100644 index 0000000..e8cc5c7 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/warning1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/warning2.ogg b/assets/minecraft/sounds/mob/polarbear/warning2.ogg new file mode 100644 index 0000000..fab8397 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/warning2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear/warning3.ogg b/assets/minecraft/sounds/mob/polarbear/warning3.ogg new file mode 100644 index 0000000..7765305 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear/warning3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear_baby/idle1.ogg b/assets/minecraft/sounds/mob/polarbear_baby/idle1.ogg new file mode 100644 index 0000000..3e5497a Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear_baby/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear_baby/idle2.ogg b/assets/minecraft/sounds/mob/polarbear_baby/idle2.ogg new file mode 100644 index 0000000..42d55e7 Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear_baby/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear_baby/idle3.ogg b/assets/minecraft/sounds/mob/polarbear_baby/idle3.ogg new file mode 100644 index 0000000..d131b9a Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear_baby/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/polarbear_baby/idle4.ogg b/assets/minecraft/sounds/mob/polarbear_baby/idle4.ogg new file mode 100644 index 0000000..a85e94a Binary files /dev/null and b/assets/minecraft/sounds/mob/polarbear_baby/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg b/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg new file mode 100644 index 0000000..3aec3ee Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hop1.ogg b/assets/minecraft/sounds/mob/rabbit/hop1.ogg new file mode 100644 index 0000000..4657c3a Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hop1.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hop2.ogg b/assets/minecraft/sounds/mob/rabbit/hop2.ogg new file mode 100644 index 0000000..90d5073 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hop2.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hop3.ogg b/assets/minecraft/sounds/mob/rabbit/hop3.ogg new file mode 100644 index 0000000..4fc2251 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hop3.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hop4.ogg b/assets/minecraft/sounds/mob/rabbit/hop4.ogg new file mode 100644 index 0000000..58b4c41 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hop4.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hurt1.ogg b/assets/minecraft/sounds/mob/rabbit/hurt1.ogg new file mode 100644 index 0000000..b73aaf4 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hurt2.ogg b/assets/minecraft/sounds/mob/rabbit/hurt2.ogg new file mode 100644 index 0000000..a429d74 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hurt3.ogg b/assets/minecraft/sounds/mob/rabbit/hurt3.ogg new file mode 100644 index 0000000..4f2624c Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/hurt4.ogg b/assets/minecraft/sounds/mob/rabbit/hurt4.ogg new file mode 100644 index 0000000..6a53402 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/idle1.ogg b/assets/minecraft/sounds/mob/rabbit/idle1.ogg new file mode 100644 index 0000000..d439190 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/idle2.ogg b/assets/minecraft/sounds/mob/rabbit/idle2.ogg new file mode 100644 index 0000000..6a118b1 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/idle3.ogg b/assets/minecraft/sounds/mob/rabbit/idle3.ogg new file mode 100644 index 0000000..4faf0e3 Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/rabbit/idle4.ogg b/assets/minecraft/sounds/mob/rabbit/idle4.ogg new file mode 100644 index 0000000..9ccae0f Binary files /dev/null and b/assets/minecraft/sounds/mob/rabbit/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/say1.ogg b/assets/minecraft/sounds/mob/sheep/say1.ogg new file mode 100644 index 0000000..2f41131 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/say2.ogg b/assets/minecraft/sounds/mob/sheep/say2.ogg new file mode 100644 index 0000000..5e32821 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/say3.ogg b/assets/minecraft/sounds/mob/sheep/say3.ogg new file mode 100644 index 0000000..b1b3b56 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/shear.ogg b/assets/minecraft/sounds/mob/sheep/shear.ogg new file mode 100644 index 0000000..1cd7422 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/shear.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/step1.ogg b/assets/minecraft/sounds/mob/sheep/step1.ogg new file mode 100644 index 0000000..0d03d49 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/step2.ogg b/assets/minecraft/sounds/mob/sheep/step2.ogg new file mode 100644 index 0000000..8620a9f Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/step3.ogg b/assets/minecraft/sounds/mob/sheep/step3.ogg new file mode 100644 index 0000000..b7c4854 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/step4.ogg b/assets/minecraft/sounds/mob/sheep/step4.ogg new file mode 100644 index 0000000..81b442f Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/sheep/step5.ogg b/assets/minecraft/sounds/mob/sheep/step5.ogg new file mode 100644 index 0000000..d1c92d7 Binary files /dev/null and b/assets/minecraft/sounds/mob/sheep/step5.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/hit1.ogg b/assets/minecraft/sounds/mob/silverfish/hit1.ogg new file mode 100644 index 0000000..d4124e4 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/hit1.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/hit2.ogg b/assets/minecraft/sounds/mob/silverfish/hit2.ogg new file mode 100644 index 0000000..8a55bd4 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/hit2.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/hit3.ogg b/assets/minecraft/sounds/mob/silverfish/hit3.ogg new file mode 100644 index 0000000..641cb43 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/hit3.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/kill.ogg b/assets/minecraft/sounds/mob/silverfish/kill.ogg new file mode 100644 index 0000000..9dc1811 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/kill.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/say1.ogg b/assets/minecraft/sounds/mob/silverfish/say1.ogg new file mode 100644 index 0000000..a51feef Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/say2.ogg b/assets/minecraft/sounds/mob/silverfish/say2.ogg new file mode 100644 index 0000000..da02415 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/say3.ogg b/assets/minecraft/sounds/mob/silverfish/say3.ogg new file mode 100644 index 0000000..f1c6818 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/say4.ogg b/assets/minecraft/sounds/mob/silverfish/say4.ogg new file mode 100644 index 0000000..89d2200 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/say4.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/step1.ogg b/assets/minecraft/sounds/mob/silverfish/step1.ogg new file mode 100644 index 0000000..c9a6701 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/step2.ogg b/assets/minecraft/sounds/mob/silverfish/step2.ogg new file mode 100644 index 0000000..adc358a Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/step3.ogg b/assets/minecraft/sounds/mob/silverfish/step3.ogg new file mode 100644 index 0000000..71f9817 Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/silverfish/step4.ogg b/assets/minecraft/sounds/mob/silverfish/step4.ogg new file mode 100644 index 0000000..b32e61b Binary files /dev/null and b/assets/minecraft/sounds/mob/silverfish/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/death.ogg b/assets/minecraft/sounds/mob/skeleton/death.ogg new file mode 100644 index 0000000..bd9bd38 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/death.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/hurt1.ogg b/assets/minecraft/sounds/mob/skeleton/hurt1.ogg new file mode 100644 index 0000000..8a73b20 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/hurt2.ogg b/assets/minecraft/sounds/mob/skeleton/hurt2.ogg new file mode 100644 index 0000000..5f60702 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/hurt3.ogg b/assets/minecraft/sounds/mob/skeleton/hurt3.ogg new file mode 100644 index 0000000..b1bbf3b Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/hurt4.ogg b/assets/minecraft/sounds/mob/skeleton/hurt4.ogg new file mode 100644 index 0000000..6dfad64 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/say1.ogg b/assets/minecraft/sounds/mob/skeleton/say1.ogg new file mode 100644 index 0000000..19639d8 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/say2.ogg b/assets/minecraft/sounds/mob/skeleton/say2.ogg new file mode 100644 index 0000000..bdeb939 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/say3.ogg b/assets/minecraft/sounds/mob/skeleton/say3.ogg new file mode 100644 index 0000000..796e2eb Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/step1.ogg b/assets/minecraft/sounds/mob/skeleton/step1.ogg new file mode 100644 index 0000000..5dc06ad Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/step2.ogg b/assets/minecraft/sounds/mob/skeleton/step2.ogg new file mode 100644 index 0000000..405737b Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/step3.ogg b/assets/minecraft/sounds/mob/skeleton/step3.ogg new file mode 100644 index 0000000..649b1d2 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/skeleton/step4.ogg b/assets/minecraft/sounds/mob/skeleton/step4.ogg new file mode 100644 index 0000000..3ca5ff4 Binary files /dev/null and b/assets/minecraft/sounds/mob/skeleton/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/attack1.ogg b/assets/minecraft/sounds/mob/slime/attack1.ogg new file mode 100644 index 0000000..09b5122 Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/attack1.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/attack2.ogg b/assets/minecraft/sounds/mob/slime/attack2.ogg new file mode 100644 index 0000000..3b5917b Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/attack2.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/big1.ogg b/assets/minecraft/sounds/mob/slime/big1.ogg new file mode 100644 index 0000000..9397a4a Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/big1.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/big2.ogg b/assets/minecraft/sounds/mob/slime/big2.ogg new file mode 100644 index 0000000..5a4efd0 Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/big2.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/big3.ogg b/assets/minecraft/sounds/mob/slime/big3.ogg new file mode 100644 index 0000000..1a7bfe2 Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/big3.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/big4.ogg b/assets/minecraft/sounds/mob/slime/big4.ogg new file mode 100644 index 0000000..f08b38f Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/big4.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/small1.ogg b/assets/minecraft/sounds/mob/slime/small1.ogg new file mode 100644 index 0000000..9397a4a Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/small1.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/small2.ogg b/assets/minecraft/sounds/mob/slime/small2.ogg new file mode 100644 index 0000000..5a4efd0 Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/small2.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/small3.ogg b/assets/minecraft/sounds/mob/slime/small3.ogg new file mode 100644 index 0000000..1a7bfe2 Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/small3.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/small4.ogg b/assets/minecraft/sounds/mob/slime/small4.ogg new file mode 100644 index 0000000..f08b38f Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/small4.ogg differ diff --git a/assets/minecraft/sounds/mob/slime/small5.ogg b/assets/minecraft/sounds/mob/slime/small5.ogg new file mode 100644 index 0000000..c60bd2b Binary files /dev/null and b/assets/minecraft/sounds/mob/slime/small5.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/death.ogg b/assets/minecraft/sounds/mob/spider/death.ogg new file mode 100644 index 0000000..d70c933 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/death.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/say1.ogg b/assets/minecraft/sounds/mob/spider/say1.ogg new file mode 100644 index 0000000..ed6002b Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/say2.ogg b/assets/minecraft/sounds/mob/spider/say2.ogg new file mode 100644 index 0000000..210a1a0 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/say3.ogg b/assets/minecraft/sounds/mob/spider/say3.ogg new file mode 100644 index 0000000..a7e2949 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/say4.ogg b/assets/minecraft/sounds/mob/spider/say4.ogg new file mode 100644 index 0000000..673f543 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/say4.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/step1.ogg b/assets/minecraft/sounds/mob/spider/step1.ogg new file mode 100644 index 0000000..2394977 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/step2.ogg b/assets/minecraft/sounds/mob/spider/step2.ogg new file mode 100644 index 0000000..aa236be Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/step3.ogg b/assets/minecraft/sounds/mob/spider/step3.ogg new file mode 100644 index 0000000..0b6b397 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/spider/step4.ogg b/assets/minecraft/sounds/mob/spider/step4.ogg new file mode 100644 index 0000000..e182164 Binary files /dev/null and b/assets/minecraft/sounds/mob/spider/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/death1.ogg b/assets/minecraft/sounds/mob/stray/death1.ogg new file mode 100644 index 0000000..bd9bd38 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/death1.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/death2.ogg b/assets/minecraft/sounds/mob/stray/death2.ogg new file mode 100644 index 0000000..f38226c Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/death2.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/hurt1.ogg b/assets/minecraft/sounds/mob/stray/hurt1.ogg new file mode 100644 index 0000000..8a73b20 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/hurt2.ogg b/assets/minecraft/sounds/mob/stray/hurt2.ogg new file mode 100644 index 0000000..5f60702 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/hurt3.ogg b/assets/minecraft/sounds/mob/stray/hurt3.ogg new file mode 100644 index 0000000..b1bbf3b Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/hurt4.ogg b/assets/minecraft/sounds/mob/stray/hurt4.ogg new file mode 100644 index 0000000..6dfad64 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/idle1.ogg b/assets/minecraft/sounds/mob/stray/idle1.ogg new file mode 100644 index 0000000..19639d8 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/idle2.ogg b/assets/minecraft/sounds/mob/stray/idle2.ogg new file mode 100644 index 0000000..bdeb939 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/idle3.ogg b/assets/minecraft/sounds/mob/stray/idle3.ogg new file mode 100644 index 0000000..796e2eb Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/idle4.ogg b/assets/minecraft/sounds/mob/stray/idle4.ogg new file mode 100644 index 0000000..796e2eb Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/say1.ogg b/assets/minecraft/sounds/mob/stray/say1.ogg new file mode 100644 index 0000000..19639d8 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/say2.ogg b/assets/minecraft/sounds/mob/stray/say2.ogg new file mode 100644 index 0000000..bdeb939 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/say3.ogg b/assets/minecraft/sounds/mob/stray/say3.ogg new file mode 100644 index 0000000..796e2eb Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/step1.ogg b/assets/minecraft/sounds/mob/stray/step1.ogg new file mode 100644 index 0000000..5dc06ad Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/step2.ogg b/assets/minecraft/sounds/mob/stray/step2.ogg new file mode 100644 index 0000000..405737b Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/step3.ogg b/assets/minecraft/sounds/mob/stray/step3.ogg new file mode 100644 index 0000000..649b1d2 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/stray/step4.ogg b/assets/minecraft/sounds/mob/stray/step4.ogg new file mode 100644 index 0000000..3ca5ff4 Binary files /dev/null and b/assets/minecraft/sounds/mob/stray/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/death.ogg b/assets/minecraft/sounds/mob/wither/death.ogg new file mode 100644 index 0000000..c4b7260 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/death.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/hurt1.ogg b/assets/minecraft/sounds/mob/wither/hurt1.ogg new file mode 100644 index 0000000..ac62c30 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/hurt2.ogg b/assets/minecraft/sounds/mob/wither/hurt2.ogg new file mode 100644 index 0000000..58747bf Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/hurt3.ogg b/assets/minecraft/sounds/mob/wither/hurt3.ogg new file mode 100644 index 0000000..3078fdd Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/hurt4.ogg b/assets/minecraft/sounds/mob/wither/hurt4.ogg new file mode 100644 index 0000000..e1a956c Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/idle1.ogg b/assets/minecraft/sounds/mob/wither/idle1.ogg new file mode 100644 index 0000000..bb933c3 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/idle1.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/idle2.ogg b/assets/minecraft/sounds/mob/wither/idle2.ogg new file mode 100644 index 0000000..1479011 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/idle2.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/idle3.ogg b/assets/minecraft/sounds/mob/wither/idle3.ogg new file mode 100644 index 0000000..dba2d64 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/idle3.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/idle4.ogg b/assets/minecraft/sounds/mob/wither/idle4.ogg new file mode 100644 index 0000000..bb60d80 Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/idle4.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/shoot.ogg b/assets/minecraft/sounds/mob/wither/shoot.ogg new file mode 100644 index 0000000..003f27d Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/shoot.ogg differ diff --git a/assets/minecraft/sounds/mob/wither/spawn.ogg b/assets/minecraft/sounds/mob/wither/spawn.ogg new file mode 100644 index 0000000..7eb99da Binary files /dev/null and b/assets/minecraft/sounds/mob/wither/spawn.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/death.ogg b/assets/minecraft/sounds/mob/witherskeleton/death.ogg new file mode 100644 index 0000000..a753ace Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/death.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/hurt1.ogg b/assets/minecraft/sounds/mob/witherskeleton/hurt1.ogg new file mode 100644 index 0000000..8ef36c4 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/hurt2.ogg b/assets/minecraft/sounds/mob/witherskeleton/hurt2.ogg new file mode 100644 index 0000000..45aae10 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/hurt3.ogg b/assets/minecraft/sounds/mob/witherskeleton/hurt3.ogg new file mode 100644 index 0000000..b202a71 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/hurt4.ogg b/assets/minecraft/sounds/mob/witherskeleton/hurt4.ogg new file mode 100644 index 0000000..b202a71 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/hurt4.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/say1.ogg b/assets/minecraft/sounds/mob/witherskeleton/say1.ogg new file mode 100644 index 0000000..cb4302d Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/say1.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/say2.ogg b/assets/minecraft/sounds/mob/witherskeleton/say2.ogg new file mode 100644 index 0000000..5b14658 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/say2.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/say3.ogg b/assets/minecraft/sounds/mob/witherskeleton/say3.ogg new file mode 100644 index 0000000..836fc2a Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/say3.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/step1.ogg b/assets/minecraft/sounds/mob/witherskeleton/step1.ogg new file mode 100644 index 0000000..5dc06ad Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/step2.ogg b/assets/minecraft/sounds/mob/witherskeleton/step2.ogg new file mode 100644 index 0000000..405737b Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/step3.ogg b/assets/minecraft/sounds/mob/witherskeleton/step3.ogg new file mode 100644 index 0000000..649b1d2 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/witherskeleton/step4.ogg b/assets/minecraft/sounds/mob/witherskeleton/step4.ogg new file mode 100644 index 0000000..3ca5ff4 Binary files /dev/null and b/assets/minecraft/sounds/mob/witherskeleton/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/bark1.ogg b/assets/minecraft/sounds/mob/wolf/bark1.ogg new file mode 100644 index 0000000..35242a3 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/bark1.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/bark2.ogg b/assets/minecraft/sounds/mob/wolf/bark2.ogg new file mode 100644 index 0000000..a350488 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/bark2.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/bark3.ogg b/assets/minecraft/sounds/mob/wolf/bark3.ogg new file mode 100644 index 0000000..9ade344 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/bark3.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/death.ogg b/assets/minecraft/sounds/mob/wolf/death.ogg new file mode 100644 index 0000000..00f5646 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/death.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/growl1.ogg b/assets/minecraft/sounds/mob/wolf/growl1.ogg new file mode 100644 index 0000000..b83ed09 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/growl1.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/growl2.ogg b/assets/minecraft/sounds/mob/wolf/growl2.ogg new file mode 100644 index 0000000..7740194 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/growl2.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/growl3.ogg b/assets/minecraft/sounds/mob/wolf/growl3.ogg new file mode 100644 index 0000000..d26944f Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/growl3.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/howl1.ogg b/assets/minecraft/sounds/mob/wolf/howl1.ogg new file mode 100644 index 0000000..c5b353a Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/howl1.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/howl2.ogg b/assets/minecraft/sounds/mob/wolf/howl2.ogg new file mode 100644 index 0000000..59d161f Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/howl2.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/hurt1.ogg b/assets/minecraft/sounds/mob/wolf/hurt1.ogg new file mode 100644 index 0000000..4bfa977 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/hurt1.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/hurt2.ogg b/assets/minecraft/sounds/mob/wolf/hurt2.ogg new file mode 100644 index 0000000..ace1b19 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/hurt2.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/hurt3.ogg b/assets/minecraft/sounds/mob/wolf/hurt3.ogg new file mode 100644 index 0000000..2080a3e Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/hurt3.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/panting.ogg b/assets/minecraft/sounds/mob/wolf/panting.ogg new file mode 100644 index 0000000..1b6a187 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/panting.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/shake.ogg b/assets/minecraft/sounds/mob/wolf/shake.ogg new file mode 100644 index 0000000..02d0033 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/shake.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/step1.ogg b/assets/minecraft/sounds/mob/wolf/step1.ogg new file mode 100644 index 0000000..4851af6 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/step1.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/step2.ogg b/assets/minecraft/sounds/mob/wolf/step2.ogg new file mode 100644 index 0000000..80595d5 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/step2.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/step3.ogg b/assets/minecraft/sounds/mob/wolf/step3.ogg new file mode 100644 index 0000000..e514847 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/step3.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/step4.ogg b/assets/minecraft/sounds/mob/wolf/step4.ogg new file mode 100644 index 0000000..5316359 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/step4.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/step5.ogg b/assets/minecraft/sounds/mob/wolf/step5.ogg new file mode 100644 index 0000000..c30fa2e Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/step5.ogg differ diff --git a/assets/minecraft/sounds/mob/wolf/whine.ogg b/assets/minecraft/sounds/mob/wolf/whine.ogg new file mode 100644 index 0000000..6520039 Binary files /dev/null and b/assets/minecraft/sounds/mob/wolf/whine.ogg differ diff --git a/assets/minecraft/sounds/portal/portal.ogg b/assets/minecraft/sounds/portal/portal.ogg new file mode 100644 index 0000000..4eeae5e Binary files /dev/null and b/assets/minecraft/sounds/portal/portal.ogg differ diff --git a/assets/minecraft/sounds/portal/travel.ogg b/assets/minecraft/sounds/portal/travel.ogg new file mode 100644 index 0000000..a25919e Binary files /dev/null and b/assets/minecraft/sounds/portal/travel.ogg differ diff --git a/assets/minecraft/sounds/portal/trigger.ogg b/assets/minecraft/sounds/portal/trigger.ogg new file mode 100644 index 0000000..b1a0a93 Binary files /dev/null and b/assets/minecraft/sounds/portal/trigger.ogg differ diff --git a/assets/minecraft/sounds/random/ArcherEventBlack.map b/assets/minecraft/sounds/random/ArcherEventBlack.map new file mode 100644 index 0000000..30e07ab Binary files /dev/null and b/assets/minecraft/sounds/random/ArcherEventBlack.map differ diff --git a/assets/minecraft/sounds/random/chestclosed.ogg b/assets/minecraft/sounds/random/chestclosed.ogg new file mode 100644 index 0000000..9379d34 Binary files /dev/null and b/assets/minecraft/sounds/random/chestclosed.ogg differ diff --git a/assets/minecraft/sounds/random/chestopen.ogg b/assets/minecraft/sounds/random/chestopen.ogg new file mode 100644 index 0000000..7b0b2f2 Binary files /dev/null and b/assets/minecraft/sounds/random/chestopen.ogg differ diff --git a/assets/minecraft/sounds/random/drr.ogg b/assets/minecraft/sounds/random/drr.ogg new file mode 100644 index 0000000..cdabf0f Binary files /dev/null and b/assets/minecraft/sounds/random/drr.ogg differ diff --git a/assets/minecraft/sounds/random/explode.ogg b/assets/minecraft/sounds/random/explode.ogg new file mode 100644 index 0000000..8100192 Binary files /dev/null and b/assets/minecraft/sounds/random/explode.ogg differ diff --git a/assets/minecraft/sounds/tile/piston/in.ogg b/assets/minecraft/sounds/tile/piston/in.ogg new file mode 100644 index 0000000..04b2598 Binary files /dev/null and b/assets/minecraft/sounds/tile/piston/in.ogg differ diff --git a/assets/minecraft/sounds/tile/piston/out.ogg b/assets/minecraft/sounds/tile/piston/out.ogg new file mode 100644 index 0000000..08a6348 Binary files /dev/null and b/assets/minecraft/sounds/tile/piston/out.ogg differ diff --git a/assets/minecraft/textures/block/Thumbs.db b/assets/minecraft/textures/block/Thumbs.db new file mode 100644 index 0000000..b2648c4 Binary files /dev/null and b/assets/minecraft/textures/block/Thumbs.db differ diff --git a/assets/minecraft/textures/block/acacia_bark_top.png b/assets/minecraft/textures/block/acacia_bark_top.png new file mode 100644 index 0000000..1535226 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_bark_top.png differ diff --git a/assets/minecraft/textures/block/acacia_leaves2.png b/assets/minecraft/textures/block/acacia_leaves2.png new file mode 100644 index 0000000..7dbf008 Binary files /dev/null and b/assets/minecraft/textures/block/acacia_leaves2.png differ diff --git a/assets/minecraft/textures/block/activator_rail_on_e.png b/assets/minecraft/textures/block/activator_rail_on_e.png new file mode 100644 index 0000000..840c0ee Binary files /dev/null and b/assets/minecraft/textures/block/activator_rail_on_e.png differ diff --git a/assets/minecraft/textures/block/ancient_debris_side.png b/assets/minecraft/textures/block/ancient_debris_side.png new file mode 100644 index 0000000..fc0e90b Binary files /dev/null and b/assets/minecraft/textures/block/ancient_debris_side.png differ diff --git a/assets/minecraft/textures/block/ancient_debris_top.png b/assets/minecraft/textures/block/ancient_debris_top.png new file mode 100644 index 0000000..081f135 Binary files /dev/null and b/assets/minecraft/textures/block/ancient_debris_top.png differ diff --git a/assets/minecraft/textures/block/anvil.png b/assets/minecraft/textures/block/anvil.png new file mode 100644 index 0000000..a34e2cf Binary files /dev/null and b/assets/minecraft/textures/block/anvil.png differ diff --git a/assets/minecraft/textures/block/basalt_side.png b/assets/minecraft/textures/block/basalt_side.png new file mode 100644 index 0000000..4704883 Binary files /dev/null and b/assets/minecraft/textures/block/basalt_side.png differ diff --git a/assets/minecraft/textures/block/basalt_top.png b/assets/minecraft/textures/block/basalt_top.png new file mode 100644 index 0000000..46d60b1 Binary files /dev/null and b/assets/minecraft/textures/block/basalt_top.png differ diff --git a/assets/minecraft/textures/block/beacon.png.mcmeta b/assets/minecraft/textures/block/beacon.png.mcmeta new file mode 100644 index 0000000..f08f462 --- /dev/null +++ b/assets/minecraft/textures/block/beacon.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 100, + "interpolate": true, + "frames": [0, 1, 2, 3, 4, 5] + } +} diff --git a/assets/minecraft/textures/block/betterleaves/Thumbs.db b/assets/minecraft/textures/block/betterleaves/Thumbs.db new file mode 100644 index 0000000..587be26 Binary files /dev/null and b/assets/minecraft/textures/block/betterleaves/Thumbs.db differ diff --git a/assets/minecraft/textures/block/betterleaves/better_leaves_oak.png b/assets/minecraft/textures/block/betterleaves/better_leaves_oak.png new file mode 100644 index 0000000..79b54e7 Binary files /dev/null and b/assets/minecraft/textures/block/betterleaves/better_leaves_oak.png differ diff --git a/assets/minecraft/textures/block/betterleaves/betterleaves.json b/assets/minecraft/textures/block/betterleaves/betterleaves.json new file mode 100644 index 0000000..9be67b1 --- /dev/null +++ b/assets/minecraft/textures/block/betterleaves/betterleaves.json @@ -0,0 +1,8 @@ +{ + "__comment": "Fair warning, this format is highly likely to change even more in the future!", + "parent": "block/betterleaves/betterleaves", + "textures": { + "all": "blocks/betterleaves/leaves_oak_round", + "extra": "blocks/betterleaves/better_leaves_oak" + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/betterleaves/leaves_oak_round.png b/assets/minecraft/textures/block/betterleaves/leaves_oak_round.png new file mode 100644 index 0000000..7ee10cc Binary files /dev/null and b/assets/minecraft/textures/block/betterleaves/leaves_oak_round.png differ diff --git a/assets/minecraft/textures/block/birch_bark_top.png b/assets/minecraft/textures/block/birch_bark_top.png new file mode 100644 index 0000000..87e7fbe Binary files /dev/null and b/assets/minecraft/textures/block/birch_bark_top.png differ diff --git a/assets/minecraft/textures/block/blackstone.png b/assets/minecraft/textures/block/blackstone.png new file mode 100644 index 0000000..b8f5080 Binary files /dev/null and b/assets/minecraft/textures/block/blackstone.png differ diff --git a/assets/minecraft/textures/block/blackstone.xcf b/assets/minecraft/textures/block/blackstone.xcf new file mode 100644 index 0000000..2c3ecc1 Binary files /dev/null and b/assets/minecraft/textures/block/blackstone.xcf differ diff --git a/assets/minecraft/textures/block/blackstone_top.png b/assets/minecraft/textures/block/blackstone_top.png new file mode 100644 index 0000000..256b5c2 Binary files /dev/null and b/assets/minecraft/textures/block/blackstone_top.png differ diff --git a/assets/minecraft/textures/block/brewing_stand_base_e.png b/assets/minecraft/textures/block/brewing_stand_base_e.png new file mode 100644 index 0000000..2b301d1 Binary files /dev/null and b/assets/minecraft/textures/block/brewing_stand_base_e.png differ diff --git a/assets/minecraft/textures/block/brewing_stand_e.png b/assets/minecraft/textures/block/brewing_stand_e.png new file mode 100644 index 0000000..8a09d8b Binary files /dev/null and b/assets/minecraft/textures/block/brewing_stand_e.png differ diff --git a/assets/minecraft/textures/block/brick5.png b/assets/minecraft/textures/block/brick5.png new file mode 100644 index 0000000..ae43a0b Binary files /dev/null and b/assets/minecraft/textures/block/brick5.png differ diff --git a/assets/minecraft/textures/block/brick6.png b/assets/minecraft/textures/block/brick6.png new file mode 100644 index 0000000..a1be4a6 Binary files /dev/null and b/assets/minecraft/textures/block/brick6.png differ diff --git a/assets/minecraft/textures/block/brick7.png b/assets/minecraft/textures/block/brick7.png new file mode 100644 index 0000000..0458f95 Binary files /dev/null and b/assets/minecraft/textures/block/brick7.png differ diff --git a/assets/minecraft/textures/block/chain.png b/assets/minecraft/textures/block/chain.png new file mode 100644 index 0000000..99ff63d Binary files /dev/null and b/assets/minecraft/textures/block/chain.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_back_e.png b/assets/minecraft/textures/block/chain_command_block_back_e.png new file mode 100644 index 0000000..e69f4ee Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_back_e.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_back_e.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_back_e.png.mcmeta new file mode 100644 index 0000000..c794959 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_back_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/chain_command_block_front_e.png b/assets/minecraft/textures/block/chain_command_block_front_e.png new file mode 100644 index 0000000..99d79d3 Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_front_e.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_front_e.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_front_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_front_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/chain_command_block_side_e.png b/assets/minecraft/textures/block/chain_command_block_side_e.png new file mode 100644 index 0000000..e3ed81f Binary files /dev/null and b/assets/minecraft/textures/block/chain_command_block_side_e.png differ diff --git a/assets/minecraft/textures/block/chain_command_block_side_e.png.mcmeta b/assets/minecraft/textures/block/chain_command_block_side_e.png.mcmeta new file mode 100644 index 0000000..c794959 --- /dev/null +++ b/assets/minecraft/textures/block/chain_command_block_side_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/chiseld_red_sandstone1.png b/assets/minecraft/textures/block/chiseld_red_sandstone1.png new file mode 100644 index 0000000..a24d6f4 Binary files /dev/null and b/assets/minecraft/textures/block/chiseld_red_sandstone1.png differ diff --git a/assets/minecraft/textures/block/chiseled_nether_bricks.png b/assets/minecraft/textures/block/chiseled_nether_bricks.png new file mode 100644 index 0000000..0999bb2 Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_nether_bricks.png differ diff --git a/assets/minecraft/textures/block/chiseled_polished_blackstone.png b/assets/minecraft/textures/block/chiseled_polished_blackstone.png new file mode 100644 index 0000000..a95d46b Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_polished_blackstone.png differ diff --git a/assets/minecraft/textures/block/chiseled_polished_blackstone_bricks.png b/assets/minecraft/textures/block/chiseled_polished_blackstone_bricks.png new file mode 100644 index 0000000..3be6f2c Binary files /dev/null and b/assets/minecraft/textures/block/chiseled_polished_blackstone_bricks.png differ diff --git a/assets/minecraft/textures/block/chorus_flower_dead_e.png b/assets/minecraft/textures/block/chorus_flower_dead_e.png new file mode 100644 index 0000000..5fc0678 Binary files /dev/null and b/assets/minecraft/textures/block/chorus_flower_dead_e.png differ diff --git a/assets/minecraft/textures/block/chorus_flower_e.png b/assets/minecraft/textures/block/chorus_flower_e.png new file mode 100644 index 0000000..c64d927 Binary files /dev/null and b/assets/minecraft/textures/block/chorus_flower_e.png differ diff --git a/assets/minecraft/textures/block/command_block_back_e.png b/assets/minecraft/textures/block/command_block_back_e.png new file mode 100644 index 0000000..3c0bd92 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_back_e.png differ diff --git a/assets/minecraft/textures/block/command_block_back_e.png.mcmeta b/assets/minecraft/textures/block/command_block_back_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_back_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/command_block_front_e.png b/assets/minecraft/textures/block/command_block_front_e.png new file mode 100644 index 0000000..3726e90 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_front_e.png differ diff --git a/assets/minecraft/textures/block/command_block_front_e.png.mcmeta b/assets/minecraft/textures/block/command_block_front_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_front_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/command_block_side_e.png b/assets/minecraft/textures/block/command_block_side_e.png new file mode 100644 index 0000000..da04676 Binary files /dev/null and b/assets/minecraft/textures/block/command_block_side_e.png differ diff --git a/assets/minecraft/textures/block/command_block_side_e.png.mcmeta b/assets/minecraft/textures/block/command_block_side_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/command_block_side_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/cracked_nether_bricks.png b/assets/minecraft/textures/block/cracked_nether_bricks.png new file mode 100644 index 0000000..5191eca Binary files /dev/null and b/assets/minecraft/textures/block/cracked_nether_bricks.png differ diff --git a/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png b/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png new file mode 100644 index 0000000..732914e Binary files /dev/null and b/assets/minecraft/textures/block/cracked_polished_blackstone_bricks.png differ diff --git a/assets/minecraft/textures/block/crimson_door_bottom.png b/assets/minecraft/textures/block/crimson_door_bottom.png new file mode 100644 index 0000000..6ba449d Binary files /dev/null and b/assets/minecraft/textures/block/crimson_door_bottom.png differ diff --git a/assets/minecraft/textures/block/crimson_door_top.png b/assets/minecraft/textures/block/crimson_door_top.png new file mode 100644 index 0000000..6461ef1 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_door_top.png differ diff --git a/assets/minecraft/textures/block/crimson_fungus.png b/assets/minecraft/textures/block/crimson_fungus.png new file mode 100644 index 0000000..c126844 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_fungus.png differ diff --git a/assets/minecraft/textures/block/crimson_fungus_e.png b/assets/minecraft/textures/block/crimson_fungus_e.png new file mode 100644 index 0000000..13dc488 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_fungus_e.png differ diff --git a/assets/minecraft/textures/block/crimson_nylium.png b/assets/minecraft/textures/block/crimson_nylium.png new file mode 100644 index 0000000..4f3e4c2 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_nylium.png differ diff --git a/assets/minecraft/textures/block/crimson_nylium_side.png b/assets/minecraft/textures/block/crimson_nylium_side.png new file mode 100644 index 0000000..0a021a1 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_nylium_side.png differ diff --git a/assets/minecraft/textures/block/crimson_planks.png b/assets/minecraft/textures/block/crimson_planks.png new file mode 100644 index 0000000..84b137e Binary files /dev/null and b/assets/minecraft/textures/block/crimson_planks.png differ diff --git a/assets/minecraft/textures/block/crimson_roots.png b/assets/minecraft/textures/block/crimson_roots.png new file mode 100644 index 0000000..58134fd Binary files /dev/null and b/assets/minecraft/textures/block/crimson_roots.png differ diff --git a/assets/minecraft/textures/block/crimson_roots_pot.png b/assets/minecraft/textures/block/crimson_roots_pot.png new file mode 100644 index 0000000..596282f Binary files /dev/null and b/assets/minecraft/textures/block/crimson_roots_pot.png differ diff --git a/assets/minecraft/textures/block/crimson_stem.png b/assets/minecraft/textures/block/crimson_stem.png new file mode 100644 index 0000000..b954d72 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_stem.png differ diff --git a/assets/minecraft/textures/block/crimson_stem_top.png b/assets/minecraft/textures/block/crimson_stem_top.png new file mode 100644 index 0000000..259f8c8 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_stem_top.png differ diff --git a/assets/minecraft/textures/block/crimson_trapdoor.png b/assets/minecraft/textures/block/crimson_trapdoor.png new file mode 100644 index 0000000..48a29b7 Binary files /dev/null and b/assets/minecraft/textures/block/crimson_trapdoor.png differ diff --git a/assets/minecraft/textures/block/crying_obsidian.png b/assets/minecraft/textures/block/crying_obsidian.png new file mode 100644 index 0000000..f8dfd00 Binary files /dev/null and b/assets/minecraft/textures/block/crying_obsidian.png differ diff --git a/assets/minecraft/textures/block/cut_sandstone1.png b/assets/minecraft/textures/block/cut_sandstone1.png new file mode 100644 index 0000000..5f18de6 Binary files /dev/null and b/assets/minecraft/textures/block/cut_sandstone1.png differ diff --git a/assets/minecraft/textures/block/cut_sandstone2.png b/assets/minecraft/textures/block/cut_sandstone2.png new file mode 100644 index 0000000..4b3e387 Binary files /dev/null and b/assets/minecraft/textures/block/cut_sandstone2.png differ diff --git a/assets/minecraft/textures/block/cut_sandstone3.png b/assets/minecraft/textures/block/cut_sandstone3.png new file mode 100644 index 0000000..ef8d3f6 Binary files /dev/null and b/assets/minecraft/textures/block/cut_sandstone3.png differ diff --git a/assets/minecraft/textures/block/dark_oak_bark_top.png b/assets/minecraft/textures/block/dark_oak_bark_top.png new file mode 100644 index 0000000..aa5d7b4 Binary files /dev/null and b/assets/minecraft/textures/block/dark_oak_bark_top.png differ diff --git a/assets/minecraft/textures/block/dark_prismarine2.png b/assets/minecraft/textures/block/dark_prismarine2.png new file mode 100644 index 0000000..1787789 Binary files /dev/null and b/assets/minecraft/textures/block/dark_prismarine2.png differ diff --git a/assets/minecraft/textures/block/desktop.ini b/assets/minecraft/textures/block/desktop.ini new file mode 100644 index 0000000..d9df4aa --- /dev/null +++ b/assets/minecraft/textures/block/desktop.ini @@ -0,0 +1,38 @@ +[LocalizedFileNames] +magma.png=@magma,0 +magma.png.mcmeta=@magma.png,0 +cobble_wall_top.png=@cobble_wall_top,0 +mossy_cobblestone.png=@mossy_cobblestone,0 +cobble_mossy_wall_side.png=@cobble_mossy_wall_side,0 +cobble_wall_side.png=@cobble_wall_side,0 +cobblestone1.png=@cobblestone1,0 +cobblestone2.png=@cobblestone2,0 +cobblestone.png=@cobblestone,0 +cobble_mossy_wall_top.png=@cobble_mossy_wall_top,0 +smooth_stone.png=@smooth_stone,0 +smooth_stone_slab_side.png=@smooth_stone_slab_side,0 +quartz_pillar_top.png=@quartz_pillar_top,0 +quartz_pillar.png=@quartz_pillar,0 +quartz_block_top.png=@quartz_block_top,0 +quartz_block_bottom.png=@quartz_block_bottom,0 +quartz_block_side.png=@quartz_block_side,0 +chiseled_quartz_block_top.png=@chiseled_quartz_block_top,0 +chiseled_quartz_block.png=@chiseled_quartz_block,0 +orange_tulip.png=@orange_tulip,0 +anvil_base.png=@anvil_base,0 +anvil_side.png=@anvil_side,0 +anvil_top.png=@anvil_top,0 +anvil.png=@anvil,0 +chipped_anvil_top.png=@chipped_anvil_top,0 +damaged_anvil_top.png=@damaged_anvil_top,0 +stripped_birch_log.png=@stripped_birch_log,0 +stripped_birch_log_top.png=@stripped_birch_log_top,0 +birch_planks1.png=@birch_planks1,0 +nether_bricks_fence.png=@nether_bricks_fence,0 +nether_bricks.png=@nether_bricks,0 +light_blue_wool.png=@light_blue_wool,0 +nether_wart_block.png=@nether_wart_block,0 +prismarine_bricks.png=@prismarine_bricks,0 +prismarine.png=@prismarine,0 +prismarine.png.mcmeta=@prismarine.png,0 +mossy_stone_bricks.png=@mossy_stone_bricks,0 diff --git a/assets/minecraft/textures/block/detector_rail_on_e.png b/assets/minecraft/textures/block/detector_rail_on_e.png new file mode 100644 index 0000000..28c0b2d Binary files /dev/null and b/assets/minecraft/textures/block/detector_rail_on_e.png differ diff --git a/assets/minecraft/textures/block/dried_kelp_side_mirror.png b/assets/minecraft/textures/block/dried_kelp_side_mirror.png new file mode 100644 index 0000000..aef67d1 Binary files /dev/null and b/assets/minecraft/textures/block/dried_kelp_side_mirror.png differ diff --git a/assets/minecraft/textures/block/empty_armor_slot_boots.png b/assets/minecraft/textures/block/empty_armor_slot_boots.png new file mode 100644 index 0000000..5ff0937 Binary files /dev/null and b/assets/minecraft/textures/block/empty_armor_slot_boots.png differ diff --git a/assets/minecraft/textures/block/empty_armor_slot_chestplate.png b/assets/minecraft/textures/block/empty_armor_slot_chestplate.png new file mode 100644 index 0000000..8bdba6d Binary files /dev/null and b/assets/minecraft/textures/block/empty_armor_slot_chestplate.png differ diff --git a/assets/minecraft/textures/block/empty_armor_slot_helmet.png b/assets/minecraft/textures/block/empty_armor_slot_helmet.png new file mode 100644 index 0000000..850243e Binary files /dev/null and b/assets/minecraft/textures/block/empty_armor_slot_helmet.png differ diff --git a/assets/minecraft/textures/block/empty_armor_slot_leggings.png b/assets/minecraft/textures/block/empty_armor_slot_leggings.png new file mode 100644 index 0000000..2bafb24 Binary files /dev/null and b/assets/minecraft/textures/block/empty_armor_slot_leggings.png differ diff --git a/assets/minecraft/textures/block/empty_armor_slot_shield.png b/assets/minecraft/textures/block/empty_armor_slot_shield.png new file mode 100644 index 0000000..8533a5c Binary files /dev/null and b/assets/minecraft/textures/block/empty_armor_slot_shield.png differ diff --git a/assets/minecraft/textures/block/end_portal_frame_side_e.png b/assets/minecraft/textures/block/end_portal_frame_side_e.png new file mode 100644 index 0000000..cbea107 Binary files /dev/null and b/assets/minecraft/textures/block/end_portal_frame_side_e.png differ diff --git a/assets/minecraft/textures/block/fail_bricks3.png b/assets/minecraft/textures/block/fail_bricks3.png new file mode 100644 index 0000000..4caaeac Binary files /dev/null and b/assets/minecraft/textures/block/fail_bricks3.png differ diff --git a/assets/minecraft/textures/block/fence_acacia.png b/assets/minecraft/textures/block/fence_acacia.png new file mode 100644 index 0000000..b8a837e Binary files /dev/null and b/assets/minecraft/textures/block/fence_acacia.png differ diff --git a/assets/minecraft/textures/block/fence_big_oak.png b/assets/minecraft/textures/block/fence_big_oak.png new file mode 100644 index 0000000..82db240 Binary files /dev/null and b/assets/minecraft/textures/block/fence_big_oak.png differ diff --git a/assets/minecraft/textures/block/fence_birch.png b/assets/minecraft/textures/block/fence_birch.png new file mode 100644 index 0000000..3d319db Binary files /dev/null and b/assets/minecraft/textures/block/fence_birch.png differ diff --git a/assets/minecraft/textures/block/fence_gate_acacia.png b/assets/minecraft/textures/block/fence_gate_acacia.png new file mode 100644 index 0000000..d16bfa1 Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_acacia.png differ diff --git a/assets/minecraft/textures/block/fence_gate_big_oak.png b/assets/minecraft/textures/block/fence_gate_big_oak.png new file mode 100644 index 0000000..519b074 Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_big_oak.png differ diff --git a/assets/minecraft/textures/block/fence_gate_birch.png b/assets/minecraft/textures/block/fence_gate_birch.png new file mode 100644 index 0000000..49d81f4 Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_birch.png differ diff --git a/assets/minecraft/textures/block/fence_gate_jungle.png b/assets/minecraft/textures/block/fence_gate_jungle.png new file mode 100644 index 0000000..2543f60 Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_jungle.png differ diff --git a/assets/minecraft/textures/block/fence_gate_oak.png b/assets/minecraft/textures/block/fence_gate_oak.png new file mode 100644 index 0000000..3ffeb6e Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_oak.png differ diff --git a/assets/minecraft/textures/block/fence_gate_spruce.png b/assets/minecraft/textures/block/fence_gate_spruce.png new file mode 100644 index 0000000..99463d7 Binary files /dev/null and b/assets/minecraft/textures/block/fence_gate_spruce.png differ diff --git a/assets/minecraft/textures/block/fence_jungle.png b/assets/minecraft/textures/block/fence_jungle.png new file mode 100644 index 0000000..d32c703 Binary files /dev/null and b/assets/minecraft/textures/block/fence_jungle.png differ diff --git a/assets/minecraft/textures/block/fence_nether_bricks.png b/assets/minecraft/textures/block/fence_nether_bricks.png new file mode 100644 index 0000000..c065720 Binary files /dev/null and b/assets/minecraft/textures/block/fence_nether_bricks.png differ diff --git a/assets/minecraft/textures/block/fence_oak.png b/assets/minecraft/textures/block/fence_oak.png new file mode 100644 index 0000000..52c8317 Binary files /dev/null and b/assets/minecraft/textures/block/fence_oak.png differ diff --git a/assets/minecraft/textures/block/fence_spruce.png b/assets/minecraft/textures/block/fence_spruce.png new file mode 100644 index 0000000..11a10f7 Binary files /dev/null and b/assets/minecraft/textures/block/fence_spruce.png differ diff --git a/assets/minecraft/textures/block/fence_wooden.png b/assets/minecraft/textures/block/fence_wooden.png new file mode 100644 index 0000000..421ce56 Binary files /dev/null and b/assets/minecraft/textures/block/fence_wooden.png differ diff --git a/assets/minecraft/textures/block/gilded_blackstone.png b/assets/minecraft/textures/block/gilded_blackstone.png new file mode 100644 index 0000000..1ea102c Binary files /dev/null and b/assets/minecraft/textures/block/gilded_blackstone.png differ diff --git a/assets/minecraft/textures/block/grass3.png b/assets/minecraft/textures/block/grass3.png new file mode 100644 index 0000000..0fb77a8 Binary files /dev/null and b/assets/minecraft/textures/block/grass3.png differ diff --git a/assets/minecraft/textures/block/grass4.png b/assets/minecraft/textures/block/grass4.png new file mode 100644 index 0000000..dce51b9 Binary files /dev/null and b/assets/minecraft/textures/block/grass4.png differ diff --git a/assets/minecraft/textures/block/grass_topextra.png b/assets/minecraft/textures/block/grass_topextra.png new file mode 100644 index 0000000..a84fc2a Binary files /dev/null and b/assets/minecraft/textures/block/grass_topextra.png differ diff --git a/assets/minecraft/textures/block/grass_topextra1.png b/assets/minecraft/textures/block/grass_topextra1.png new file mode 100644 index 0000000..1e919a9 Binary files /dev/null and b/assets/minecraft/textures/block/grass_topextra1.png differ diff --git a/assets/minecraft/textures/block/itemframe_border.png b/assets/minecraft/textures/block/itemframe_border.png new file mode 100644 index 0000000..e376c6a Binary files /dev/null and b/assets/minecraft/textures/block/itemframe_border.png differ diff --git a/assets/minecraft/textures/block/jungle_bark_top.png b/assets/minecraft/textures/block/jungle_bark_top.png new file mode 100644 index 0000000..8130197 Binary files /dev/null and b/assets/minecraft/textures/block/jungle_bark_top.png differ diff --git a/assets/minecraft/textures/block/lodestone_side.png b/assets/minecraft/textures/block/lodestone_side.png new file mode 100644 index 0000000..c9464b0 Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_side.png differ diff --git a/assets/minecraft/textures/block/lodestone_top.png b/assets/minecraft/textures/block/lodestone_top.png new file mode 100644 index 0000000..9c36b9a Binary files /dev/null and b/assets/minecraft/textures/block/lodestone_top.png differ diff --git a/assets/minecraft/textures/block/loom_bottom1.png b/assets/minecraft/textures/block/loom_bottom1.png new file mode 100644 index 0000000..e3782e9 Binary files /dev/null and b/assets/minecraft/textures/block/loom_bottom1.png differ diff --git a/assets/minecraft/textures/block/loom_front1.png b/assets/minecraft/textures/block/loom_front1.png new file mode 100644 index 0000000..7c0137d Binary files /dev/null and b/assets/minecraft/textures/block/loom_front1.png differ diff --git a/assets/minecraft/textures/block/loom_side1.png b/assets/minecraft/textures/block/loom_side1.png new file mode 100644 index 0000000..b4ba89d Binary files /dev/null and b/assets/minecraft/textures/block/loom_side1.png differ diff --git a/assets/minecraft/textures/block/loom_top1.png b/assets/minecraft/textures/block/loom_top1.png new file mode 100644 index 0000000..e3ada2d Binary files /dev/null and b/assets/minecraft/textures/block/loom_top1.png differ diff --git a/assets/minecraft/textures/block/magma2.png b/assets/minecraft/textures/block/magma2.png new file mode 100644 index 0000000..d9b7e49 Binary files /dev/null and b/assets/minecraft/textures/block/magma2.png differ diff --git a/assets/minecraft/textures/block/magma2.png.mcmeta b/assets/minecraft/textures/block/magma2.png.mcmeta new file mode 100644 index 0000000..9bc6d5a --- /dev/null +++ b/assets/minecraft/textures/block/magma2.png.mcmeta @@ -0,0 +1,24 @@ +{ + "animation": { + "frametime": 16, + "interpolate": true, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/assets/minecraft/textures/block/nether_brick_fence.png b/assets/minecraft/textures/block/nether_brick_fence.png new file mode 100644 index 0000000..63a8227 Binary files /dev/null and b/assets/minecraft/textures/block/nether_brick_fence.png differ diff --git a/assets/minecraft/textures/block/nether_brick_fence_side.png b/assets/minecraft/textures/block/nether_brick_fence_side.png new file mode 100644 index 0000000..f8b9353 Binary files /dev/null and b/assets/minecraft/textures/block/nether_brick_fence_side.png differ diff --git a/assets/minecraft/textures/block/nether_brick_fence_sidexyz.png b/assets/minecraft/textures/block/nether_brick_fence_sidexyz.png new file mode 100644 index 0000000..3c04296 Binary files /dev/null and b/assets/minecraft/textures/block/nether_brick_fence_sidexyz.png differ diff --git a/assets/minecraft/textures/block/nether_brick_fence_top.png b/assets/minecraft/textures/block/nether_brick_fence_top.png new file mode 100644 index 0000000..42731e9 Binary files /dev/null and b/assets/minecraft/textures/block/nether_brick_fence_top.png differ diff --git a/assets/minecraft/textures/block/nether_brick_fence_topxyz.png b/assets/minecraft/textures/block/nether_brick_fence_topxyz.png new file mode 100644 index 0000000..4d8f4fb Binary files /dev/null and b/assets/minecraft/textures/block/nether_brick_fence_topxyz.png differ diff --git a/assets/minecraft/textures/block/nether_gold_ore.png b/assets/minecraft/textures/block/nether_gold_ore.png new file mode 100644 index 0000000..0e3ebe9 Binary files /dev/null and b/assets/minecraft/textures/block/nether_gold_ore.png differ diff --git a/assets/minecraft/textures/block/nether_gold_ore1.png b/assets/minecraft/textures/block/nether_gold_ore1.png new file mode 100644 index 0000000..a89f614 Binary files /dev/null and b/assets/minecraft/textures/block/nether_gold_ore1.png differ diff --git a/assets/minecraft/textures/block/nether_sprouts.png b/assets/minecraft/textures/block/nether_sprouts.png new file mode 100644 index 0000000..e096af7 Binary files /dev/null and b/assets/minecraft/textures/block/nether_sprouts.png differ diff --git a/assets/minecraft/textures/block/netherite_block.png b/assets/minecraft/textures/block/netherite_block.png new file mode 100644 index 0000000..6d3b2ef Binary files /dev/null and b/assets/minecraft/textures/block/netherite_block.png differ diff --git a/assets/minecraft/textures/block/netherite_block_e.png b/assets/minecraft/textures/block/netherite_block_e.png new file mode 100644 index 0000000..d2c34fb Binary files /dev/null and b/assets/minecraft/textures/block/netherite_block_e.png differ diff --git a/assets/minecraft/textures/block/netherite_block_top.png b/assets/minecraft/textures/block/netherite_block_top.png new file mode 100644 index 0000000..20c53ca Binary files /dev/null and b/assets/minecraft/textures/block/netherite_block_top.png differ diff --git a/assets/minecraft/textures/block/oak_bark_top.png b/assets/minecraft/textures/block/oak_bark_top.png new file mode 100644 index 0000000..393507d Binary files /dev/null and b/assets/minecraft/textures/block/oak_bark_top.png differ diff --git a/assets/minecraft/textures/block/oak_fence_side2.png b/assets/minecraft/textures/block/oak_fence_side2.png new file mode 100644 index 0000000..04d8b30 Binary files /dev/null and b/assets/minecraft/textures/block/oak_fence_side2.png differ diff --git a/assets/minecraft/textures/block/observer_front_e.png b/assets/minecraft/textures/block/observer_front_e.png new file mode 100644 index 0000000..0553586 Binary files /dev/null and b/assets/minecraft/textures/block/observer_front_e.png differ diff --git a/assets/minecraft/textures/block/observer_front_e.png.mcmeta b/assets/minecraft/textures/block/observer_front_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/observer_front_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/polished_basalt_side.png b/assets/minecraft/textures/block/polished_basalt_side.png new file mode 100644 index 0000000..3f13dd0 Binary files /dev/null and b/assets/minecraft/textures/block/polished_basalt_side.png differ diff --git a/assets/minecraft/textures/block/polished_basalt_top.png b/assets/minecraft/textures/block/polished_basalt_top.png new file mode 100644 index 0000000..2bec861 Binary files /dev/null and b/assets/minecraft/textures/block/polished_basalt_top.png differ diff --git a/assets/minecraft/textures/block/polished_blackstone.png b/assets/minecraft/textures/block/polished_blackstone.png new file mode 100644 index 0000000..282e61c Binary files /dev/null and b/assets/minecraft/textures/block/polished_blackstone.png differ diff --git a/assets/minecraft/textures/block/polished_blackstone_bricks.png b/assets/minecraft/textures/block/polished_blackstone_bricks.png new file mode 100644 index 0000000..a023e86 Binary files /dev/null and b/assets/minecraft/textures/block/polished_blackstone_bricks.png differ diff --git a/assets/minecraft/textures/block/polished_blackstone_bricks1.png b/assets/minecraft/textures/block/polished_blackstone_bricks1.png new file mode 100644 index 0000000..deedda9 Binary files /dev/null and b/assets/minecraft/textures/block/polished_blackstone_bricks1.png differ diff --git a/assets/minecraft/textures/block/polished_blackstone_bricks2.png b/assets/minecraft/textures/block/polished_blackstone_bricks2.png new file mode 100644 index 0000000..9b135a1 Binary files /dev/null and b/assets/minecraft/textures/block/polished_blackstone_bricks2.png differ diff --git a/assets/minecraft/textures/block/powered_rail_on_e.png b/assets/minecraft/textures/block/powered_rail_on_e.png new file mode 100644 index 0000000..fdc5bb2 Binary files /dev/null and b/assets/minecraft/textures/block/powered_rail_on_e.png differ diff --git a/assets/minecraft/textures/block/powered_rail_on_e.png.mcmeta b/assets/minecraft/textures/block/powered_rail_on_e.png.mcmeta new file mode 100644 index 0000000..ade8b5a --- /dev/null +++ b/assets/minecraft/textures/block/powered_rail_on_e.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 1, + "frames": [0, 1] + } +} + diff --git a/assets/minecraft/textures/block/quartz_bricks.png b/assets/minecraft/textures/block/quartz_bricks.png new file mode 100644 index 0000000..03f08fc Binary files /dev/null and b/assets/minecraft/textures/block/quartz_bricks.png differ diff --git a/assets/minecraft/textures/block/red_sandstonel1.png b/assets/minecraft/textures/block/red_sandstonel1.png new file mode 100644 index 0000000..595ed34 Binary files /dev/null and b/assets/minecraft/textures/block/red_sandstonel1.png differ diff --git a/assets/minecraft/textures/block/redstone_torch_e.png b/assets/minecraft/textures/block/redstone_torch_e.png new file mode 100644 index 0000000..efe0f1b Binary files /dev/null and b/assets/minecraft/textures/block/redstone_torch_e.png differ diff --git a/assets/minecraft/textures/block/reeds.png b/assets/minecraft/textures/block/reeds.png new file mode 100644 index 0000000..c7fa25c Binary files /dev/null and b/assets/minecraft/textures/block/reeds.png differ diff --git a/assets/minecraft/textures/block/reeds_extra.png b/assets/minecraft/textures/block/reeds_extra.png new file mode 100644 index 0000000..7cbfec8 Binary files /dev/null and b/assets/minecraft/textures/block/reeds_extra.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_back_e.png b/assets/minecraft/textures/block/repeating_command_block_back_e.png new file mode 100644 index 0000000..f60d70c Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_back_e.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_back_e.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_back_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_back_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/repeating_command_block_front_e.png b/assets/minecraft/textures/block/repeating_command_block_front_e.png new file mode 100644 index 0000000..b1ae9b2 Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_front_e.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_front_e.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_front_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_front_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/repeating_command_block_side_e.png b/assets/minecraft/textures/block/repeating_command_block_side_e.png new file mode 100644 index 0000000..c9bac41 Binary files /dev/null and b/assets/minecraft/textures/block/repeating_command_block_side_e.png differ diff --git a/assets/minecraft/textures/block/repeating_command_block_side_e.png.mcmeta b/assets/minecraft/textures/block/repeating_command_block_side_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/repeating_command_block_side_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/respawn_anchor_bottom.png b/assets/minecraft/textures/block/respawn_anchor_bottom.png new file mode 100644 index 0000000..c9cef78 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_bottom.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_side0.png b/assets/minecraft/textures/block/respawn_anchor_side0.png new file mode 100644 index 0000000..00cc294 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_side0.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_side1.png b/assets/minecraft/textures/block/respawn_anchor_side1.png new file mode 100644 index 0000000..069f787 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_side1.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_side2.png b/assets/minecraft/textures/block/respawn_anchor_side2.png new file mode 100644 index 0000000..0384036 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_side2.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_side3.png b/assets/minecraft/textures/block/respawn_anchor_side3.png new file mode 100644 index 0000000..30b7769 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_side3.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_side4.png b/assets/minecraft/textures/block/respawn_anchor_side4.png new file mode 100644 index 0000000..11e654a Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_side4.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_top.png b/assets/minecraft/textures/block/respawn_anchor_top.png new file mode 100644 index 0000000..f25d4c4 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_top.png differ diff --git a/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta b/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/assets/minecraft/textures/block/respawn_anchor_top.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/respawn_anchor_top_off.png b/assets/minecraft/textures/block/respawn_anchor_top_off.png new file mode 100644 index 0000000..2ac2ea6 Binary files /dev/null and b/assets/minecraft/textures/block/respawn_anchor_top_off.png differ diff --git a/assets/minecraft/textures/block/sand4.png b/assets/minecraft/textures/block/sand4.png new file mode 100644 index 0000000..cf1b517 Binary files /dev/null and b/assets/minecraft/textures/block/sand4.png differ diff --git a/assets/minecraft/textures/block/sea_lantern2.png b/assets/minecraft/textures/block/sea_lantern2.png new file mode 100644 index 0000000..ac1c116 Binary files /dev/null and b/assets/minecraft/textures/block/sea_lantern2.png differ diff --git a/assets/minecraft/textures/block/sea_lantern2.png.mcmeta b/assets/minecraft/textures/block/sea_lantern2.png.mcmeta new file mode 100644 index 0000000..7e6325b --- /dev/null +++ b/assets/minecraft/textures/block/sea_lantern2.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 60, + "interpolate": true, + "frames": [0, 1, 2, 3] + } +} diff --git a/assets/minecraft/textures/block/shroomlight.png b/assets/minecraft/textures/block/shroomlight.png new file mode 100644 index 0000000..eec3c3b Binary files /dev/null and b/assets/minecraft/textures/block/shroomlight.png differ diff --git a/assets/minecraft/textures/block/smithing_table_bottom2.png b/assets/minecraft/textures/block/smithing_table_bottom2.png new file mode 100644 index 0000000..4943ee0 Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_bottom2.png differ diff --git a/assets/minecraft/textures/block/smithing_table_front2.png b/assets/minecraft/textures/block/smithing_table_front2.png new file mode 100644 index 0000000..1cb1fcb Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_front2.png differ diff --git a/assets/minecraft/textures/block/smithing_table_side2.png b/assets/minecraft/textures/block/smithing_table_side2.png new file mode 100644 index 0000000..4805048 Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_side2.png differ diff --git a/assets/minecraft/textures/block/smithing_table_top2.png b/assets/minecraft/textures/block/smithing_table_top2.png new file mode 100644 index 0000000..0c3bf50 Binary files /dev/null and b/assets/minecraft/textures/block/smithing_table_top2.png differ diff --git a/assets/minecraft/textures/block/soul_campfire_fire.png b/assets/minecraft/textures/block/soul_campfire_fire.png new file mode 100644 index 0000000..b73ae37 Binary files /dev/null and b/assets/minecraft/textures/block/soul_campfire_fire.png differ diff --git a/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta b/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta new file mode 100644 index 0000000..0645f48 --- /dev/null +++ b/assets/minecraft/textures/block/soul_campfire_fire.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/assets/minecraft/textures/block/soul_campfire_log_lit.png b/assets/minecraft/textures/block/soul_campfire_log_lit.png new file mode 100644 index 0000000..86844bf Binary files /dev/null and b/assets/minecraft/textures/block/soul_campfire_log_lit.png differ diff --git a/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta b/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta new file mode 100644 index 0000000..265854e --- /dev/null +++ b/assets/minecraft/textures/block/soul_campfire_log_lit.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": true, + "frametime": 20 + } +} diff --git a/assets/minecraft/textures/block/soul_fire_0.png b/assets/minecraft/textures/block/soul_fire_0.png new file mode 100644 index 0000000..bd7f433 Binary files /dev/null and b/assets/minecraft/textures/block/soul_fire_0.png differ diff --git a/assets/minecraft/textures/block/soul_fire_0.png.mcmeta b/assets/minecraft/textures/block/soul_fire_0.png.mcmeta new file mode 100644 index 0000000..90eb1e5 --- /dev/null +++ b/assets/minecraft/textures/block/soul_fire_0.png.mcmeta @@ -0,0 +1,15 @@ +{ + + "animation": { + + "frametime": 2, + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7] + + } + +} + diff --git a/assets/minecraft/textures/block/soul_fire_1.png b/assets/minecraft/textures/block/soul_fire_1.png new file mode 100644 index 0000000..bd7f433 Binary files /dev/null and b/assets/minecraft/textures/block/soul_fire_1.png differ diff --git a/assets/minecraft/textures/block/soul_fire_1.png.mcmeta b/assets/minecraft/textures/block/soul_fire_1.png.mcmeta new file mode 100644 index 0000000..90eb1e5 --- /dev/null +++ b/assets/minecraft/textures/block/soul_fire_1.png.mcmeta @@ -0,0 +1,15 @@ +{ + + "animation": { + + "frametime": 2, + "frames": [ +0, + 1, 2, 3, 4, + 5, + 6, 7] + + } + +} + diff --git a/assets/minecraft/textures/block/soul_lantern.png b/assets/minecraft/textures/block/soul_lantern.png new file mode 100644 index 0000000..736eec9 Binary files /dev/null and b/assets/minecraft/textures/block/soul_lantern.png differ diff --git a/assets/minecraft/textures/block/soul_lantern.png.mcmeta b/assets/minecraft/textures/block/soul_lantern.png.mcmeta new file mode 100644 index 0000000..5169aab --- /dev/null +++ b/assets/minecraft/textures/block/soul_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 8 + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/block/soul_soil.png b/assets/minecraft/textures/block/soul_soil.png new file mode 100644 index 0000000..661f2d5 Binary files /dev/null and b/assets/minecraft/textures/block/soul_soil.png differ diff --git a/assets/minecraft/textures/block/soul_torch.png b/assets/minecraft/textures/block/soul_torch.png new file mode 100644 index 0000000..24e9c73 Binary files /dev/null and b/assets/minecraft/textures/block/soul_torch.png differ diff --git a/assets/minecraft/textures/block/soul_torch_e.png b/assets/minecraft/textures/block/soul_torch_e.png new file mode 100644 index 0000000..d05dacc Binary files /dev/null and b/assets/minecraft/textures/block/soul_torch_e.png differ diff --git a/assets/minecraft/textures/block/spruce_bark_top.png b/assets/minecraft/textures/block/spruce_bark_top.png new file mode 100644 index 0000000..a656ca7 Binary files /dev/null and b/assets/minecraft/textures/block/spruce_bark_top.png differ diff --git a/assets/minecraft/textures/block/stone10.png b/assets/minecraft/textures/block/stone10.png new file mode 100644 index 0000000..b26be50 Binary files /dev/null and b/assets/minecraft/textures/block/stone10.png differ diff --git a/assets/minecraft/textures/block/stone6.png b/assets/minecraft/textures/block/stone6.png new file mode 100644 index 0000000..068fb39 Binary files /dev/null and b/assets/minecraft/textures/block/stone6.png differ diff --git a/assets/minecraft/textures/block/stone7.png b/assets/minecraft/textures/block/stone7.png new file mode 100644 index 0000000..acafcf8 Binary files /dev/null and b/assets/minecraft/textures/block/stone7.png differ diff --git a/assets/minecraft/textures/block/stone8.png b/assets/minecraft/textures/block/stone8.png new file mode 100644 index 0000000..2a9af39 Binary files /dev/null and b/assets/minecraft/textures/block/stone8.png differ diff --git a/assets/minecraft/textures/block/stone9.png b/assets/minecraft/textures/block/stone9.png new file mode 100644 index 0000000..40c6c9d Binary files /dev/null and b/assets/minecraft/textures/block/stone9.png differ diff --git a/assets/minecraft/textures/block/stone_brick1.png b/assets/minecraft/textures/block/stone_brick1.png new file mode 100644 index 0000000..647b3e2 Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick1.png differ diff --git a/assets/minecraft/textures/block/stone_brick2.png b/assets/minecraft/textures/block/stone_brick2.png new file mode 100644 index 0000000..c9b23cb Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick2.png differ diff --git a/assets/minecraft/textures/block/stone_brick3.png b/assets/minecraft/textures/block/stone_brick3.png new file mode 100644 index 0000000..3af8fd3 Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick3.png differ diff --git a/assets/minecraft/textures/block/stone_brick4.png b/assets/minecraft/textures/block/stone_brick4.png new file mode 100644 index 0000000..a2092ff Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick4.png differ diff --git a/assets/minecraft/textures/block/stone_brick5.png b/assets/minecraft/textures/block/stone_brick5.png new file mode 100644 index 0000000..bddb081 Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick5.png differ diff --git a/assets/minecraft/textures/block/stone_brick6.png b/assets/minecraft/textures/block/stone_brick6.png new file mode 100644 index 0000000..50097cc Binary files /dev/null and b/assets/minecraft/textures/block/stone_brick6.png differ diff --git a/assets/minecraft/textures/block/stone_diorite1.png b/assets/minecraft/textures/block/stone_diorite1.png new file mode 100644 index 0000000..ef591c7 Binary files /dev/null and b/assets/minecraft/textures/block/stone_diorite1.png differ diff --git a/assets/minecraft/textures/block/stone_granite1.png b/assets/minecraft/textures/block/stone_granite1.png new file mode 100644 index 0000000..f7bc142 Binary files /dev/null and b/assets/minecraft/textures/block/stone_granite1.png differ diff --git a/assets/minecraft/textures/block/stone_slab_top2 (2).png b/assets/minecraft/textures/block/stone_slab_top2 (2).png new file mode 100644 index 0000000..5c3017f Binary files /dev/null and b/assets/minecraft/textures/block/stone_slab_top2 (2).png differ diff --git a/assets/minecraft/textures/block/stone_slab_top2.png b/assets/minecraft/textures/block/stone_slab_top2.png new file mode 100644 index 0000000..17f2936 Binary files /dev/null and b/assets/minecraft/textures/block/stone_slab_top2.png differ diff --git a/assets/minecraft/textures/block/stonecutter_bottom1.png b/assets/minecraft/textures/block/stonecutter_bottom1.png new file mode 100644 index 0000000..a04aa39 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_bottom1.png differ diff --git a/assets/minecraft/textures/block/stonecutter_saw1.png b/assets/minecraft/textures/block/stonecutter_saw1.png new file mode 100644 index 0000000..c699191 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_saw1.png differ diff --git a/assets/minecraft/textures/block/stonecutter_saw1.png.mcmeta b/assets/minecraft/textures/block/stonecutter_saw1.png.mcmeta new file mode 100644 index 0000000..a328ca5 --- /dev/null +++ b/assets/minecraft/textures/block/stonecutter_saw1.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frametime": 1 + } +} diff --git a/assets/minecraft/textures/block/stonecutter_side1.png b/assets/minecraft/textures/block/stonecutter_side1.png new file mode 100644 index 0000000..5260d7e Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_side1.png differ diff --git a/assets/minecraft/textures/block/stonecutter_top1.png b/assets/minecraft/textures/block/stonecutter_top1.png new file mode 100644 index 0000000..aaabae0 Binary files /dev/null and b/assets/minecraft/textures/block/stonecutter_top1.png differ diff --git a/assets/minecraft/textures/block/stripped_crimson_stem.png b/assets/minecraft/textures/block/stripped_crimson_stem.png new file mode 100644 index 0000000..a0f379c Binary files /dev/null and b/assets/minecraft/textures/block/stripped_crimson_stem.png differ diff --git a/assets/minecraft/textures/block/stripped_crimson_stem_top.png b/assets/minecraft/textures/block/stripped_crimson_stem_top.png new file mode 100644 index 0000000..39635a1 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_crimson_stem_top.png differ diff --git a/assets/minecraft/textures/block/stripped_warped_stem.png b/assets/minecraft/textures/block/stripped_warped_stem.png new file mode 100644 index 0000000..5406196 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_warped_stem.png differ diff --git a/assets/minecraft/textures/block/stripped_warped_stem_top.png b/assets/minecraft/textures/block/stripped_warped_stem_top.png new file mode 100644 index 0000000..25ac0d4 Binary files /dev/null and b/assets/minecraft/textures/block/stripped_warped_stem_top.png differ diff --git a/assets/minecraft/textures/block/structure_block.png.mcmeta b/assets/minecraft/textures/block/structure_block.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_corner.png.mcmeta b/assets/minecraft/textures/block/structure_block_corner.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_corner.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_corner_e.png b/assets/minecraft/textures/block/structure_block_corner_e.png new file mode 100644 index 0000000..876ced4 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_corner_e.png differ diff --git a/assets/minecraft/textures/block/structure_block_corner_e.png.mcmeta b/assets/minecraft/textures/block/structure_block_corner_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_corner_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_data.png.mcmeta b/assets/minecraft/textures/block/structure_block_data.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_data.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_data_e.png b/assets/minecraft/textures/block/structure_block_data_e.png new file mode 100644 index 0000000..47aded5 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_data_e.png differ diff --git a/assets/minecraft/textures/block/structure_block_data_e.png.mcmeta b/assets/minecraft/textures/block/structure_block_data_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_data_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_e.png b/assets/minecraft/textures/block/structure_block_e.png new file mode 100644 index 0000000..793b7bc Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_e.png differ diff --git a/assets/minecraft/textures/block/structure_block_e.png.mcmeta b/assets/minecraft/textures/block/structure_block_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_load.png.mcmeta b/assets/minecraft/textures/block/structure_block_load.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_load.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_load_e.png b/assets/minecraft/textures/block/structure_block_load_e.png new file mode 100644 index 0000000..43860e6 Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_load_e.png differ diff --git a/assets/minecraft/textures/block/structure_block_load_e.png.mcmeta b/assets/minecraft/textures/block/structure_block_load_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_load_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_save.png.mcmeta b/assets/minecraft/textures/block/structure_block_save.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_save.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/structure_block_save_e.png b/assets/minecraft/textures/block/structure_block_save_e.png new file mode 100644 index 0000000..8a0236f Binary files /dev/null and b/assets/minecraft/textures/block/structure_block_save_e.png differ diff --git a/assets/minecraft/textures/block/structure_block_save_e.png.mcmeta b/assets/minecraft/textures/block/structure_block_save_e.png.mcmeta new file mode 100644 index 0000000..2486f07 --- /dev/null +++ b/assets/minecraft/textures/block/structure_block_save_e.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "interpolate": false, + "frames": [ {"index": 0, "time": 40}, {"index": 1, "time": 5}, {"index": 0, "time": 10}, {"index": 1, "time": 1}] + } +} diff --git a/assets/minecraft/textures/block/target_side.png b/assets/minecraft/textures/block/target_side.png new file mode 100644 index 0000000..f9183bb Binary files /dev/null and b/assets/minecraft/textures/block/target_side.png differ diff --git a/assets/minecraft/textures/block/target_top.png b/assets/minecraft/textures/block/target_top.png new file mode 100644 index 0000000..f6e7ee3 Binary files /dev/null and b/assets/minecraft/textures/block/target_top.png differ diff --git a/assets/minecraft/textures/block/tnt_side1.png b/assets/minecraft/textures/block/tnt_side1.png new file mode 100644 index 0000000..e7851fc Binary files /dev/null and b/assets/minecraft/textures/block/tnt_side1.png differ diff --git a/assets/minecraft/textures/block/tnt_side2.png b/assets/minecraft/textures/block/tnt_side2.png new file mode 100644 index 0000000..352d125 Binary files /dev/null and b/assets/minecraft/textures/block/tnt_side2.png differ diff --git a/assets/minecraft/textures/block/tnt_top1.png b/assets/minecraft/textures/block/tnt_top1.png new file mode 100644 index 0000000..8e0f71b Binary files /dev/null and b/assets/minecraft/textures/block/tnt_top1.png differ diff --git a/assets/minecraft/textures/block/tnt_top2.png b/assets/minecraft/textures/block/tnt_top2.png new file mode 100644 index 0000000..f15bc03 Binary files /dev/null and b/assets/minecraft/textures/block/tnt_top2.png differ diff --git a/assets/minecraft/textures/block/torch_e.png b/assets/minecraft/textures/block/torch_e.png new file mode 100644 index 0000000..c9e9e89 Binary files /dev/null and b/assets/minecraft/textures/block/torch_e.png differ diff --git a/assets/minecraft/textures/block/trapdoor.png b/assets/minecraft/textures/block/trapdoor.png new file mode 100644 index 0000000..200b21f Binary files /dev/null and b/assets/minecraft/textures/block/trapdoor.png differ diff --git a/assets/minecraft/textures/block/trip_wire.png b/assets/minecraft/textures/block/trip_wire.png new file mode 100644 index 0000000..d646807 Binary files /dev/null and b/assets/minecraft/textures/block/trip_wire.png differ diff --git a/assets/minecraft/textures/block/trip_wire_source.png b/assets/minecraft/textures/block/trip_wire_source.png new file mode 100644 index 0000000..f45c1b6 Binary files /dev/null and b/assets/minecraft/textures/block/trip_wire_source.png differ diff --git a/assets/minecraft/textures/block/turtle_egg_not_cracked.png b/assets/minecraft/textures/block/turtle_egg_not_cracked.png new file mode 100644 index 0000000..7ed29cf Binary files /dev/null and b/assets/minecraft/textures/block/turtle_egg_not_cracked.png differ diff --git a/assets/minecraft/textures/block/twisting_vines.png b/assets/minecraft/textures/block/twisting_vines.png new file mode 100644 index 0000000..c683a55 Binary files /dev/null and b/assets/minecraft/textures/block/twisting_vines.png differ diff --git a/assets/minecraft/textures/block/twisting_vines_plant.png b/assets/minecraft/textures/block/twisting_vines_plant.png new file mode 100644 index 0000000..95cb722 Binary files /dev/null and b/assets/minecraft/textures/block/twisting_vines_plant.png differ diff --git a/assets/minecraft/textures/block/warped_door_bottom.png b/assets/minecraft/textures/block/warped_door_bottom.png new file mode 100644 index 0000000..fad2a01 Binary files /dev/null and b/assets/minecraft/textures/block/warped_door_bottom.png differ diff --git a/assets/minecraft/textures/block/warped_door_top.png b/assets/minecraft/textures/block/warped_door_top.png new file mode 100644 index 0000000..9d903da Binary files /dev/null and b/assets/minecraft/textures/block/warped_door_top.png differ diff --git a/assets/minecraft/textures/block/warped_fungus.png b/assets/minecraft/textures/block/warped_fungus.png new file mode 100644 index 0000000..a84f5f0 Binary files /dev/null and b/assets/minecraft/textures/block/warped_fungus.png differ diff --git a/assets/minecraft/textures/block/warped_fungus_e.png b/assets/minecraft/textures/block/warped_fungus_e.png new file mode 100644 index 0000000..dd53666 Binary files /dev/null and b/assets/minecraft/textures/block/warped_fungus_e.png differ diff --git a/assets/minecraft/textures/block/warped_nylium.png b/assets/minecraft/textures/block/warped_nylium.png new file mode 100644 index 0000000..a9b6576 Binary files /dev/null and b/assets/minecraft/textures/block/warped_nylium.png differ diff --git a/assets/minecraft/textures/block/warped_nylium_side.png b/assets/minecraft/textures/block/warped_nylium_side.png new file mode 100644 index 0000000..bbaf93d Binary files /dev/null and b/assets/minecraft/textures/block/warped_nylium_side.png differ diff --git a/assets/minecraft/textures/block/warped_planks.png b/assets/minecraft/textures/block/warped_planks.png new file mode 100644 index 0000000..20431f3 Binary files /dev/null and b/assets/minecraft/textures/block/warped_planks.png differ diff --git a/assets/minecraft/textures/block/warped_roots.png b/assets/minecraft/textures/block/warped_roots.png new file mode 100644 index 0000000..8dd3c2e Binary files /dev/null and b/assets/minecraft/textures/block/warped_roots.png differ diff --git a/assets/minecraft/textures/block/warped_roots_pot.png b/assets/minecraft/textures/block/warped_roots_pot.png new file mode 100644 index 0000000..0d2d541 Binary files /dev/null and b/assets/minecraft/textures/block/warped_roots_pot.png differ diff --git a/assets/minecraft/textures/block/warped_stem.png b/assets/minecraft/textures/block/warped_stem.png new file mode 100644 index 0000000..5019343 Binary files /dev/null and b/assets/minecraft/textures/block/warped_stem.png differ diff --git a/assets/minecraft/textures/block/warped_stem_top.png b/assets/minecraft/textures/block/warped_stem_top.png new file mode 100644 index 0000000..f0360cc Binary files /dev/null and b/assets/minecraft/textures/block/warped_stem_top.png differ diff --git a/assets/minecraft/textures/block/warped_trapdoor.png b/assets/minecraft/textures/block/warped_trapdoor.png new file mode 100644 index 0000000..97f9565 Binary files /dev/null and b/assets/minecraft/textures/block/warped_trapdoor.png differ diff --git a/assets/minecraft/textures/block/warped_wart_block.png b/assets/minecraft/textures/block/warped_wart_block.png new file mode 100644 index 0000000..66a7522 Binary files /dev/null and b/assets/minecraft/textures/block/warped_wart_block.png differ diff --git a/assets/minecraft/textures/block/waterlily_flowers.png b/assets/minecraft/textures/block/waterlily_flowers.png new file mode 100644 index 0000000..c035d11 Binary files /dev/null and b/assets/minecraft/textures/block/waterlily_flowers.png differ diff --git a/assets/minecraft/textures/block/weeping_vines.png b/assets/minecraft/textures/block/weeping_vines.png new file mode 100644 index 0000000..a0971d6 Binary files /dev/null and b/assets/minecraft/textures/block/weeping_vines.png differ diff --git a/assets/minecraft/textures/block/weeping_vines_plant.png b/assets/minecraft/textures/block/weeping_vines_plant.png new file mode 100644 index 0000000..8658b73 Binary files /dev/null and b/assets/minecraft/textures/block/weeping_vines_plant.png differ diff --git a/assets/minecraft/textures/blockstates/netherrack.json b/assets/minecraft/textures/blockstates/netherrack.json new file mode 100644 index 0000000..d2360e5 --- /dev/null +++ b/assets/minecraft/textures/blockstates/netherrack.json @@ -0,0 +1,10 @@ +{ + "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/blockstates/red_sand.json b/assets/minecraft/textures/blockstates/red_sand.json new file mode 100644 index 0000000..27b680f --- /dev/null +++ b/assets/minecraft/textures/blockstates/red_sand.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": [ + { "model": "red_sand" } + ] + } +} diff --git a/assets/minecraft/textures/blockstates/sand.json b/assets/minecraft/textures/blockstates/sand.json new file mode 100644 index 0000000..31e91e6 --- /dev/null +++ b/assets/minecraft/textures/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "": [ + { "model": "block/sand" }, + { "model": "block/sand", "y": 90 }, + { "model": "block/sand", "y": 180 }, + { "model": "block/sand", "y": 90 } + ] + } +} diff --git a/assets/minecraft/textures/entity/astolfo.png b/assets/minecraft/textures/entity/astolfo.png new file mode 100644 index 0000000..788faab Binary files /dev/null and b/assets/minecraft/textures/entity/astolfo.png differ diff --git a/assets/minecraft/textures/entity/banner/banner_base.png b/assets/minecraft/textures/entity/banner/banner_base.png new file mode 100644 index 0000000..266fe34 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/banner_base.png differ diff --git a/assets/minecraft/textures/entity/banner/piglin.png b/assets/minecraft/textures/entity/banner/piglin.png new file mode 100644 index 0000000..f6a10f7 Binary files /dev/null and b/assets/minecraft/textures/entity/banner/piglin.png differ diff --git a/assets/minecraft/textures/entity/cat/all_black.properties b/assets/minecraft/textures/entity/cat/all_black.properties new file mode 100644 index 0000000..2589e76 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/all_black.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|all_black) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/all_black_e.png b/assets/minecraft/textures/entity/cat/all_black_e.png new file mode 100644 index 0000000..a04258d Binary files /dev/null and b/assets/minecraft/textures/entity/cat/all_black_e.png differ diff --git a/assets/minecraft/textures/entity/cat/black.properties b/assets/minecraft/textures/entity/cat/black.properties new file mode 100644 index 0000000..14d42d1 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/black.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|black) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/black_e.png b/assets/minecraft/textures/entity/cat/black_e.png new file mode 100644 index 0000000..b66f7c4 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/black_e.png differ diff --git a/assets/minecraft/textures/entity/cat/british_shorthair.properties b/assets/minecraft/textures/entity/cat/british_shorthair.properties new file mode 100644 index 0000000..4a9923b --- /dev/null +++ b/assets/minecraft/textures/entity/cat/british_shorthair.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|british_shorthair) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/british_shorthair_e.png b/assets/minecraft/textures/entity/cat/british_shorthair_e.png new file mode 100644 index 0000000..2f696f2 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/british_shorthair_e.png differ diff --git a/assets/minecraft/textures/entity/cat/calico.properties b/assets/minecraft/textures/entity/cat/calico.properties new file mode 100644 index 0000000..218f418 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/calico.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|calico) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/calico_e.png b/assets/minecraft/textures/entity/cat/calico_e.png new file mode 100644 index 0000000..de64a4a Binary files /dev/null and b/assets/minecraft/textures/entity/cat/calico_e.png differ diff --git a/assets/minecraft/textures/entity/cat/jellie.properties b/assets/minecraft/textures/entity/cat/jellie.properties new file mode 100644 index 0000000..9356c1a --- /dev/null +++ b/assets/minecraft/textures/entity/cat/jellie.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|jellie) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/jellie_e.png b/assets/minecraft/textures/entity/cat/jellie_e.png new file mode 100644 index 0000000..697400f Binary files /dev/null and b/assets/minecraft/textures/entity/cat/jellie_e.png differ diff --git a/assets/minecraft/textures/entity/cat/persian.properties b/assets/minecraft/textures/entity/cat/persian.properties new file mode 100644 index 0000000..718066d --- /dev/null +++ b/assets/minecraft/textures/entity/cat/persian.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|persian) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/persian_e.png b/assets/minecraft/textures/entity/cat/persian_e.png new file mode 100644 index 0000000..f553d00 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/persian_e.png differ diff --git a/assets/minecraft/textures/entity/cat/ragdoll.properties b/assets/minecraft/textures/entity/cat/ragdoll.properties new file mode 100644 index 0000000..43075d7 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/ragdoll.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|ragdoll) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/ragdoll_e.png b/assets/minecraft/textures/entity/cat/ragdoll_e.png new file mode 100644 index 0000000..a393159 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/ragdoll_e.png differ diff --git a/assets/minecraft/textures/entity/cat/red.properties b/assets/minecraft/textures/entity/cat/red.properties new file mode 100644 index 0000000..1e86a8b --- /dev/null +++ b/assets/minecraft/textures/entity/cat/red.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|red) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/red_e.png b/assets/minecraft/textures/entity/cat/red_e.png new file mode 100644 index 0000000..67606e0 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/red_e.png differ diff --git a/assets/minecraft/textures/entity/cat/siamese.properties b/assets/minecraft/textures/entity/cat/siamese.properties new file mode 100644 index 0000000..bf79470 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/siamese.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|siamese) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/siamese_e.png b/assets/minecraft/textures/entity/cat/siamese_e.png new file mode 100644 index 0000000..ad2a7aa Binary files /dev/null and b/assets/minecraft/textures/entity/cat/siamese_e.png differ diff --git a/assets/minecraft/textures/entity/cat/tabby.properties b/assets/minecraft/textures/entity/cat/tabby.properties new file mode 100644 index 0000000..174a18e --- /dev/null +++ b/assets/minecraft/textures/entity/cat/tabby.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|tabby) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/tabby_e.png b/assets/minecraft/textures/entity/cat/tabby_e.png new file mode 100644 index 0000000..f7a8785 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/tabby_e.png differ diff --git a/assets/minecraft/textures/entity/cat/white.properties b/assets/minecraft/textures/entity/cat/white.properties new file mode 100644 index 0000000..0c7a757 --- /dev/null +++ b/assets/minecraft/textures/entity/cat/white.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|white) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/cat/white_e.png b/assets/minecraft/textures/entity/cat/white_e.png new file mode 100644 index 0000000..1a6d581 Binary files /dev/null and b/assets/minecraft/textures/entity/cat/white_e.png differ diff --git a/assets/minecraft/textures/entity/chest/cristmas_double_old.png b/assets/minecraft/textures/entity/chest/cristmas_double_old.png new file mode 100644 index 0000000..688aeb1 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/cristmas_double_old.png differ diff --git a/assets/minecraft/textures/entity/chest/cristmas_old.png b/assets/minecraft/textures/entity/chest/cristmas_old.png new file mode 100644 index 0000000..d1e3ee5 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/cristmas_old.png differ diff --git a/assets/minecraft/textures/entity/chest/ender_e.png b/assets/minecraft/textures/entity/chest/ender_e.png new file mode 100644 index 0000000..cbbc1bd Binary files /dev/null and b/assets/minecraft/textures/entity/chest/ender_e.png differ diff --git a/assets/minecraft/textures/entity/chest/ender_old.png b/assets/minecraft/textures/entity/chest/ender_old.png new file mode 100644 index 0000000..bba224e Binary files /dev/null and b/assets/minecraft/textures/entity/chest/ender_old.png differ diff --git a/assets/minecraft/textures/entity/chest/normal_double_old.png b/assets/minecraft/textures/entity/chest/normal_double_old.png new file mode 100644 index 0000000..264b197 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/normal_double_old.png differ diff --git a/assets/minecraft/textures/entity/chest/normal_old.png b/assets/minecraft/textures/entity/chest/normal_old.png new file mode 100644 index 0000000..c67f9b8 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/normal_old.png differ diff --git a/assets/minecraft/textures/entity/chest/trapped_double.png b/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100644 index 0000000..85f983e Binary files /dev/null and b/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/assets/minecraft/textures/entity/chest/trapped_old.png b/assets/minecraft/textures/entity/chest/trapped_old.png new file mode 100644 index 0000000..fd1fd42 Binary files /dev/null and b/assets/minecraft/textures/entity/chest/trapped_old.png differ diff --git a/assets/minecraft/textures/entity/chicken1.png b/assets/minecraft/textures/entity/chicken1.png new file mode 100644 index 0000000..53c0af2 Binary files /dev/null and b/assets/minecraft/textures/entity/chicken1.png differ diff --git a/assets/minecraft/textures/entity/conduit/heart_of_the_sea.png b/assets/minecraft/textures/entity/conduit/heart_of_the_sea.png new file mode 100644 index 0000000..6ccda69 Binary files /dev/null and b/assets/minecraft/textures/entity/conduit/heart_of_the_sea.png differ diff --git a/assets/minecraft/textures/entity/creeper/creeper_armor.png b/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100644 index 0000000..f29ee9e Binary files /dev/null and b/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/assets/minecraft/textures/entity/creeper/creeper_e.png b/assets/minecraft/textures/entity/creeper/creeper_e.png new file mode 100644 index 0000000..1b1f6fb Binary files /dev/null and b/assets/minecraft/textures/entity/creeper/creeper_e.png differ diff --git a/assets/minecraft/textures/entity/dolphin1.png b/assets/minecraft/textures/entity/dolphin1.png new file mode 100644 index 0000000..5deb941 Binary files /dev/null and b/assets/minecraft/textures/entity/dolphin1.png differ diff --git a/assets/minecraft/textures/entity/elytra_e.png b/assets/minecraft/textures/entity/elytra_e.png new file mode 100644 index 0000000..e1b6265 Binary files /dev/null and b/assets/minecraft/textures/entity/elytra_e.png differ diff --git a/assets/minecraft/textures/entity/enderdragon/Thumbs.db b/assets/minecraft/textures/entity/enderdragon/Thumbs.db new file mode 100644 index 0000000..d96e52a Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/enderdragon/dragon_fireball_e.png b/assets/minecraft/textures/entity/enderdragon/dragon_fireball_e.png new file mode 100644 index 0000000..2a09af4 Binary files /dev/null and b/assets/minecraft/textures/entity/enderdragon/dragon_fireball_e.png differ diff --git a/assets/minecraft/textures/entity/enderman/Thumbs.db b/assets/minecraft/textures/entity/enderman/Thumbs.db new file mode 100644 index 0000000..4ebd8dc Binary files /dev/null and b/assets/minecraft/textures/entity/enderman/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/endermite.properties b/assets/minecraft/textures/entity/endermite.properties new file mode 100644 index 0000000..7208d79 --- /dev/null +++ b/assets/minecraft/textures/entity/endermite.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|endermite) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/endermite_e.png b/assets/minecraft/textures/entity/endermite_e.png new file mode 100644 index 0000000..b944b3b Binary files /dev/null and b/assets/minecraft/textures/entity/endermite_e.png differ diff --git a/assets/minecraft/textures/entity/ghast/Thumbs.db b/assets/minecraft/textures/entity/ghast/Thumbs.db new file mode 100644 index 0000000..7085820 Binary files /dev/null and b/assets/minecraft/textures/entity/ghast/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/ghast/ghast_shooting_e.png b/assets/minecraft/textures/entity/ghast/ghast_shooting_e.png new file mode 100644 index 0000000..6d08214 Binary files /dev/null and b/assets/minecraft/textures/entity/ghast/ghast_shooting_e.png differ diff --git a/assets/minecraft/textures/entity/guardian_beam.png b/assets/minecraft/textures/entity/guardian_beam.png new file mode 100644 index 0000000..6fc638d Binary files /dev/null and b/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/assets/minecraft/textures/entity/guardian_e.png b/assets/minecraft/textures/entity/guardian_e.png new file mode 100644 index 0000000..0862b26 Binary files /dev/null and b/assets/minecraft/textures/entity/guardian_e.png differ diff --git a/assets/minecraft/textures/entity/guardian_elder_e.png b/assets/minecraft/textures/entity/guardian_elder_e.png new file mode 100644 index 0000000..8ba341c Binary files /dev/null and b/assets/minecraft/textures/entity/guardian_elder_e.png differ diff --git a/assets/minecraft/textures/entity/hoglin/hoglin.png b/assets/minecraft/textures/entity/hoglin/hoglin.png new file mode 100644 index 0000000..0bd0214 Binary files /dev/null and b/assets/minecraft/textures/entity/hoglin/hoglin.png differ diff --git a/assets/minecraft/textures/entity/hoglin/hoglin_e.png b/assets/minecraft/textures/entity/hoglin/hoglin_e.png new file mode 100644 index 0000000..dba32f8 Binary files /dev/null and b/assets/minecraft/textures/entity/hoglin/hoglin_e.png differ diff --git a/assets/minecraft/textures/entity/hoglin/zoglin.png b/assets/minecraft/textures/entity/hoglin/zoglin.png new file mode 100644 index 0000000..d9d0fb8 Binary files /dev/null and b/assets/minecraft/textures/entity/hoglin/zoglin.png differ diff --git a/assets/minecraft/textures/entity/hoglin/zoglin_e.png b/assets/minecraft/textures/entity/hoglin/zoglin_e.png new file mode 100644 index 0000000..dba32f8 Binary files /dev/null and b/assets/minecraft/textures/entity/hoglin/zoglin_e.png differ diff --git a/assets/minecraft/textures/entity/illager/evoker_fangs_e.png b/assets/minecraft/textures/entity/illager/evoker_fangs_e.png new file mode 100644 index 0000000..1f68203 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/evoker_fangs_e.png differ diff --git a/assets/minecraft/textures/entity/illager/ravager_e.png b/assets/minecraft/textures/entity/illager/ravager_e.png new file mode 100644 index 0000000..246b4b3 Binary files /dev/null and b/assets/minecraft/textures/entity/illager/ravager_e.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high_e.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high_e.png new file mode 100644 index 0000000..288dc10 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high_e.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low_e.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low_e.png new file mode 100644 index 0000000..b33e6cf Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low_e.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium_e.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium_e.png new file mode 100644 index 0000000..fa6a518 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium_e.png differ diff --git a/assets/minecraft/textures/entity/iron_golem/iron_golem_e.png b/assets/minecraft/textures/entity/iron_golem/iron_golem_e.png new file mode 100644 index 0000000..3f655f1 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem/iron_golem_e.png differ diff --git a/assets/minecraft/textures/entity/iron_golem_e.png b/assets/minecraft/textures/entity/iron_golem_e.png new file mode 100644 index 0000000..98162c1 Binary files /dev/null and b/assets/minecraft/textures/entity/iron_golem_e.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/blue2.png b/assets/minecraft/textures/entity/llama/decor/blue2.png new file mode 100644 index 0000000..c492995 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/blue2.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_black.png b/assets/minecraft/textures/entity/llama/decor/decor_black.png new file mode 100644 index 0000000..e4ce56b Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_black.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_blue.png b/assets/minecraft/textures/entity/llama/decor/decor_blue.png new file mode 100644 index 0000000..f4930d7 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_blue.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_brown.png b/assets/minecraft/textures/entity/llama/decor/decor_brown.png new file mode 100644 index 0000000..42abfff Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_brown.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_cyan.png b/assets/minecraft/textures/entity/llama/decor/decor_cyan.png new file mode 100644 index 0000000..6e50c90 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_cyan.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_gray.png b/assets/minecraft/textures/entity/llama/decor/decor_gray.png new file mode 100644 index 0000000..32ea6c1 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_gray.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_green.png b/assets/minecraft/textures/entity/llama/decor/decor_green.png new file mode 100644 index 0000000..ab93787 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_green.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png b/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png new file mode 100644 index 0000000..973f593 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_light_blue.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_lime.png b/assets/minecraft/textures/entity/llama/decor/decor_lime.png new file mode 100644 index 0000000..f2095e9 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_lime.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_magenta.png b/assets/minecraft/textures/entity/llama/decor/decor_magenta.png new file mode 100644 index 0000000..b9a5747 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_magenta.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_orange.png b/assets/minecraft/textures/entity/llama/decor/decor_orange.png new file mode 100644 index 0000000..c737c66 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_orange.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_pink.png b/assets/minecraft/textures/entity/llama/decor/decor_pink.png new file mode 100644 index 0000000..22aca56 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_pink.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_purple.png b/assets/minecraft/textures/entity/llama/decor/decor_purple.png new file mode 100644 index 0000000..191f6b7 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_purple.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_red.png b/assets/minecraft/textures/entity/llama/decor/decor_red.png new file mode 100644 index 0000000..7ce5771 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_red.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_silver.png b/assets/minecraft/textures/entity/llama/decor/decor_silver.png new file mode 100644 index 0000000..a5a2481 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_silver.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_white.png b/assets/minecraft/textures/entity/llama/decor/decor_white.png new file mode 100644 index 0000000..a4c20fe Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_white.png differ diff --git a/assets/minecraft/textures/entity/llama/decor/decor_yellow.png b/assets/minecraft/textures/entity/llama/decor/decor_yellow.png new file mode 100644 index 0000000..7951a1b Binary files /dev/null and b/assets/minecraft/textures/entity/llama/decor/decor_yellow.png differ diff --git a/assets/minecraft/textures/entity/llama/llama.png b/assets/minecraft/textures/entity/llama/llama.png new file mode 100644 index 0000000..48f42e5 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/llama.png differ diff --git a/assets/minecraft/textures/entity/llama/llama_brown.png b/assets/minecraft/textures/entity/llama/llama_brown.png new file mode 100644 index 0000000..3c6ebc0 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/llama_brown.png differ diff --git a/assets/minecraft/textures/entity/llama/llama_creamy.png b/assets/minecraft/textures/entity/llama/llama_creamy.png new file mode 100644 index 0000000..2809424 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/llama_creamy.png differ diff --git a/assets/minecraft/textures/entity/llama/llama_gray.png b/assets/minecraft/textures/entity/llama/llama_gray.png new file mode 100644 index 0000000..5192950 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/llama_gray.png differ diff --git a/assets/minecraft/textures/entity/llama/llama_white.png b/assets/minecraft/textures/entity/llama/llama_white.png new file mode 100644 index 0000000..9aa3f42 Binary files /dev/null and b/assets/minecraft/textures/entity/llama/llama_white.png differ diff --git a/assets/minecraft/textures/entity/nova.png b/assets/minecraft/textures/entity/nova.png new file mode 100644 index 0000000..2f6b8ca Binary files /dev/null and b/assets/minecraft/textures/entity/nova.png differ diff --git a/assets/minecraft/textures/entity/panda/aggressive_panda.png b/assets/minecraft/textures/entity/panda/aggressive_panda.png new file mode 100644 index 0000000..d6afbc5 Binary files /dev/null and b/assets/minecraft/textures/entity/panda/aggressive_panda.png differ diff --git a/assets/minecraft/textures/entity/panda/brown_panda.png b/assets/minecraft/textures/entity/panda/brown_panda.png new file mode 100644 index 0000000..32373c9 Binary files /dev/null and b/assets/minecraft/textures/entity/panda/brown_panda.png differ diff --git a/assets/minecraft/textures/entity/panda/lazy_panda.png b/assets/minecraft/textures/entity/panda/lazy_panda.png new file mode 100644 index 0000000..9dbe52d Binary files /dev/null and b/assets/minecraft/textures/entity/panda/lazy_panda.png differ diff --git a/assets/minecraft/textures/entity/panda/panda.png b/assets/minecraft/textures/entity/panda/panda.png new file mode 100644 index 0000000..be211cf Binary files /dev/null and b/assets/minecraft/textures/entity/panda/panda.png differ diff --git a/assets/minecraft/textures/entity/panda/playful_panda.png b/assets/minecraft/textures/entity/panda/playful_panda.png new file mode 100644 index 0000000..f1a83ba Binary files /dev/null and b/assets/minecraft/textures/entity/panda/playful_panda.png differ diff --git a/assets/minecraft/textures/entity/panda/weak_panda.png b/assets/minecraft/textures/entity/panda/weak_panda.png new file mode 100644 index 0000000..6decbdf Binary files /dev/null and b/assets/minecraft/textures/entity/panda/weak_panda.png differ diff --git a/assets/minecraft/textures/entity/panda/worried_panda.png b/assets/minecraft/textures/entity/panda/worried_panda.png new file mode 100644 index 0000000..5672fc5 Binary files /dev/null and b/assets/minecraft/textures/entity/panda/worried_panda.png differ diff --git a/assets/minecraft/textures/entity/piglin/piglin.png b/assets/minecraft/textures/entity/piglin/piglin.png new file mode 100644 index 0000000..d22e06f Binary files /dev/null and b/assets/minecraft/textures/entity/piglin/piglin.png differ diff --git a/assets/minecraft/textures/entity/piglin/piglin_e.png b/assets/minecraft/textures/entity/piglin/piglin_e.png new file mode 100644 index 0000000..739bc3b Binary files /dev/null and b/assets/minecraft/textures/entity/piglin/piglin_e.png differ diff --git a/assets/minecraft/textures/entity/piglin/zombified_piglin.png b/assets/minecraft/textures/entity/piglin/zombified_piglin.png new file mode 100644 index 0000000..c6d7808 Binary files /dev/null and b/assets/minecraft/textures/entity/piglin/zombified_piglin.png differ diff --git a/assets/minecraft/textures/entity/piglin/zombified_piglin_e.png b/assets/minecraft/textures/entity/piglin/zombified_piglin_e.png new file mode 100644 index 0000000..d2a34a6 Binary files /dev/null and b/assets/minecraft/textures/entity/piglin/zombified_piglin_e.png differ diff --git a/assets/minecraft/textures/entity/projectiles/spectral_arrow_e.png b/assets/minecraft/textures/entity/projectiles/spectral_arrow_e.png new file mode 100644 index 0000000..9a8d131 Binary files /dev/null and b/assets/minecraft/textures/entity/projectiles/spectral_arrow_e.png differ diff --git a/assets/minecraft/textures/entity/shield/globe.png b/assets/minecraft/textures/entity/shield/globe.png new file mode 100644 index 0000000..0e4928d Binary files /dev/null and b/assets/minecraft/textures/entity/shield/globe.png differ diff --git a/assets/minecraft/textures/entity/shield/piglin.png b/assets/minecraft/textures/entity/shield/piglin.png new file mode 100644 index 0000000..16c4fd3 Binary files /dev/null and b/assets/minecraft/textures/entity/shield/piglin.png differ diff --git a/assets/minecraft/textures/entity/shulker/shulker_e.png b/assets/minecraft/textures/entity/shulker/shulker_e.png new file mode 100644 index 0000000..b5ddc4f Binary files /dev/null and b/assets/minecraft/textures/entity/shulker/shulker_e.png differ diff --git a/assets/minecraft/textures/entity/skeleton/Thumbs.db b/assets/minecraft/textures/entity/skeleton/Thumbs.db new file mode 100644 index 0000000..e0e9fc2 Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/skeleton/hell_knight.png b/assets/minecraft/textures/entity/skeleton/hell_knight.png new file mode 100644 index 0000000..7c154bf Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/hell_knight.png differ diff --git a/assets/minecraft/textures/entity/skeleton/wither_skeleton_e.png b/assets/minecraft/textures/entity/skeleton/wither_skeleton_e.png new file mode 100644 index 0000000..3e2df82 Binary files /dev/null and b/assets/minecraft/textures/entity/skeleton/wither_skeleton_e.png differ diff --git a/assets/minecraft/textures/entity/slime/magmacube1.png b/assets/minecraft/textures/entity/slime/magmacube1.png new file mode 100644 index 0000000..c7db1c7 Binary files /dev/null and b/assets/minecraft/textures/entity/slime/magmacube1.png differ diff --git a/assets/minecraft/textures/entity/strider/strider.png b/assets/minecraft/textures/entity/strider/strider.png new file mode 100644 index 0000000..d214290 Binary files /dev/null and b/assets/minecraft/textures/entity/strider/strider.png differ diff --git a/assets/minecraft/textures/entity/strider/strider_cold.png b/assets/minecraft/textures/entity/strider/strider_cold.png new file mode 100644 index 0000000..15bc64b Binary files /dev/null and b/assets/minecraft/textures/entity/strider/strider_cold.png differ diff --git a/assets/minecraft/textures/entity/strider/strider_cold_e.png b/assets/minecraft/textures/entity/strider/strider_cold_e.png new file mode 100644 index 0000000..5887e31 Binary files /dev/null and b/assets/minecraft/textures/entity/strider/strider_cold_e.png differ diff --git a/assets/minecraft/textures/entity/strider/strider_e.png b/assets/minecraft/textures/entity/strider/strider_e.png new file mode 100644 index 0000000..5887e31 Binary files /dev/null and b/assets/minecraft/textures/entity/strider/strider_e.png differ diff --git a/assets/minecraft/textures/entity/strider/strider_saddle.png b/assets/minecraft/textures/entity/strider/strider_saddle.png new file mode 100644 index 0000000..a240993 Binary files /dev/null and b/assets/minecraft/textures/entity/strider/strider_saddle.png differ diff --git a/assets/minecraft/textures/entity/trident_e.png b/assets/minecraft/textures/entity/trident_e.png new file mode 100644 index 0000000..91b30f4 Binary files /dev/null and b/assets/minecraft/textures/entity/trident_e.png differ diff --git a/assets/minecraft/textures/entity/villager/Thumbs.db b/assets/minecraft/textures/entity/villager/Thumbs.db new file mode 100644 index 0000000..ebb970c Binary files /dev/null and b/assets/minecraft/textures/entity/villager/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/villager/profession/armorer.png b/assets/minecraft/textures/entity/villager/profession/armorer.png new file mode 100644 index 0000000..bd7aacd Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/armorer.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/butcher.png b/assets/minecraft/textures/entity/villager/profession/butcher.png new file mode 100644 index 0000000..20b2b9f Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/butcher.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta new file mode 100644 index 0000000..8ed5d61 --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/cartographer.png b/assets/minecraft/textures/entity/villager/profession/cartographer.png new file mode 100644 index 0000000..330393e Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/cartographer.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/farmer.png b/assets/minecraft/textures/entity/villager/profession/farmer.png new file mode 100644 index 0000000..dfd2c40 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/farmer.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/fisherman.png b/assets/minecraft/textures/entity/villager/profession/fisherman.png new file mode 100644 index 0000000..86b7e34 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/fisherman.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/fletcher.png b/assets/minecraft/textures/entity/villager/profession/fletcher.png new file mode 100644 index 0000000..122693a Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/fletcher.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/leatherworker.png b/assets/minecraft/textures/entity/villager/profession/leatherworker.png new file mode 100644 index 0000000..a0ea53a Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/leatherworker.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/librarian.png b/assets/minecraft/textures/entity/villager/profession/librarian.png new file mode 100644 index 0000000..fbb090b Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/librarian.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/mason.png b/assets/minecraft/textures/entity/villager/profession/mason.png new file mode 100644 index 0000000..7dbe110 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/mason.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/nitwit.png b/assets/minecraft/textures/entity/villager/profession/nitwit.png new file mode 100644 index 0000000..f356901 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/nitwit.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/shepherd.png b/assets/minecraft/textures/entity/villager/profession/shepherd.png new file mode 100644 index 0000000..42b8770 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/shepherd.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta b/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/profession/toolsmith.png b/assets/minecraft/textures/entity/villager/profession/toolsmith.png new file mode 100644 index 0000000..cd484ab Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/toolsmith.png differ diff --git a/assets/minecraft/textures/entity/villager/profession/weaponsmith.png b/assets/minecraft/textures/entity/villager/profession/weaponsmith.png new file mode 100644 index 0000000..20bf368 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession/weaponsmith.png differ diff --git a/assets/minecraft/textures/entity/villager/profession_level/diamond.png b/assets/minecraft/textures/entity/villager/profession_level/diamond.png new file mode 100644 index 0000000..9d6f517 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession_level/diamond.png differ diff --git a/assets/minecraft/textures/entity/villager/profession_level/emerald.png b/assets/minecraft/textures/entity/villager/profession_level/emerald.png new file mode 100644 index 0000000..a24d274 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession_level/emerald.png differ diff --git a/assets/minecraft/textures/entity/villager/profession_level/gold.png b/assets/minecraft/textures/entity/villager/profession_level/gold.png new file mode 100644 index 0000000..be1e6d9 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession_level/gold.png differ diff --git a/assets/minecraft/textures/entity/villager/profession_level/iron.png b/assets/minecraft/textures/entity/villager/profession_level/iron.png new file mode 100644 index 0000000..94cd414 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession_level/iron.png differ diff --git a/assets/minecraft/textures/entity/villager/profession_level/stone.png b/assets/minecraft/textures/entity/villager/profession_level/stone.png new file mode 100644 index 0000000..0daf8bb Binary files /dev/null and b/assets/minecraft/textures/entity/villager/profession_level/stone.png differ diff --git a/assets/minecraft/textures/entity/villager/type/desert.png b/assets/minecraft/textures/entity/villager/type/desert.png new file mode 100644 index 0000000..f1103e0 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/desert.png differ diff --git a/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta b/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/type/desert.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/type/jungle.png b/assets/minecraft/textures/entity/villager/type/jungle.png new file mode 100644 index 0000000..ae5d2f8 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/jungle.png differ diff --git a/assets/minecraft/textures/entity/villager/type/savanna.png b/assets/minecraft/textures/entity/villager/type/savanna.png new file mode 100644 index 0000000..3eee4ca Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/savanna.png differ diff --git a/assets/minecraft/textures/entity/villager/type/snow.png b/assets/minecraft/textures/entity/villager/type/snow.png new file mode 100644 index 0000000..b1538bd Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/snow.png differ diff --git a/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta b/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/villager/type/snow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/villager/type/swamp.png b/assets/minecraft/textures/entity/villager/type/swamp.png new file mode 100644 index 0000000..19ccb43 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/swamp.png differ diff --git a/assets/minecraft/textures/entity/villager/type/taiga.png b/assets/minecraft/textures/entity/villager/type/taiga.png new file mode 100644 index 0000000..6cee499 Binary files /dev/null and b/assets/minecraft/textures/entity/villager/type/taiga.png differ diff --git a/assets/minecraft/textures/entity/witch_e.png b/assets/minecraft/textures/entity/witch_e.png new file mode 100644 index 0000000..5b2eb06 Binary files /dev/null and b/assets/minecraft/textures/entity/witch_e.png differ diff --git a/assets/minecraft/textures/entity/wolf/wolf_angry.properties b/assets/minecraft/textures/entity/wolf/wolf_angry.properties new file mode 100644 index 0000000..50c88cb --- /dev/null +++ b/assets/minecraft/textures/entity/wolf/wolf_angry.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|wolf_angry) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/wolf/wolf_angry_e.png b/assets/minecraft/textures/entity/wolf/wolf_angry_e.png new file mode 100644 index 0000000..1251423 Binary files /dev/null and b/assets/minecraft/textures/entity/wolf/wolf_angry_e.png differ diff --git a/assets/minecraft/textures/entity/zombie/Thumbs.db b/assets/minecraft/textures/entity/zombie/Thumbs.db new file mode 100644 index 0000000..d30bbba Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/Thumbs.db differ diff --git a/assets/minecraft/textures/entity/zombie/zombie2.png b/assets/minecraft/textures/entity/zombie/zombie2.png new file mode 100644 index 0000000..5e646cc Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie2.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie3.png b/assets/minecraft/textures/entity/zombie/zombie3.png new file mode 100644 index 0000000..26fd9b9 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie3.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie4.png b/assets/minecraft/textures/entity/zombie/zombie4.png new file mode 100644 index 0000000..647961d Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie4.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie5.png b/assets/minecraft/textures/entity/zombie/zombie5.png new file mode 100644 index 0000000..d1a9f92 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie5.png differ diff --git a/assets/minecraft/textures/entity/zombie/zombie6.png b/assets/minecraft/textures/entity/zombie/zombie6.png new file mode 100644 index 0000000..148f43b Binary files /dev/null and b/assets/minecraft/textures/entity/zombie/zombie6.png differ diff --git a/assets/minecraft/textures/entity/zombie1/drowned.png b/assets/minecraft/textures/entity/zombie1/drowned.png new file mode 100644 index 0000000..7df67c6 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie1/drowned.png differ diff --git a/assets/minecraft/textures/entity/zombie1/drowned_outer_layer.png b/assets/minecraft/textures/entity/zombie1/drowned_outer_layer.png new file mode 100644 index 0000000..43d6c9b Binary files /dev/null and b/assets/minecraft/textures/entity/zombie1/drowned_outer_layer.png differ diff --git a/assets/minecraft/textures/entity/zombie1/husk.png b/assets/minecraft/textures/entity/zombie1/husk.png new file mode 100644 index 0000000..e5ba355 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie1/husk.png differ diff --git a/assets/minecraft/textures/entity/zombie1/zombie.png b/assets/minecraft/textures/entity/zombie1/zombie.png new file mode 100644 index 0000000..b1a72b9 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie1/zombie.png differ diff --git a/assets/minecraft/textures/entity/zombie1/zombie_villager.png b/assets/minecraft/textures/entity/zombie1/zombie_villager.png new file mode 100644 index 0000000..8a0fe9e Binary files /dev/null and b/assets/minecraft/textures/entity/zombie1/zombie_villager.png differ diff --git a/assets/minecraft/textures/entity/zombie_pigman.properties b/assets/minecraft/textures/entity/zombie_pigman.properties new file mode 100644 index 0000000..a8bc94a --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_pigman.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|zombie_pigman) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/zombie_pigman_e.png b/assets/minecraft/textures/entity/zombie_pigman_e.png new file mode 100644 index 0000000..caf77f3 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_pigman_e.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png b/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png new file mode 100644 index 0000000..f0f6c1c Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/armorer.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png b/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png new file mode 100644 index 0000000..20b2b9f Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta new file mode 100644 index 0000000..8ed5d61 --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "partial" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png b/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png new file mode 100644 index 0000000..330393e Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png b/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png new file mode 100644 index 0000000..f40ce6e Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/cleric.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png b/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png new file mode 100644 index 0000000..dfd2c40 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png b/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png new file mode 100644 index 0000000..86b7e34 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png b/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png new file mode 100644 index 0000000..122693a Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png b/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png new file mode 100644 index 0000000..a0ea53a Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png b/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png new file mode 100644 index 0000000..fbb090b Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/mason.png b/assets/minecraft/textures/entity/zombie_villager/profession/mason.png new file mode 100644 index 0000000..7dbe110 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/mason.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png b/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png new file mode 100644 index 0000000..0fdb77c Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png b/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png new file mode 100644 index 0000000..42b8770 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta b/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta new file mode 100644 index 0000000..f24387e --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta @@ -0,0 +1,5 @@ +{ + "villager": { + "hat": "full" + } +} diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png b/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png new file mode 100644 index 0000000..cd484ab Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png b/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png new file mode 100644 index 0000000..20bf368 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png b/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png new file mode 100644 index 0000000..9d6f517 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png b/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png new file mode 100644 index 0000000..a24d274 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png b/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png new file mode 100644 index 0000000..be1e6d9 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png b/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png new file mode 100644 index 0000000..94cd414 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png b/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png new file mode 100644 index 0000000..0daf8bb Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/desert.png b/assets/minecraft/textures/entity/zombie_villager/type/desert.png new file mode 100644 index 0000000..fdc5e60 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/desert.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/jungle.png b/assets/minecraft/textures/entity/zombie_villager/type/jungle.png new file mode 100644 index 0000000..4bf005e Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/jungle.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/savanna.png b/assets/minecraft/textures/entity/zombie_villager/type/savanna.png new file mode 100644 index 0000000..f556164 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/savanna.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/snow.png b/assets/minecraft/textures/entity/zombie_villager/type/snow.png new file mode 100644 index 0000000..6a51475 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/snow.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/swamp.png b/assets/minecraft/textures/entity/zombie_villager/type/swamp.png new file mode 100644 index 0000000..891546e Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/swamp.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/type/taiga.png b/assets/minecraft/textures/entity/zombie_villager/type/taiga.png new file mode 100644 index 0000000..328772a Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/type/taiga.png differ diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_villager.properties b/assets/minecraft/textures/entity/zombie_villager/zombie_villager.properties new file mode 100644 index 0000000..3bdf72f --- /dev/null +++ b/assets/minecraft/textures/entity/zombie_villager/zombie_villager.properties @@ -0,0 +1,2 @@ +skins.2=2 +name.2=iregex:(glow|zombie_villager) \ No newline at end of file diff --git a/assets/minecraft/textures/entity/zombie_villager/zombie_villager_e.png b/assets/minecraft/textures/entity/zombie_villager/zombie_villager_e.png new file mode 100644 index 0000000..a101732 Binary files /dev/null and b/assets/minecraft/textures/entity/zombie_villager/zombie_villager_e.png differ diff --git a/assets/minecraft/textures/gui/Thumbs.db b/assets/minecraft/textures/gui/Thumbs.db new file mode 100644 index 0000000..a22fb1b Binary files /dev/null and b/assets/minecraft/textures/gui/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/achievement/Thumbs.db b/assets/minecraft/textures/gui/achievement/Thumbs.db new file mode 100644 index 0000000..52400ad Binary files /dev/null and b/assets/minecraft/textures/gui/achievement/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/achievement/achievement_background.png b/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100644 index 0000000..59680cf Binary files /dev/null and b/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/assets/minecraft/textures/gui/advancements/Thumbs.db b/assets/minecraft/textures/gui/advancements/Thumbs.db new file mode 100644 index 0000000..8947e42 Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/advancements/backgrounds/Thumbs.db b/assets/minecraft/textures/gui/advancements/backgrounds/Thumbs.db new file mode 100644 index 0000000..232d2cc Binary files /dev/null and b/assets/minecraft/textures/gui/advancements/backgrounds/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/container/Thumbs.db b/assets/minecraft/textures/gui/container/Thumbs.db new file mode 100644 index 0000000..cbd8dbb Binary files /dev/null and b/assets/minecraft/textures/gui/container/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/container/recipe_background.png b/assets/minecraft/textures/gui/container/recipe_background.png new file mode 100644 index 0000000..d29bef6 Binary files /dev/null and b/assets/minecraft/textures/gui/container/recipe_background.png differ diff --git a/assets/minecraft/textures/gui/container/smithing.png b/assets/minecraft/textures/gui/container/smithing.png new file mode 100644 index 0000000..1b10a26 Binary files /dev/null and b/assets/minecraft/textures/gui/container/smithing.png differ diff --git a/assets/minecraft/textures/gui/presets/Thumbs.db b/assets/minecraft/textures/gui/presets/Thumbs.db new file mode 100644 index 0000000..7c37cb0 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/Thumbs.db differ diff --git a/assets/minecraft/textures/gui/presets/chaos.png b/assets/minecraft/textures/gui/presets/chaos.png new file mode 100644 index 0000000..dea833e Binary files /dev/null and b/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/assets/minecraft/textures/gui/presets/delight.png b/assets/minecraft/textures/gui/presets/delight.png new file mode 100644 index 0000000..00241fa Binary files /dev/null and b/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/assets/minecraft/textures/gui/presets/drought.png b/assets/minecraft/textures/gui/presets/drought.png new file mode 100644 index 0000000..dc27764 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/assets/minecraft/textures/gui/presets/isles.png b/assets/minecraft/textures/gui/presets/isles.png new file mode 100644 index 0000000..b9f5371 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/assets/minecraft/textures/gui/presets/luck.png b/assets/minecraft/textures/gui/presets/luck.png new file mode 100644 index 0000000..265a011 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/assets/minecraft/textures/gui/presets/madness.png b/assets/minecraft/textures/gui/presets/madness.png new file mode 100644 index 0000000..c083316 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/assets/minecraft/textures/gui/presets/water.png b/assets/minecraft/textures/gui/presets/water.png new file mode 100644 index 0000000..a680c36 Binary files /dev/null and b/assets/minecraft/textures/gui/presets/water.png differ diff --git a/assets/minecraft/textures/gui/progress_book.png b/assets/minecraft/textures/gui/progress_book.png new file mode 100644 index 0000000..ee60181 Binary files /dev/null and b/assets/minecraft/textures/gui/progress_book.png differ diff --git a/assets/minecraft/textures/gui/title/Thumbs.db b/assets/minecraft/textures/gui/title/Thumbs.db new file mode 100644 index 0000000..3cf57b6 Binary files /dev/null and b/assets/minecraft/textures/gui/title/Thumbs.db differ diff --git a/assets/minecraft/textures/item/Thumbs.db b/assets/minecraft/textures/item/Thumbs.db new file mode 100644 index 0000000..7e67d4a Binary files /dev/null and b/assets/minecraft/textures/item/Thumbs.db differ diff --git a/assets/minecraft/textures/item/bed.png b/assets/minecraft/textures/item/bed.png new file mode 100644 index 0000000..d2af540 Binary files /dev/null and b/assets/minecraft/textures/item/bed.png differ diff --git a/assets/minecraft/textures/item/blaze_powder_e.png b/assets/minecraft/textures/item/blaze_powder_e.png new file mode 100644 index 0000000..d1f9dfe Binary files /dev/null and b/assets/minecraft/textures/item/blaze_powder_e.png differ diff --git a/assets/minecraft/textures/item/blaze_rod_e.png b/assets/minecraft/textures/item/blaze_rod_e.png new file mode 100644 index 0000000..fdd8eb3 Binary files /dev/null and b/assets/minecraft/textures/item/blaze_rod_e.png differ diff --git a/assets/minecraft/textures/item/brewing_stand_e.png b/assets/minecraft/textures/item/brewing_stand_e.png new file mode 100644 index 0000000..9d33ca4 Binary files /dev/null and b/assets/minecraft/textures/item/brewing_stand_e.png differ diff --git a/assets/minecraft/textures/item/chain.png b/assets/minecraft/textures/item/chain.png new file mode 100644 index 0000000..a21332e Binary files /dev/null and b/assets/minecraft/textures/item/chain.png differ diff --git a/assets/minecraft/textures/item/chorus_fruit_e.png b/assets/minecraft/textures/item/chorus_fruit_e.png new file mode 100644 index 0000000..7655877 Binary files /dev/null and b/assets/minecraft/textures/item/chorus_fruit_e.png differ diff --git a/assets/minecraft/textures/item/chorus_fruit_popped.png b/assets/minecraft/textures/item/chorus_fruit_popped.png new file mode 100644 index 0000000..c9741eb Binary files /dev/null and b/assets/minecraft/textures/item/chorus_fruit_popped.png differ diff --git a/assets/minecraft/textures/item/clock.png b/assets/minecraft/textures/item/clock.png new file mode 100644 index 0000000..f927628 Binary files /dev/null and b/assets/minecraft/textures/item/clock.png differ diff --git a/assets/minecraft/textures/item/clock.png.mcmeta b/assets/minecraft/textures/item/clock.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/assets/minecraft/textures/item/clock.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/crimson_door.png b/assets/minecraft/textures/item/crimson_door.png new file mode 100644 index 0000000..57022a4 Binary files /dev/null and b/assets/minecraft/textures/item/crimson_door.png differ diff --git a/assets/minecraft/textures/item/crossbow_nostring.png b/assets/minecraft/textures/item/crossbow_nostring.png new file mode 100644 index 0000000..93b8825 Binary files /dev/null and b/assets/minecraft/textures/item/crossbow_nostring.png differ diff --git a/assets/minecraft/textures/item/desktop.ini b/assets/minecraft/textures/item/desktop.ini new file mode 100644 index 0000000..a79d2f3 --- /dev/null +++ b/assets/minecraft/textures/item/desktop.ini @@ -0,0 +1,5 @@ +[LocalizedFileNames] +spawn_egg.png=@spawn_egg,0 +spawn_egg_overlay.png=@spawn_egg_overlay,0 +dark_oak_door.png=@dark_oak_door,0 +jungle_door.png=@jungle_door,0 diff --git a/assets/minecraft/textures/item/diamond_axe_e.png b/assets/minecraft/textures/item/diamond_axe_e.png new file mode 100644 index 0000000..563d9c3 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_axe_e.png differ diff --git a/assets/minecraft/textures/item/diamond_hoe_e.png b/assets/minecraft/textures/item/diamond_hoe_e.png new file mode 100644 index 0000000..812eb5e Binary files /dev/null and b/assets/minecraft/textures/item/diamond_hoe_e.png differ diff --git a/assets/minecraft/textures/item/diamond_pickaxe_e.png b/assets/minecraft/textures/item/diamond_pickaxe_e.png new file mode 100644 index 0000000..99808db Binary files /dev/null and b/assets/minecraft/textures/item/diamond_pickaxe_e.png differ diff --git a/assets/minecraft/textures/item/diamond_shovel_e.png b/assets/minecraft/textures/item/diamond_shovel_e.png new file mode 100644 index 0000000..493733a Binary files /dev/null and b/assets/minecraft/textures/item/diamond_shovel_e.png differ diff --git a/assets/minecraft/textures/item/diamond_sword_e.png b/assets/minecraft/textures/item/diamond_sword_e.png new file mode 100644 index 0000000..4176006 Binary files /dev/null and b/assets/minecraft/textures/item/diamond_sword_e.png differ diff --git a/assets/minecraft/textures/item/elytra_e.png b/assets/minecraft/textures/item/elytra_e.png new file mode 100644 index 0000000..3071d75 Binary files /dev/null and b/assets/minecraft/textures/item/elytra_e.png differ diff --git a/assets/minecraft/textures/item/ender_eye.png.mcmeta b/assets/minecraft/textures/item/ender_eye.png.mcmeta new file mode 100644 index 0000000..45589dc --- /dev/null +++ b/assets/minecraft/textures/item/ender_eye.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + } +} diff --git a/assets/minecraft/textures/item/ender_eye_e.png b/assets/minecraft/textures/item/ender_eye_e.png new file mode 100644 index 0000000..d77c0bd Binary files /dev/null and b/assets/minecraft/textures/item/ender_eye_e.png differ diff --git a/assets/minecraft/textures/item/ender_eye_e.png.mcmeta b/assets/minecraft/textures/item/ender_eye_e.png.mcmeta new file mode 100644 index 0000000..45589dc --- /dev/null +++ b/assets/minecraft/textures/item/ender_eye_e.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] + } +} diff --git a/assets/minecraft/textures/item/ender_pearl.png.mcmeta b/assets/minecraft/textures/item/ender_pearl.png.mcmeta new file mode 100644 index 0000000..b0524f6 --- /dev/null +++ b/assets/minecraft/textures/item/ender_pearl.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2, 3] + } +} diff --git a/assets/minecraft/textures/item/ender_pearl_e.png b/assets/minecraft/textures/item/ender_pearl_e.png new file mode 100644 index 0000000..6ed2872 Binary files /dev/null and b/assets/minecraft/textures/item/ender_pearl_e.png differ diff --git a/assets/minecraft/textures/item/ender_pearl_e.png.mcmeta b/assets/minecraft/textures/item/ender_pearl_e.png.mcmeta new file mode 100644 index 0000000..b0524f6 --- /dev/null +++ b/assets/minecraft/textures/item/ender_pearl_e.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2, 3] + } +} diff --git a/assets/minecraft/textures/item/experience_bottle_e.png b/assets/minecraft/textures/item/experience_bottle_e.png new file mode 100644 index 0000000..eabe15d Binary files /dev/null and b/assets/minecraft/textures/item/experience_bottle_e.png differ diff --git a/assets/minecraft/textures/item/fire_charge_e.png b/assets/minecraft/textures/item/fire_charge_e.png new file mode 100644 index 0000000..7407bef Binary files /dev/null and b/assets/minecraft/textures/item/fire_charge_e.png differ diff --git a/assets/minecraft/textures/item/fish_pufferfish_raw.png b/assets/minecraft/textures/item/fish_pufferfish_raw.png new file mode 100644 index 0000000..82bad2c Binary files /dev/null and b/assets/minecraft/textures/item/fish_pufferfish_raw.png differ diff --git a/assets/minecraft/textures/item/glowstone_dust_e.png b/assets/minecraft/textures/item/glowstone_dust_e.png new file mode 100644 index 0000000..3fd263d Binary files /dev/null and b/assets/minecraft/textures/item/glowstone_dust_e.png differ diff --git a/assets/minecraft/textures/item/lantern_e.png b/assets/minecraft/textures/item/lantern_e.png new file mode 100644 index 0000000..5a74deb Binary files /dev/null and b/assets/minecraft/textures/item/lantern_e.png differ diff --git a/assets/minecraft/textures/item/lava_bucket_e.png b/assets/minecraft/textures/item/lava_bucket_e.png new file mode 100644 index 0000000..128e0a3 Binary files /dev/null and b/assets/minecraft/textures/item/lava_bucket_e.png differ diff --git a/assets/minecraft/textures/item/magma_cream_e.png b/assets/minecraft/textures/item/magma_cream_e.png new file mode 100644 index 0000000..88eb72d Binary files /dev/null and b/assets/minecraft/textures/item/magma_cream_e.png differ diff --git a/assets/minecraft/textures/item/music_disc_pigstep.png b/assets/minecraft/textures/item/music_disc_pigstep.png new file mode 100644 index 0000000..8a53871 Binary files /dev/null and b/assets/minecraft/textures/item/music_disc_pigstep.png differ diff --git a/assets/minecraft/textures/item/nether_sprouts.png b/assets/minecraft/textures/item/nether_sprouts.png new file mode 100644 index 0000000..d10cd6f Binary files /dev/null and b/assets/minecraft/textures/item/nether_sprouts.png differ diff --git a/assets/minecraft/textures/item/nether_star_e.png b/assets/minecraft/textures/item/nether_star_e.png new file mode 100644 index 0000000..de81ab1 Binary files /dev/null and b/assets/minecraft/textures/item/nether_star_e.png differ diff --git a/assets/minecraft/textures/item/netherite_axe.png b/assets/minecraft/textures/item/netherite_axe.png new file mode 100644 index 0000000..1033527 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_axe.png differ diff --git a/assets/minecraft/textures/item/netherite_boots.png b/assets/minecraft/textures/item/netherite_boots.png new file mode 100644 index 0000000..2195f62 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_boots.png differ diff --git a/assets/minecraft/textures/item/netherite_chestplate.png b/assets/minecraft/textures/item/netherite_chestplate.png new file mode 100644 index 0000000..fbde560 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_chestplate.png differ diff --git a/assets/minecraft/textures/item/netherite_helmet.png b/assets/minecraft/textures/item/netherite_helmet.png new file mode 100644 index 0000000..099c6b9 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_helmet.png differ diff --git a/assets/minecraft/textures/item/netherite_hoe.png b/assets/minecraft/textures/item/netherite_hoe.png new file mode 100644 index 0000000..cc34015 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_hoe.png differ diff --git a/assets/minecraft/textures/item/netherite_ingot.png b/assets/minecraft/textures/item/netherite_ingot.png new file mode 100644 index 0000000..32e9f52 Binary files /dev/null and b/assets/minecraft/textures/item/netherite_ingot.png differ diff --git a/assets/minecraft/textures/item/netherite_leggings.png b/assets/minecraft/textures/item/netherite_leggings.png new file mode 100644 index 0000000..5fd09cd Binary files /dev/null and b/assets/minecraft/textures/item/netherite_leggings.png differ diff --git a/assets/minecraft/textures/item/netherite_pickaxe.png b/assets/minecraft/textures/item/netherite_pickaxe.png new file mode 100644 index 0000000..6c3677d Binary files /dev/null and b/assets/minecraft/textures/item/netherite_pickaxe.png differ diff --git a/assets/minecraft/textures/item/netherite_scrap.png b/assets/minecraft/textures/item/netherite_scrap.png new file mode 100644 index 0000000..011f51a Binary files /dev/null and b/assets/minecraft/textures/item/netherite_scrap.png differ diff --git a/assets/minecraft/textures/item/netherite_shovel.png b/assets/minecraft/textures/item/netherite_shovel.png new file mode 100644 index 0000000..1815b7c Binary files /dev/null and b/assets/minecraft/textures/item/netherite_shovel.png differ diff --git a/assets/minecraft/textures/item/netherite_sword.png b/assets/minecraft/textures/item/netherite_sword.png new file mode 100644 index 0000000..c4dda9c Binary files /dev/null and b/assets/minecraft/textures/item/netherite_sword.png differ diff --git a/assets/minecraft/textures/item/phantom_membrane.png.mcmeta b/assets/minecraft/textures/item/phantom_membrane.png.mcmeta new file mode 100644 index 0000000..1f8e6d9 --- /dev/null +++ b/assets/minecraft/textures/item/phantom_membrane.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2] + } +} diff --git a/assets/minecraft/textures/item/phantom_membrane_e.png b/assets/minecraft/textures/item/phantom_membrane_e.png new file mode 100644 index 0000000..d7f664d Binary files /dev/null and b/assets/minecraft/textures/item/phantom_membrane_e.png differ diff --git a/assets/minecraft/textures/item/phantom_membrane_e.png.mcmeta b/assets/minecraft/textures/item/phantom_membrane_e.png.mcmeta new file mode 100644 index 0000000..1f8e6d9 --- /dev/null +++ b/assets/minecraft/textures/item/phantom_membrane_e.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2] + } +} diff --git a/assets/minecraft/textures/item/piglin_banner_pattern.png b/assets/minecraft/textures/item/piglin_banner_pattern.png new file mode 100644 index 0000000..f7b5082 Binary files /dev/null and b/assets/minecraft/textures/item/piglin_banner_pattern.png differ diff --git a/assets/minecraft/textures/item/potion_overlay.png.mcmeta b/assets/minecraft/textures/item/potion_overlay.png.mcmeta new file mode 100644 index 0000000..2c82547 --- /dev/null +++ b/assets/minecraft/textures/item/potion_overlay.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 3, + "interpolate": false, + "frames": [0, 1, 2, 3, 4, 5] + } +} diff --git a/assets/minecraft/textures/item/prismarine_crystals_e.png b/assets/minecraft/textures/item/prismarine_crystals_e.png new file mode 100644 index 0000000..e336e26 Binary files /dev/null and b/assets/minecraft/textures/item/prismarine_crystals_e.png differ diff --git a/assets/minecraft/textures/item/soul_campfire.png b/assets/minecraft/textures/item/soul_campfire.png new file mode 100644 index 0000000..5e324cc Binary files /dev/null and b/assets/minecraft/textures/item/soul_campfire.png differ diff --git a/assets/minecraft/textures/item/soul_lantern.png b/assets/minecraft/textures/item/soul_lantern.png new file mode 100644 index 0000000..f999d11 Binary files /dev/null and b/assets/minecraft/textures/item/soul_lantern.png differ diff --git a/assets/minecraft/textures/item/soul_lantern_e.png b/assets/minecraft/textures/item/soul_lantern_e.png new file mode 100644 index 0000000..8d47e78 Binary files /dev/null and b/assets/minecraft/textures/item/soul_lantern_e.png differ diff --git a/assets/minecraft/textures/item/spectral_arrow_e.png b/assets/minecraft/textures/item/spectral_arrow_e.png new file mode 100644 index 0000000..c36464c Binary files /dev/null and b/assets/minecraft/textures/item/spectral_arrow_e.png differ diff --git a/assets/minecraft/textures/item/totem2.png b/assets/minecraft/textures/item/totem2.png new file mode 100644 index 0000000..873d0e4 Binary files /dev/null and b/assets/minecraft/textures/item/totem2.png differ diff --git a/assets/minecraft/textures/item/totem_of_undying.png.mcmeta b/assets/minecraft/textures/item/totem_of_undying.png.mcmeta new file mode 100644 index 0000000..f08f462 --- /dev/null +++ b/assets/minecraft/textures/item/totem_of_undying.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 100, + "interpolate": true, + "frames": [0, 1, 2, 3, 4, 5] + } +} diff --git a/assets/minecraft/textures/item/totem_of_undying_e.png b/assets/minecraft/textures/item/totem_of_undying_e.png new file mode 100644 index 0000000..5ed1d3d Binary files /dev/null and b/assets/minecraft/textures/item/totem_of_undying_e.png differ diff --git a/assets/minecraft/textures/item/totem_of_undying_e.png.mcmeta b/assets/minecraft/textures/item/totem_of_undying_e.png.mcmeta new file mode 100644 index 0000000..f08f462 --- /dev/null +++ b/assets/minecraft/textures/item/totem_of_undying_e.png.mcmeta @@ -0,0 +1,7 @@ +{ + "animation": { + "frametime": 100, + "interpolate": true, + "frames": [0, 1, 2, 3, 4, 5] + } +} diff --git a/assets/minecraft/textures/item/trident_e.png b/assets/minecraft/textures/item/trident_e.png new file mode 100644 index 0000000..670aa00 Binary files /dev/null and b/assets/minecraft/textures/item/trident_e.png differ diff --git a/assets/minecraft/textures/item/warped_door.png b/assets/minecraft/textures/item/warped_door.png new file mode 100644 index 0000000..81c10d3 Binary files /dev/null and b/assets/minecraft/textures/item/warped_door.png differ diff --git a/assets/minecraft/textures/item/warped_fungus_on_a_stick.png b/assets/minecraft/textures/item/warped_fungus_on_a_stick.png new file mode 100644 index 0000000..f596870 Binary files /dev/null and b/assets/minecraft/textures/item/warped_fungus_on_a_stick.png differ diff --git a/assets/minecraft/textures/item/warped_fungus_on_a_stick_e.png b/assets/minecraft/textures/item/warped_fungus_on_a_stick_e.png new file mode 100644 index 0000000..2c7096a Binary files /dev/null and b/assets/minecraft/textures/item/warped_fungus_on_a_stick_e.png differ diff --git a/assets/minecraft/textures/map/map_icons2.png b/assets/minecraft/textures/map/map_icons2.png new file mode 100644 index 0000000..50a7bcc Binary files /dev/null and b/assets/minecraft/textures/map/map_icons2.png differ diff --git a/assets/minecraft/textures/models/armor/diamond_piglin_helmet.png b/assets/minecraft/textures/models/armor/diamond_piglin_helmet.png new file mode 100644 index 0000000..d12942f Binary files /dev/null and b/assets/minecraft/textures/models/armor/diamond_piglin_helmet.png differ diff --git a/assets/minecraft/textures/models/armor/gold_piglin_helmet.png b/assets/minecraft/textures/models/armor/gold_piglin_helmet.png new file mode 100644 index 0000000..3526aec Binary files /dev/null and b/assets/minecraft/textures/models/armor/gold_piglin_helmet.png differ diff --git a/assets/minecraft/textures/models/armor/iron_piglin_helmet.png b/assets/minecraft/textures/models/armor/iron_piglin_helmet.png new file mode 100644 index 0000000..93e6d2c Binary files /dev/null and b/assets/minecraft/textures/models/armor/iron_piglin_helmet.png differ diff --git a/assets/minecraft/textures/models/armor/leather_piglin_helmet.png b/assets/minecraft/textures/models/armor/leather_piglin_helmet.png new file mode 100644 index 0000000..e76c738 Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_piglin_helmet.png differ diff --git a/assets/minecraft/textures/models/armor/leather_piglin_helmet_overlay.png b/assets/minecraft/textures/models/armor/leather_piglin_helmet_overlay.png new file mode 100644 index 0000000..ac6f49a Binary files /dev/null and b/assets/minecraft/textures/models/armor/leather_piglin_helmet_overlay.png differ diff --git a/assets/minecraft/textures/models/armor/netherite_layer_1.png b/assets/minecraft/textures/models/armor/netherite_layer_1.png new file mode 100644 index 0000000..9e347aa Binary files /dev/null and b/assets/minecraft/textures/models/armor/netherite_layer_1.png differ diff --git a/assets/minecraft/textures/models/armor/netherite_layer_1_safe.png b/assets/minecraft/textures/models/armor/netherite_layer_1_safe.png new file mode 100644 index 0000000..c7c3458 Binary files /dev/null and b/assets/minecraft/textures/models/armor/netherite_layer_1_safe.png differ diff --git a/assets/minecraft/textures/models/armor/netherite_layer_2.png b/assets/minecraft/textures/models/armor/netherite_layer_2.png new file mode 100644 index 0000000..11623e8 Binary files /dev/null and b/assets/minecraft/textures/models/armor/netherite_layer_2.png differ diff --git a/assets/minecraft/textures/models/armor/netherite_layer_2_save.png b/assets/minecraft/textures/models/armor/netherite_layer_2_save.png new file mode 100644 index 0000000..bb50150 Binary files /dev/null and b/assets/minecraft/textures/models/armor/netherite_layer_2_save.png differ diff --git a/assets/minecraft/textures/models/armor/netherite_piglin_helmet.png b/assets/minecraft/textures/models/armor/netherite_piglin_helmet.png new file mode 100644 index 0000000..db1d8fd Binary files /dev/null and b/assets/minecraft/textures/models/armor/netherite_piglin_helmet.png differ diff --git a/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json b/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json new file mode 100644 index 0000000..886360f --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9c7cb50 --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6dff79f --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..2a3011c --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..203887f --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..901599d --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c8aa472 --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..2c97509 --- /dev/null +++ b/assets/minecraft/textures/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..14153a5 --- /dev/null +++ b/assets/minecraft/textures/models/block/anvil.json @@ -0,0 +1,119 @@ +{ + "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 new file mode 100644 index 0000000..3676fb1 --- /dev/null +++ b/assets/minecraft/textures/models/block/anvil_slightly_damaged.json @@ -0,0 +1,9 @@ +{ + "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 new file mode 100644 index 0000000..db80a97 --- /dev/null +++ b/assets/minecraft/textures/models/block/anvil_undamaged.json @@ -0,0 +1,9 @@ +{ + "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 new file mode 100644 index 0000000..8259dbe --- /dev/null +++ b/assets/minecraft/textures/models/block/anvil_very_damaged.json @@ -0,0 +1,9 @@ +{ + "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 new file mode 100644 index 0000000..79ca1b4 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_door_bottom.json @@ -0,0 +1,99 @@ +{ + "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 new file mode 100644 index 0000000..a676540 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_door_bottom_hinge.json @@ -0,0 +1,99 @@ +{ + "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 new file mode 100644 index 0000000..d9e1259 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_door_top.json @@ -0,0 +1,97 @@ +{ + "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 new file mode 100644 index 0000000..df3d7a4 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_door_top_hinge.json @@ -0,0 +1,96 @@ +{ + "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 new file mode 100644 index 0000000..daba0bc --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6acefd3 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..cca25e7 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..49d82e8 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..6b87149 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c8fca1c --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5feb2c0 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ec9e0a7 --- /dev/null +++ b/assets/minecraft/textures/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fbc76be --- /dev/null +++ b/assets/minecraft/textures/models/block/bookshelf.json @@ -0,0 +1,106 @@ +{ + "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 new file mode 100644 index 0000000..ec1824c --- /dev/null +++ b/assets/minecraft/textures/models/block/bookshelf/1.json @@ -0,0 +1,105 @@ +{ + "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 new file mode 100644 index 0000000..a5fec13 --- /dev/null +++ b/assets/minecraft/textures/models/block/bookshelf/2.json @@ -0,0 +1,105 @@ +{ + "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 new file mode 100644 index 0000000..4134191 --- /dev/null +++ b/assets/minecraft/textures/models/block/bookshelf/bookshelf.json @@ -0,0 +1,106 @@ +{ + "__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 new file mode 100644 index 0000000..37e1f78 --- /dev/null +++ b/assets/minecraft/textures/models/block/bookshelf/bookshelf_invetory.json @@ -0,0 +1,106 @@ +{ + "__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 new file mode 100644 index 0000000..350d6bd --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..886d51b --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..3817dec --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/3.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5a933a5 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/4.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..bf1c545 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/5.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6a6b724 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/6.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6c880be --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/7.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7921e48 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/1.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..16c99fa --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/10.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..528cf2d --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/11.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..1704976 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/12.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..0c28c95 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/13.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..43c1796 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/14.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..30f505c --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/2.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..ac39020 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/3.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..8abd24d --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/4.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..0644984 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/5.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..9ad1992 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/6.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..d18c76d --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/7.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..329bdc8 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/8.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..7788fb2 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/9.json @@ -0,0 +1,9 @@ +{ + "__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 new file mode 100644 index 0000000..4ca22a0 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a43caeb --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..6b4fc6a --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4fee9b6 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a80f294 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l5.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e0638f4 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l6.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..ba1677a --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/l7.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..260b35e --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1e838b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4ceecc6 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4e18d9d --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d9fe76a --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u5.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e4f3ec0 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u6.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..87ba643 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/halfslab/u7.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fb70cab --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..8304244 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fe9fc32 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fb74975 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d64f210 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1d5c672 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e76de8e --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c0ee602 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d9ba1d5 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/5.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..04dabb8 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/6.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..04dabb8 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/7.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1b06da9 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7743ea1 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..91da9c1 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e545050 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..3680541 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i5.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d5159f7 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i6.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d5159f7 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/i7.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7f0ce73 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..30ca649 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..40db3df --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..04cef6b --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..80e0c52 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o5.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..47b64a2 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o6.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..47b64a2 --- /dev/null +++ b/assets/minecraft/textures/models/block/bricks/stairs/o7.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..469625a --- /dev/null +++ b/assets/minecraft/textures/models/block/cactus/cactus.json @@ -0,0 +1,133 @@ +{ + "__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 new file mode 100644 index 0000000..be7d8b5 --- /dev/null +++ b/assets/minecraft/textures/models/block/cactus/cactus_invetory.json @@ -0,0 +1,133 @@ +{ + "__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 new file mode 100644 index 0000000..e94fbe4 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9bf3d45 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4a0d556 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e5afc43 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4abd939 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..989464c --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..ac51521 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7cfa7ea --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c8c6d35 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1d3eb9d --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e4fe010 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..3a87664 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..911dcfb --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..eb95f32 --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone_wall_post.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..ba17bac --- /dev/null +++ b/assets/minecraft/textures/models/block/cobblestone_wall_side.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..ada3839 --- /dev/null +++ b/assets/minecraft/textures/models/block/column_side.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..37c8b09 --- /dev/null +++ b/assets/minecraft/textures/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "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 new file mode 100644 index 0000000..97725c0 --- /dev/null +++ b/assets/minecraft/textures/models/block/cube - noshade.json @@ -0,0 +1,17 @@ +{ + "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 new file mode 100644 index 0000000..4d1c9af --- /dev/null +++ b/assets/minecraft/textures/models/block/cube.json @@ -0,0 +1,16 @@ +{ + "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 new file mode 100644 index 0000000..f112371 --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_all - noshade.json @@ -0,0 +1,13 @@ +{ + "__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 new file mode 100644 index 0000000..2678010 --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..0a17bb4 --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..3f8610e --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..eab2b04 --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_mirrored.json @@ -0,0 +1,15 @@ +{ + "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 new file mode 100644 index 0000000..b3f008c --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..197af0c --- /dev/null +++ b/assets/minecraft/textures/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..1eaff6d --- /dev/null +++ b/assets/minecraft/textures/models/block/custom_wall_inventory.json @@ -0,0 +1,44 @@ +{ "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 new file mode 100644 index 0000000..47dcf05 --- /dev/null +++ b/assets/minecraft/textures/models/block/custom_wall_post.json @@ -0,0 +1,19 @@ +{ + "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 new file mode 100644 index 0000000..4fe9b9c --- /dev/null +++ b/assets/minecraft/textures/models/block/custom_wall_side.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..04ee47e --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..0b4014e --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..1330312 --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..a37d988 --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..17ba598 --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..eac9f86 --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..609165e --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e34536e --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..573591b --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7e9dd39 --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b28babe --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fb68c2c --- /dev/null +++ b/assets/minecraft/textures/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/template_fence_gate_wall_open", + "textures": { + "texture": "block/dark_oak_fence_gate" + } +} diff --git a/assets/minecraft/textures/models/block/desktop.ini b/assets/minecraft/textures/models/block/desktop.ini new file mode 100644 index 0000000..7234794 --- /dev/null +++ b/assets/minecraft/textures/models/block/desktop.ini @@ -0,0 +1,37 @@ +[LocalizedFileNames] +spruce_fence_gate_closed.json=@spruce_fence_gate_closed,0 +spruce_fence_gate_open.json=@spruce_fence_gate_open,0 +spruce_fence_inventory.json=@spruce_fence_inventory,0 +spruce_fence_post.json=@spruce_fence_post,0 +spruce_fence_side.json=@spruce_fence_side,0 +jungle_fence_gate_closed.json=@jungle_fence_gate_closed,0 +jungle_fence_gate_open.json=@jungle_fence_gate_open,0 +jungle_fence_inventory.json=@jungle_fence_inventory,0 +jungle_fence_post.json=@jungle_fence_post,0 +jungle_fence_side.json=@jungle_fence_side,0 +nether_brick_fence_inventory.json=@nether_brick_fence_inventory,0 +nether_brick_fence_post.json=@nether_brick_fence_post,0 +nether_brick_fence_side.json=@nether_brick_fence_side,0 +oak_fence_gate_closed.json=@oak_fence_gate_closed,0 +oak_fence_gate_open.json=@oak_fence_gate_open,0 +oak_fence_inventory.json=@oak_fence_inventory,0 +oak_fence_post.json=@oak_fence_post,0 +oak_fence_side.json=@oak_fence_side,0 +dark_oak_fence_gate_closed.json=@dark_oak_fence_gate_closed,0 +dark_oak_fence_gate_open.json=@dark_oak_fence_gate_open,0 +dark_oak_fence_inventory.json=@dark_oak_fence_inventory,0 +dark_oak_fence_post.json=@dark_oak_fence_post,0 +dark_oak_fence_side.json=@dark_oak_fence_side,0 +fence_inventory.json=@fence_inventory,0 +fence_post.json=@fence_post,0 +fence_side.json=@fence_side,0 +acacia_fence_side.json=@acacia_fence_side,0 +birch_fence_gate_closed.json=@birch_fence_gate_closed,0 +birch_fence_gate_open.json=@birch_fence_gate_open,0 +birch_fence_inventory.json=@birch_fence_inventory,0 +birch_fence_post.json=@birch_fence_post,0 +birch_fence_side.json=@birch_fence_side,0 +acacia_fence_gate_closed.json=@acacia_fence_gate_closed,0 +acacia_fence_gate_open.json=@acacia_fence_gate_open,0 +acacia_fence_inventory.json=@acacia_fence_inventory,0 +acacia_fence_post.json=@acacia_fence_post,0 diff --git a/assets/minecraft/textures/models/block/diorite/1.json b/assets/minecraft/textures/models/block/diorite/1.json new file mode 100644 index 0000000..c6614b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/diorite/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8379120 --- /dev/null +++ b/assets/minecraft/textures/models/block/dirt/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7cda86f --- /dev/null +++ b/assets/minecraft/textures/models/block/dirt/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7f2b9cf --- /dev/null +++ b/assets/minecraft/textures/models/block/dirt/3.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..49dc0b1 --- /dev/null +++ b/assets/minecraft/textures/models/block/dirt/4.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ee70c4e --- /dev/null +++ b/assets/minecraft/textures/models/block/door_bottom.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..f96df0a --- /dev/null +++ b/assets/minecraft/textures/models/block/door_bottom_rh.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..4774772 --- /dev/null +++ b/assets/minecraft/textures/models/block/door_top.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..f8df22b --- /dev/null +++ b/assets/minecraft/textures/models/block/door_top_rh.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..9972d3b --- /dev/null +++ b/assets/minecraft/textures/models/block/fern/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d4a2693 --- /dev/null +++ b/assets/minecraft/textures/models/block/flower_pot_cross.json @@ -0,0 +1,75 @@ +{ + "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 new file mode 100644 index 0000000..6c11967 --- /dev/null +++ b/assets/minecraft/textures/models/block/flower_pot_fern.json @@ -0,0 +1,76 @@ +{ + "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 new file mode 100644 index 0000000..951ada8 --- /dev/null +++ b/assets/minecraft/textures/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..3b500f4 --- /dev/null +++ b/assets/minecraft/textures/models/block/granite/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b7c83da --- /dev/null +++ b/assets/minecraft/textures/models/block/grass.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..892738a --- /dev/null +++ b/assets/minecraft/textures/models/block/grass/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..79225d5 --- /dev/null +++ b/assets/minecraft/textures/models/block/grass/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..205b79c --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block.json @@ -0,0 +1,31 @@ +{ "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 new file mode 100644 index 0000000..a63c860 --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block/1.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..3a7b1cc --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block/2.json @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..557ca76 --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block/3.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..cd6f50c --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block/4.json @@ -0,0 +1,11 @@ +{ + "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 new file mode 100644 index 0000000..59d72ec --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_block/5.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..b922acb --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_path.json @@ -0,0 +1,21 @@ +{ "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 new file mode 100644 index 0000000..afc0ab6 --- /dev/null +++ b/assets/minecraft/textures/models/block/grass_top_extra.json @@ -0,0 +1,30 @@ +{ "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 new file mode 100644 index 0000000..db28a9c --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_cap.json @@ -0,0 +1,23 @@ +{ + "__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 new file mode 100644 index 0000000..04ad298 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_cap_alt.json @@ -0,0 +1,23 @@ +{ + "__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 new file mode 100644 index 0000000..ae4948e --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_post.json @@ -0,0 +1,21 @@ +{ + "__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 new file mode 100644 index 0000000..075f6c8 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_post_ends.json @@ -0,0 +1,23 @@ +{ + "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 new file mode 100644 index 0000000..2d51a29 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_side.json @@ -0,0 +1,62 @@ +{ + "__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 new file mode 100644 index 0000000..4ccb23f --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_bars_side_alt.json @@ -0,0 +1,62 @@ +{ + "__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 new file mode 100644 index 0000000..c97b04c --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..079fd12 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..1332810 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..2ccc5a2 --- /dev/null +++ b/assets/minecraft/textures/models/block/iron_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..21cfd76 --- /dev/null +++ b/assets/minecraft/textures/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "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 new file mode 100644 index 0000000..4d2d01e --- /dev/null +++ b/assets/minecraft/textures/models/block/item_frame_map.json @@ -0,0 +1,57 @@ +{ + "__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 new file mode 100644 index 0000000..5b75ede --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_door_bottom.json @@ -0,0 +1,59 @@ +{ + "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 new file mode 100644 index 0000000..2b9d9cf --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_door_bottom_hinge.json @@ -0,0 +1,59 @@ +{ + "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 new file mode 100644 index 0000000..d14c5aa --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_door_top.json @@ -0,0 +1,47 @@ +{ + "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 new file mode 100644 index 0000000..a3324e4 --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_door_top_hinge.json @@ -0,0 +1,47 @@ +{ + "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 new file mode 100644 index 0000000..43dbe34 --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9b624e4 --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..01f23dd --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..27bec0b --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..0cf3d33 --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..011b52b --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..91025cc --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7eba674 --- /dev/null +++ b/assets/minecraft/textures/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..caef000 --- /dev/null +++ b/assets/minecraft/textures/models/block/ladder.json @@ -0,0 +1,41 @@ +{ + "__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 new file mode 100644 index 0000000..04a5105 --- /dev/null +++ b/assets/minecraft/textures/models/block/large_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..75ff5ae --- /dev/null +++ b/assets/minecraft/textures/models/block/large_fern_top.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..4cf34cd --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves - nobiome.json @@ -0,0 +1,19 @@ +{ + "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 new file mode 100644 index 0000000..ec3b5f5 --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves.json @@ -0,0 +1,19 @@ +{ + "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 new file mode 100644 index 0000000..9552fbd --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/acacia/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5b86044 --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/birch/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..de44d52 --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/dark_oak/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..27728b3 --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/jungle/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..dfc7fbb --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/oak/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..8ca2e6d --- /dev/null +++ b/assets/minecraft/textures/models/block/leaves/spruce/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..2279c04 --- /dev/null +++ b/assets/minecraft/textures/models/block/lily_pad/1.json @@ -0,0 +1,38 @@ +{ + "__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 new file mode 100644 index 0000000..4e1bba6 --- /dev/null +++ b/assets/minecraft/textures/models/block/lily_pad/2.json @@ -0,0 +1,37 @@ +{ + "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 new file mode 100644 index 0000000..1f6e7a2 --- /dev/null +++ b/assets/minecraft/textures/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8eb0af5 --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/acacia/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..9f98475 --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/birch/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..f46da8d --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/dark_oak/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..37ea5d2 --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/jungle/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..6c7ca3c --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/oak/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..64fda06 --- /dev/null +++ b/assets/minecraft/textures/models/block/logs/spruce/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..cbdd6f5 --- /dev/null +++ b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_inventory.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..a09a3b1 --- /dev/null +++ b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_post.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..002dafd --- /dev/null +++ b/assets/minecraft/textures/models/block/mossy_cobblestone_wall_side.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..d2360e5 --- /dev/null +++ b/assets/minecraft/textures/models/block/netherrack.json @@ -0,0 +1,10 @@ +{ + "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 new file mode 100644 index 0000000..ee6cec0 --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c7ff108 --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..97ebc92 --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..6de99ff --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..210782d --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..817cf64 --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..f5719c8 --- /dev/null +++ b/assets/minecraft/textures/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7e383a3 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/coal/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..3b58020 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/coal/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ceaa185 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/diamond/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..43ef576 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/emerald/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d283529 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/gold/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..75ba626 --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/iron/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..dc90b6d --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/lapis/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b03889b --- /dev/null +++ b/assets/minecraft/textures/models/block/ore/redstone/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e67afc8 --- /dev/null +++ b/assets/minecraft/textures/models/block/path/1.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..76316b8 --- /dev/null +++ b/assets/minecraft/textures/models/block/path/2.json @@ -0,0 +1,22 @@ +{ + "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 new file mode 100644 index 0000000..b85cc62 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..39ac5e4 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..63d2360 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4fc5654 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..eca1abf --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5b7c066 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2528705 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..ef5d3b8 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..da66b78 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..51aabe4 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..827a384 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..31e6cc5 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/acacia/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..ab1780b --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d69f277 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..cd8c11b --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..70f8f7e --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..f43da7b --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fa0c10e --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..29f7298 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a0ee1f5 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..81af5eb --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..6cc334f --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a800cc9 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c204f17 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/birch/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..eff6a78 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b4349c7 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..abbf5fa --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..8129446 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d962dca --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..52704a6 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..457696b --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c02b41d --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..cff5835 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1c2fee1 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..756e54c --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..bf326df --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/dark_oak/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..0572dc6 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8f8b1e5 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..136e576 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4cfbce0 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2587c1e --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2f05a0a --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..74f8d7f --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..f43b98e --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4cb7600 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7ac21a6 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..dfe4d6f --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2fbd1ba --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/jungle/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..08437b8 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e6a7101 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..fdde2e8 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7e6b5be --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..8b6c377 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..155dc41 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..dc46d13 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..ba43b6d --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a2c29f6 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..f74bcc3 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a70b8d4 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4c004d9 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/oak/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..18b9bae --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..824ec4d --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..88b706c --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..62e1adf --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..3c1b240 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a02dcf9 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..512fa0a --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..079fc14 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..902c5e7 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4e8524d --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..715081b --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d51c443 --- /dev/null +++ b/assets/minecraft/textures/models/block/planks/spruce/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..8d1c250 --- /dev/null +++ b/assets/minecraft/textures/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1e32fe8 --- /dev/null +++ b/assets/minecraft/textures/models/block/powered_rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "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 new file mode 100644 index 0000000..9be4aa8 --- /dev/null +++ b/assets/minecraft/textures/models/block/powered_rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "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 new file mode 100644 index 0000000..c3a52d1 --- /dev/null +++ b/assets/minecraft/textures/models/block/rail_corner.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..9fc0b7e --- /dev/null +++ b/assets/minecraft/textures/models/block/rail_curved.json @@ -0,0 +1,138 @@ +{ + "__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 new file mode 100644 index 0000000..abcf0d7 --- /dev/null +++ b/assets/minecraft/textures/models/block/rail_flat.json @@ -0,0 +1,40 @@ +{ + "__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 new file mode 100644 index 0000000..90236ae --- /dev/null +++ b/assets/minecraft/textures/models/block/rail_raised_ne.json @@ -0,0 +1,57 @@ +{ + "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 new file mode 100644 index 0000000..f407cd5 --- /dev/null +++ b/assets/minecraft/textures/models/block/rail_raised_sw.json @@ -0,0 +1,57 @@ +{ + "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 new file mode 100644 index 0000000..99ef09a --- /dev/null +++ b/assets/minecraft/textures/models/block/red_sand/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..be47bd7 --- /dev/null +++ b/assets/minecraft/textures/models/block/red_sand/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..48a11e6 --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_dot.json @@ -0,0 +1,24 @@ +{ + "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 new file mode 100644 index 0000000..a25954f --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side.json @@ -0,0 +1,23 @@ +{ + "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 new file mode 100644 index 0000000..d802b28 --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side0.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ea1b5b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..b187d5c --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side_alt.json @@ -0,0 +1,23 @@ +{ + "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 new file mode 100644 index 0000000..c5b4c43 --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side_alt0.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..16fcbfa --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_side_alt1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..f4a7bbc --- /dev/null +++ b/assets/minecraft/textures/models/block/redstone_up.json @@ -0,0 +1,24 @@ +{ + "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 new file mode 100644 index 0000000..bd76f1d --- /dev/null +++ b/assets/minecraft/textures/models/block/sand/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c4c6c03 --- /dev/null +++ b/assets/minecraft/textures/models/block/sand/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..7d21be3 --- /dev/null +++ b/assets/minecraft/textures/models/block/sand/3.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8fa415a --- /dev/null +++ b/assets/minecraft/textures/models/block/sand/4.json @@ -0,0 +1,7 @@ +{ + "__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 new file mode 100644 index 0000000..ae110fa --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/chiseled/normal/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..40568b1 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/chiseled/red/1.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..efd82c1 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d40efd1 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fa79dfc --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1423cc6 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..94e30bb --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fac1047 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/l3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..43471c6 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d145b5f --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..e9f6b8e --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/cut/normal/slab/u3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c3761e6 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..f9dc905 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..20e3770 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..255eee7 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..28bb7bf --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..b836fa9 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..252313e --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5849bca --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..38680b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..abdfdf2 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..09ce091 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..f559eed --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/normal/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..bf79f22 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2aff959 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..7d2a5d4 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..485835c --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a3fccac --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c543885 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2890dca --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..4dd5b4d --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..1c72fdc --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..22dc095 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2b7134e --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..73213a7 --- /dev/null +++ b/assets/minecraft/textures/models/block/sandstone/normal/red/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a0b57c7 --- /dev/null +++ b/assets/minecraft/textures/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..74ac2ed --- /dev/null +++ b/assets/minecraft/textures/models/block/slime_block/1.json @@ -0,0 +1,30 @@ +{ + "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 new file mode 100644 index 0000000..92bf9b7 --- /dev/null +++ b/assets/minecraft/textures/models/block/slime_block/2.json @@ -0,0 +1,30 @@ +{ + "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 new file mode 100644 index 0000000..b968532 --- /dev/null +++ b/assets/minecraft/textures/models/block/slime_block/3.json @@ -0,0 +1,30 @@ +{ + "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 new file mode 100644 index 0000000..db033b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/slime_block/4.json @@ -0,0 +1,30 @@ +{ + "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 new file mode 100644 index 0000000..46fae55 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..d4a6add --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_door_bottom_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..928f5cd --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..f603699 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_door_top_hinge.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..9a25799 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..925935d --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..88f6785 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ab28607 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_fence_post.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d10b0af --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_fence_side.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..9b11dab --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ebdfd8e --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..c2c1ff2 --- /dev/null +++ b/assets/minecraft/textures/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..eff754d --- /dev/null +++ b/assets/minecraft/textures/models/block/stone/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..a6bc535 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..d87e895 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone/3.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e0348ca --- /dev/null +++ b/assets/minecraft/textures/models/block/stone/4.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e691aeb --- /dev/null +++ b/assets/minecraft/textures/models/block/stone/5.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..e734e0c --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_brick_slab.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2571d95 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_brick_slab_top.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..fd69156 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..8175189 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/2.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5bb1d60 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/3.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..a1c2573 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/4.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..ebc77ec --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/l1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..cc1f3e3 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/l2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..8b67ece --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/l3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d05a4b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/l4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..c701041 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/u1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..81a2c87 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/u2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5bb0865 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/u3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..a5ae9d7 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/slab/u4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..d1df26b --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..54c4cbd --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..65ae8ce --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5eab2cf --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5e403e0 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/i1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..23c81b0 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/i2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..3ff52a7 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/i3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..5346e64 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/i4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..93a212e --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/o1.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..eae51f1 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/o2.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..2447b06 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/o3.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..58e7ac3 --- /dev/null +++ b/assets/minecraft/textures/models/block/stone_bricks/stairs/o4.json @@ -0,0 +1,8 @@ +{ + "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 new file mode 100644 index 0000000..695f0fa --- /dev/null +++ b/assets/minecraft/textures/models/block/sugar_cane.json @@ -0,0 +1,352 @@ +{ + "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 new file mode 100644 index 0000000..c85b484 --- /dev/null +++ b/assets/minecraft/textures/models/block/tall_grass_bottom.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..6b19127 --- /dev/null +++ b/assets/minecraft/textures/models/block/tall_grass_top.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 0000000..b1a090f --- /dev/null +++ b/assets/minecraft/textures/models/block/template_fence_gate.json @@ -0,0 +1,107 @@ +{ "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 new file mode 100644 index 0000000..af2062a --- /dev/null +++ b/assets/minecraft/textures/models/block/template_fence_gate_open.json @@ -0,0 +1,95 @@ +{ + "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 new file mode 100644 index 0000000..7b1be07 --- /dev/null +++ b/assets/minecraft/textures/models/block/template_fence_gate_wall.json @@ -0,0 +1,96 @@ +{ + "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 new file mode 100644 index 0000000..6aac6c8 --- /dev/null +++ b/assets/minecraft/textures/models/block/template_fence_gate_wall_open.json @@ -0,0 +1,96 @@ +{ + "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 new file mode 100644 index 0000000..c1c40e4 --- /dev/null +++ b/assets/minecraft/textures/models/block/template_wall_post.json @@ -0,0 +1,19 @@ +{ + "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 new file mode 100644 index 0000000..301854c --- /dev/null +++ b/assets/minecraft/textures/models/block/template_wall_side.json @@ -0,0 +1,18 @@ +{ + "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 new file mode 100644 index 0000000..d3b5474 --- /dev/null +++ b/assets/minecraft/textures/models/block/tinted_cross.json @@ -0,0 +1,26 @@ +{ + "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 new file mode 100644 index 0000000..97725c0 --- /dev/null +++ b/assets/minecraft/textures/models/block/unshaded_cube.json @@ -0,0 +1,17 @@ +{ + "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 new file mode 100644 index 0000000..a631c5f --- /dev/null +++ b/assets/minecraft/textures/models/block/unshaded_cube_all.json @@ -0,0 +1,12 @@ +{ + "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 new file mode 100644 index 0000000..7209078 --- /dev/null +++ b/assets/minecraft/textures/models/block/untinted_leaves.json @@ -0,0 +1,19 @@ +{ + "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 new file mode 100644 index 0000000..b40aeed --- /dev/null +++ b/assets/minecraft/textures/models/block/wheat/1.json @@ -0,0 +1,6 @@ +{ + "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 new file mode 100644 index 0000000..5711e9b --- /dev/null +++ b/assets/minecraft/textures/models/block/wheat/2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "block/wheat_stage7-2" + } +} diff --git a/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100644 index 0000000..ce04b4c Binary files /dev/null and b/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/assets/minecraft/textures/particle/particles.png b/assets/minecraft/textures/particle/particles.png new file mode 100644 index 0000000..7b26ebd Binary files /dev/null and b/assets/minecraft/textures/particle/particles.png differ diff --git a/assets/minecraft/textures/particle/soul_fire_flame.png b/assets/minecraft/textures/particle/soul_fire_flame.png new file mode 100644 index 0000000..807d932 Binary files /dev/null and b/assets/minecraft/textures/particle/soul_fire_flame.png differ