diff --git a/assets/minecraft/models/block/coal_ore.json b/assets/minecraft/models/block/coal_ore.json deleted file mode 100644 index c2b4d0255..000000000 --- a/assets/minecraft/models/block/coal_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/coal_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/diamond_ore.json b/assets/minecraft/models/block/diamond_ore.json deleted file mode 100644 index b5d2ac4c3..000000000 --- a/assets/minecraft/models/block/diamond_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/diamond_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/emerald_ore.json b/assets/minecraft/models/block/emerald_ore.json deleted file mode 100644 index 405b5231a..000000000 --- a/assets/minecraft/models/block/emerald_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/emerald_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/gold_ore.json b/assets/minecraft/models/block/gold_ore.json deleted file mode 100644 index db3ad35d8..000000000 --- a/assets/minecraft/models/block/gold_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/gold_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_ore.json b/assets/minecraft/models/block/iron_ore.json deleted file mode 100644 index 454b0950e..000000000 --- a/assets/minecraft/models/block/iron_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/iron_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_ore.json b/assets/minecraft/models/block/redstone_ore.json deleted file mode 100644 index fc94240fb..000000000 --- a/assets/minecraft/models/block/redstone_ore.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/cube_all", - "textures": { - "all": "minecraft:block/redstone_ore_2" - } -} \ No newline at end of file diff --git a/assets/minecraft/models/block/template_azalea.json b/assets/minecraft/models/block/template_azalea.json deleted file mode 100644 index f4aa24bec..000000000 --- a/assets/minecraft/models/block/template_azalea.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "description": "Fix UVs issues from Mojang", - "parent": "block/block", - "ambientocclusion": false, - "textures": { - "particle": "block/azalea_plant", - "plant": "block/azalea_plant" - }, - "elements": [ - { - "from": [0, 16, 0], - "to": [16, 16, 16], - "faces": { - "up": {"uv": [0, 0, 16, 16], "texture": "#top"}, - "down": {"uv": [16, 16, 0, 0], "texture": "#top"} - } - }, - { - "from": [0, 5, 0], - "to": [16, 16, 0], - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#side"} - } - }, - { - "from": [0, 5, 16], - "to": [16, 16, 16], - "faces": { - "north": {"uv": [0, 0, 16, 11], "texture": "#side"}, - "south": {"uv": [0, 0, 16, 11], "texture": "#side"} - } - }, - { - "from": [0, 5, 0], - "to": [0, 16, 16], - "faces": { - "east": {"uv": [0, 0, 16, 11], "texture": "#side"}, - "west": {"uv": [16, 0, 0, 11], "texture": "#side"} - } - }, - { - "from": [16, 5, 0], - "to": [16, 16, 16], - "faces": { - "east": {"uv": [0, 0, 16, 11], "texture": "#side"}, - "west": {"uv": [16, 0, 0, 11], "texture": "#side"} - } - }, - { - "from": [0.8, 0, 8], - "to": [15.2, 15.8, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#plant"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#plant"} - } - }, - { - "from": [8, 0, 0.8], - "to": [8, 15.8, 15.2], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true}, - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#plant"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#plant"} - } - } - ] -} \ No newline at end of file diff --git a/assets/minecraft/textures/block/coal_ore.png b/assets/minecraft/textures/block/coal_ore.png index 2b8980818..2e7d87e8a 100644 Binary files a/assets/minecraft/textures/block/coal_ore.png and b/assets/minecraft/textures/block/coal_ore.png differ diff --git a/assets/minecraft/textures/block/coal_ore_2.png b/assets/minecraft/textures/block/coal_ore_2.png deleted file mode 100644 index 2e7d87e8a..000000000 Binary files a/assets/minecraft/textures/block/coal_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/diamond_ore.png b/assets/minecraft/textures/block/diamond_ore.png index 0e2a7a2f9..120821f2d 100644 Binary files a/assets/minecraft/textures/block/diamond_ore.png and b/assets/minecraft/textures/block/diamond_ore.png differ diff --git a/assets/minecraft/textures/block/diamond_ore_2.png b/assets/minecraft/textures/block/diamond_ore_2.png deleted file mode 100644 index 120821f2d..000000000 Binary files a/assets/minecraft/textures/block/diamond_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/emerald_ore.png b/assets/minecraft/textures/block/emerald_ore.png index feefe5a00..0ed632ede 100644 Binary files a/assets/minecraft/textures/block/emerald_ore.png and b/assets/minecraft/textures/block/emerald_ore.png differ diff --git a/assets/minecraft/textures/block/emerald_ore_2.png b/assets/minecraft/textures/block/emerald_ore_2.png deleted file mode 100644 index 0ed632ede..000000000 Binary files a/assets/minecraft/textures/block/emerald_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/gold_ore.png b/assets/minecraft/textures/block/gold_ore.png index c6d9ace51..c55d9f1ce 100644 Binary files a/assets/minecraft/textures/block/gold_ore.png and b/assets/minecraft/textures/block/gold_ore.png differ diff --git a/assets/minecraft/textures/block/gold_ore_2.png b/assets/minecraft/textures/block/gold_ore_2.png deleted file mode 100644 index c55d9f1ce..000000000 Binary files a/assets/minecraft/textures/block/gold_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/iron_ore.png b/assets/minecraft/textures/block/iron_ore.png index 615f82264..d8c9d75f7 100644 Binary files a/assets/minecraft/textures/block/iron_ore.png and b/assets/minecraft/textures/block/iron_ore.png differ diff --git a/assets/minecraft/textures/block/iron_ore_2.png b/assets/minecraft/textures/block/iron_ore_2.png deleted file mode 100644 index d8c9d75f7..000000000 Binary files a/assets/minecraft/textures/block/iron_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/lapis_ore.png b/assets/minecraft/textures/block/lapis_ore.png index b079dd80c..6ec0b7d1a 100644 Binary files a/assets/minecraft/textures/block/lapis_ore.png and b/assets/minecraft/textures/block/lapis_ore.png differ diff --git a/assets/minecraft/textures/block/lapis_ore_2.png b/assets/minecraft/textures/block/lapis_ore_2.png deleted file mode 100644 index 6ec0b7d1a..000000000 Binary files a/assets/minecraft/textures/block/lapis_ore_2.png and /dev/null differ diff --git a/assets/minecraft/textures/block/redstone_ore.png b/assets/minecraft/textures/block/redstone_ore.png index fd1737af1..f6cb27db2 100644 Binary files a/assets/minecraft/textures/block/redstone_ore.png and b/assets/minecraft/textures/block/redstone_ore.png differ diff --git a/assets/minecraft/textures/block/redstone_ore_2.png b/assets/minecraft/textures/block/redstone_ore_2.png deleted file mode 100644 index f6cb27db2..000000000 Binary files a/assets/minecraft/textures/block/redstone_ore_2.png and /dev/null differ