diff --git a/src/main/resources/assets/minecraft/atlases/blocks.json b/src/main/resources/assets/minecraft/atlases/blocks.json deleted file mode 100644 index b89b36c..0000000 --- a/src/main/resources/assets/minecraft/atlases/blocks.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sources": [ - { - "type": "directory", - "source": "entity/chest", - "prefix": "entity/chest/" - } - ] -} diff --git a/src/main/resources/assets/minecraft/blockstates/beetroots.json b/src/main/resources/assets/minecraft/blockstates/beetroots.json deleted file mode 100644 index e0d1052..0000000 --- a/src/main/resources/assets/minecraft/blockstates/beetroots.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "variants": { - "age=0": { - "model": "minecraft:block/beetroots_stage0" - }, - "age=1": { - "model": "minecraft:block/beetroots_stage1" - }, - "age=2": { - "model": "minecraft:block/beetroots_stage2" - }, - "age=3": [ - { - "model": "minecraft:block/beetroots_stage3" - }, - { - "model": "minecraft:block/beetroots_stage3a" - }, - { - "model": "minecraft:block/beetroots_stage3b" - } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/blockstates/carrots.json b/src/main/resources/assets/minecraft/blockstates/carrots.json deleted file mode 100644 index ae7b793..0000000 --- a/src/main/resources/assets/minecraft/blockstates/carrots.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "age=0": { - "model": "minecraft:block/carrots_stage0" - }, - "age=1": { - "model": "minecraft:block/carrots_stage0" - }, - "age=2": { - "model": "minecraft:block/carrots_stage1" - }, - "age=3": { - "model": "minecraft:block/carrots_stage1" - }, - "age=4": { - "model": "minecraft:block/carrots_stage2" - }, - "age=5": { - "model": "minecraft:block/carrots_stage2" - }, - "age=6": { - "model": "minecraft:block/carrots_stage2" - }, - "age=7": [ - { - "model": "minecraft:block/carrots_stage3" - }, - { - "model": "minecraft:block/carrots_stage3a" - }, - { - "model": "minecraft:block/carrots_stage3b" - } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/blockstates/chest.json b/src/main/resources/assets/minecraft/blockstates/chest.json deleted file mode 100644 index f1a3528..0000000 --- a/src/main/resources/assets/minecraft/blockstates/chest.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "variants": { - "facing=north,type=single": { - "model": "minecraft:block/chest" - }, - "facing=east,type=single": { - "model": "minecraft:block/chest", - "y": 90 - }, - "facing=south,type=single": { - "model": "minecraft:block/chest", - "y": 180 - }, - "facing=west,type=single": { - "model": "minecraft:block/chest", - "y": 270 - }, - "facing=north,type=left": { - "model": "minecraft:block/chest_left" - }, - "facing=east,type=left": { - "model": "minecraft:block/chest_left", - "y": 90 - }, - "facing=south,type=left": { - "model": "minecraft:block/chest_left", - "y": 180 - }, - "facing=west,type=left": { - "model": "minecraft:block/chest_left", - "y": 270 - }, - "facing=north,type=right": { - "model": "minecraft:block/chest_right" - }, - "facing=east,type=right": { - "model": "minecraft:block/chest_right", - "y": 90 - }, - "facing=south,type=right": { - "model": "minecraft:block/chest_right", - "y": 180 - }, - "facing=west,type=right": { - "model": "minecraft:block/chest_right", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/minecraft/blockstates/ender_chest.json b/src/main/resources/assets/minecraft/blockstates/ender_chest.json deleted file mode 100644 index 6f412e1..0000000 --- a/src/main/resources/assets/minecraft/blockstates/ender_chest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "minecraft:block/ender_chest" - }, - "facing=east": { - "model": "minecraft:block/ender_chest", - "y": 90 - }, - "facing=south": { - "model": "minecraft:block/ender_chest", - "y": 180 - }, - "facing=west": { - "model": "minecraft:block/ender_chest", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/minecraft/blockstates/potatoes.json b/src/main/resources/assets/minecraft/blockstates/potatoes.json deleted file mode 100644 index 770f31c..0000000 --- a/src/main/resources/assets/minecraft/blockstates/potatoes.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "age=0": { - "model": "minecraft:block/potatoes_stage0" - }, - "age=1": { - "model": "minecraft:block/potatoes_stage0" - }, - "age=2": { - "model": "minecraft:block/potatoes_stage1" - }, - "age=3": { - "model": "minecraft:block/potatoes_stage1" - }, - "age=4": { - "model": "minecraft:block/potatoes_stage2" - }, - "age=5": { - "model": "minecraft:block/potatoes_stage2" - }, - "age=6": { - "model": "minecraft:block/potatoes_stage2" - }, - "age=7": [ - { - "model": "minecraft:block/potatoes_stage3" - }, - { - "model": "minecraft:block/potatoes_stage3a" - }, - { - "model": "minecraft:block/potatoes_stage3b" - } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/blockstates/trapped_chest.json b/src/main/resources/assets/minecraft/blockstates/trapped_chest.json deleted file mode 100644 index b66b4b1..0000000 --- a/src/main/resources/assets/minecraft/blockstates/trapped_chest.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "variants": { - "facing=north,type=single": { - "model": "minecraft:block/trapped_chest" - }, - "facing=east,type=single": { - "model": "minecraft:block/trapped_chest", - "y": 90 - }, - "facing=south,type=single": { - "model": "minecraft:block/trapped_chest", - "y": 180 - }, - "facing=west,type=single": { - "model": "minecraft:block/trapped_chest", - "y": 270 - }, - "facing=north,type=left": { - "model": "minecraft:block/trapped_chest_left" - }, - "facing=east,type=left": { - "model": "minecraft:block/trapped_chest_left", - "y": 90 - }, - "facing=south,type=left": { - "model": "minecraft:block/trapped_chest_left", - "y": 180 - }, - "facing=west,type=left": { - "model": "minecraft:block/trapped_chest_left", - "y": 270 - }, - "facing=north,type=right": { - "model": "minecraft:block/trapped_chest_right" - }, - "facing=east,type=right": { - "model": "minecraft:block/trapped_chest_right", - "y": 90 - }, - "facing=south,type=right": { - "model": "minecraft:block/trapped_chest_right", - "y": 180 - }, - "facing=west,type=right": { - "model": "minecraft:block/trapped_chest_right", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/minecraft/blockstates/wheat.json b/src/main/resources/assets/minecraft/blockstates/wheat.json deleted file mode 100644 index 40a2992..0000000 --- a/src/main/resources/assets/minecraft/blockstates/wheat.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "variants": { - "age=0": { - "model": "minecraft:block/wheat_stage0" - }, - "age=1": { - "model": "minecraft:block/wheat_stage1" - }, - "age=2": { - "model": "minecraft:block/wheat_stage2" - }, - "age=3": { - "model": "minecraft:block/wheat_stage3" - }, - "age=4": { - "model": "minecraft:block/wheat_stage4" - }, - "age=5": { - "model": "minecraft:block/wheat_stage5" - }, - "age=6": { - "model": "minecraft:block/wheat_stage6" - }, - "age=7": [ - { - "model": "minecraft:block/wheat_stage7" - }, - { - "model": "minecraft:block/wheat_stage7a" - }, - { - "model": "minecraft:block/wheat_stage7b" - } - ] - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/font/default.json b/src/main/resources/assets/minecraft/font/default.json deleted file mode 100644 index e9ea823..0000000 --- a/src/main/resources/assets/minecraft/font/default.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "providers": [ - { - "type": "bitmap", - "file": "minecraft:ranks/adminbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/bluebyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/builderbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/designerbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/devbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/devlbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/donatorbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/elitebyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/eliteplusbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/eventsbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/godbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/greenbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/helperbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/managerbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/mediabyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/modbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/modlbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/mvpbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/mvpplusbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/mvpplusplusbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/noobbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/ogbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/ownerbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/probyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/redbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/tiktokbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/twitchbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/vipbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/vipplusbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/yellowbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/youtubebyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - }, - { - "type": "bitmap", - "file": "minecraft:ranks/memberbyrg.png", - "ascent": 8, - "height": 8, - "chars": [""] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/attached_melon_stem.json b/src/main/resources/assets/minecraft/models/block/attached_melon_stem.json deleted file mode 100644 index bf96f62..0000000 --- a/src/main/resources/assets/minecraft/models/block/attached_melon_stem.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/melon_stem_fruit", - "textures": { - "stem": "minecraft:block/melon_stem", - "upperstem": "minecraft:block/attached_melon_stem" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/attached_pumpkin_stem.json b/src/main/resources/assets/minecraft/models/block/attached_pumpkin_stem.json deleted file mode 100644 index 35c314b..0000000 --- a/src/main/resources/assets/minecraft/models/block/attached_pumpkin_stem.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "minecraft:block/pumpkin_stem_fruit", - "textures": { - "stem": "minecraft:block/pumpkin_stem", - "upperstem": "minecraft:block/attached_pumpkin_stem" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage0.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage0.json deleted file mode 100644 index 47fbf6f..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage0" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage1.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage1.json deleted file mode 100644 index 06177c9..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage2.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage2.json deleted file mode 100644 index d843c09..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage3.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage3.json deleted file mode 100644 index 3fa2170..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage3a.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage3a.json deleted file mode 100644 index d03ea81..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage3a.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage3a" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/beetroots_stage3b.json b/src/main/resources/assets/minecraft/models/block/beetroots_stage3b.json deleted file mode 100644 index 2241632..0000000 --- a/src/main/resources/assets/minecraft/models/block/beetroots_stage3b.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/beetroots_stage3b" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage0.json b/src/main/resources/assets/minecraft/models/block/carrots_stage0.json deleted file mode 100644 index f1dcc6e..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage0" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage1.json b/src/main/resources/assets/minecraft/models/block/carrots_stage1.json deleted file mode 100644 index dda9356..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage2.json b/src/main/resources/assets/minecraft/models/block/carrots_stage2.json deleted file mode 100644 index ffc0a55..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage3.json b/src/main/resources/assets/minecraft/models/block/carrots_stage3.json deleted file mode 100644 index aeb7406..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage3a.json b/src/main/resources/assets/minecraft/models/block/carrots_stage3a.json deleted file mode 100644 index 6272af0..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage3a.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage3a" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/carrots_stage3b.json b/src/main/resources/assets/minecraft/models/block/carrots_stage3b.json deleted file mode 100644 index ba27ff3..0000000 --- a/src/main/resources/assets/minecraft/models/block/carrots_stage3b.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/carrots_stage3b" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/chest.json b/src/main/resources/assets/minecraft/models/block/chest.json deleted file mode 100644 index baac348..0000000 --- a/src/main/resources/assets/minecraft/models/block/chest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/normal" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/chest_left.json b/src/main/resources/assets/minecraft/models/block/chest_left.json deleted file mode 100644 index 58b0c01..0000000 --- a/src/main/resources/assets/minecraft/models/block/chest_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest_left", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/normal_left" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/chest_right.json b/src/main/resources/assets/minecraft/models/block/chest_right.json deleted file mode 100644 index 05fd344..0000000 --- a/src/main/resources/assets/minecraft/models/block/chest_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest_right", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/normal_right" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/crop.json b/src/main/resources/assets/minecraft/models/block/crop.json deleted file mode 100644 index 010678c..0000000 --- a/src/main/resources/assets/minecraft/models/block/crop.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "credit": "Made with Blockbench", - "ambientocclusion": false, - "textures": { - "particle": "#crop" - }, - "elements": [ - { - "from": [8, -1, 0], - "to": [8, 15, 16], - "shade": false, - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "east": {"uv": [16, 0, 0, 16], "texture": "#crop"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#crop"} - } - }, - { - "from": [8, -1, 0], - "to": [8, 15, 16], - "shade": false, - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "east": {"uv": [16, 0, 0, 16], "texture": "#crop"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#crop"} - } - }, - { - "from": [12.5, -1, 0], - "to": [12.5, 15, 16], - "shade": false, - "rotation": {"angle": -22.5, "axis": "z", "origin": [12.5, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#crop"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [3.5, -1, 0], - "to": [3.5, 15, 16], - "shade": false, - "rotation": {"angle": 22.5, "axis": "z", "origin": [3.5, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 16, 16], "texture": "#crop"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 12.5], - "to": [16, 15, 12.5], - "shade": false, - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 12.5]}, - "faces": { - "north": {"uv": [16, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 3.5], - "to": [16, 15, 3.5], - "shade": false, - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 3.5]}, - "faces": { - "north": {"uv": [16, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#crop"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/ender_chest.json b/src/main/resources/assets/minecraft/models/block/ender_chest.json deleted file mode 100644 index 28b4117..0000000 --- a/src/main/resources/assets/minecraft/models/block/ender_chest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest", - "textures": { - "particle": "minecraft:block/obsidian", - "chest": "minecraft:entity/chest/ender" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/melon_stem_fruit.json b/src/main/resources/assets/minecraft/models/block/melon_stem_fruit.json deleted file mode 100644 index acba69f..0000000 --- a/src/main/resources/assets/minecraft/models/block/melon_stem_fruit.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#upperstem" - }, - "elements": [ - { - "name": "stem", - "from": [0, 0, 8], - "to": [16, 16, 8], - "shade": false, - "faces": { - "north": {"uv": [16, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 16, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [8, 0, 0], - "to": [8, 16, 16], - "shade": false, - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "east": {"uv": [8, 8, 16, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [16, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 8], - "to": [16, 15, 8], - "shade": false, - "rotation": {"angle": 45, "axis": "y", "origin": [8, -1, 8]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 5], - "to": [16, 15, 5], - "shade": false, - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, -1, 5]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 11], - "to": [16, 15, 11], - "shade": false, - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -1, 11]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [5, -1, 0], - "to": [5, 15, 16], - "shade": false, - "rotation": {"angle": 22.5, "axis": "z", "origin": [5, -1, 8]}, - "faces": { - "east": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [11, -1, 0], - "to": [11, 15, 16], - "shade": false, - "rotation": {"angle": -22.5, "axis": "z", "origin": [11, -1, 8]}, - "faces": { - "east": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 8], - "to": [16, 15, 8], - "shade": false, - "rotation": {"angle": -45, "axis": "y", "origin": [8, -1, 8]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [0, 16, 8], - "to": [16, 32, 8], - "shade": false, - "faces": { - "north": {"uv": [16, 0, 8, 8], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 0, 16, 8], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [-16, 16, 8], - "to": [0, 32, 8], - "shade": false, - "faces": { - "north": {"uv": [8, 0, 0, 8], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 0, 8, 8], "texture": "#upperstem", "tintindex": 0 } - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage0.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage0.json deleted file mode 100644 index 7bd4a3c..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/potatoes_stage0" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage1.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage1.json deleted file mode 100644 index e1ccb2e..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/potatoes_stage1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage2.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage2.json deleted file mode 100644 index 139c640..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/potatoes_stage2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage3.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage3.json deleted file mode 100644 index 8ac74e8..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/potatoes_stage3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage3a.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage3a.json deleted file mode 100644 index ee77e8d..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage3a.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/potatoes_stage3a" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/potatoes_stage3b.json b/src/main/resources/assets/minecraft/models/block/potatoes_stage3b.json deleted file mode 100644 index f3998cd..0000000 --- a/src/main/resources/assets/minecraft/models/block/potatoes_stage3b.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/tall_crop", - "textures": { - "crop": "minecraft:block/potatoes_stage3b" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json b/src/main/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json deleted file mode 100644 index dc9cfd2..0000000 --- a/src/main/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#upperstem" - }, - "elements": [ - { - "name": "stem", - "from": [0, 0, 8], - "to": [16, 16, 8], - "shade": false, - "faces": { - "north": {"uv": [16, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 16, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [8, 0, 0], - "to": [8, 16, 16], - "shade": false, - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "east": {"uv": [8, 8, 16, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [16, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 8], - "to": [16, 15, 8], - "shade": false, - "rotation": {"angle": 45, "axis": "y", "origin": [8, -1, 8]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 5], - "to": [16, 15, 5], - "shade": false, - "rotation": {"angle": -45, "axis": "x", "origin": [8, -1, 5]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 11], - "to": [16, 15, 11], - "shade": false, - "rotation": {"angle": 45, "axis": "x", "origin": [8, -1, 11]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [5, -1, 0], - "to": [5, 15, 16], - "shade": false, - "rotation": {"angle": 45, "axis": "z", "origin": [5, -1, 8]}, - "faces": { - "east": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [11, -1, 0], - "to": [11, 15, 16], - "shade": false, - "rotation": {"angle": -45, "axis": "z", "origin": [11, -1, 8]}, - "faces": { - "east": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "west": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "crop", - "from": [0, -1, 8], - "to": [16, 15, 8], - "shade": false, - "rotation": {"angle": -45, "axis": "y", "origin": [8, -1, 8]}, - "faces": { - "north": {"uv": [8, 8, 0, 16], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 8, 8, 16], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [0, 16, 8], - "to": [16, 32, 8], - "shade": false, - "faces": { - "north": {"uv": [16, 0, 8, 8], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [8, 0, 16, 8], "texture": "#upperstem", "tintindex": 0 } - } - }, - { - "name": "stem", - "from": [-16, 16, 8], - "to": [0, 32, 8], - "shade": false, - "faces": { - "north": {"uv": [8, 0, 0, 8], "texture": "#upperstem", "tintindex": 0 }, - "south": {"uv": [0, 0, 8, 8], "texture": "#upperstem", "tintindex": 0 } - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth0.json b/src/main/resources/assets/minecraft/models/block/stem_growth0.json deleted file mode 100644 index e584926..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth0.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 1, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 1, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth1.json b/src/main/resources/assets/minecraft/models/block/stem_growth1.json deleted file mode 100644 index 6091528..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth1.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 3, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 3, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth2.json b/src/main/resources/assets/minecraft/models/block/stem_growth2.json deleted file mode 100644 index d8f1b31..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth2.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 5, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 5, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth3.json b/src/main/resources/assets/minecraft/models/block/stem_growth3.json deleted file mode 100644 index 98398bc..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth3.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 7, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 7, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth4.json b/src/main/resources/assets/minecraft/models/block/stem_growth4.json deleted file mode 100644 index c5f94c5..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth4.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 9, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 9, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth5.json b/src/main/resources/assets/minecraft/models/block/stem_growth5.json deleted file mode 100644 index 6408ab9..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth5.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 11, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 11, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth6.json b/src/main/resources/assets/minecraft/models/block/stem_growth6.json deleted file mode 100644 index 08ffafa..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth6.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 13, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 13, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/stem_growth7.json b/src/main/resources/assets/minecraft/models/block/stem_growth7.json deleted file mode 100644 index 89ecbca..0000000 --- a/src/main/resources/assets/minecraft/models/block/stem_growth7.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#stem" - }, - "elements": [ - { "from": [ 0, -1, 8 ], - "to": [ 16, 15, 8 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, - "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } - } - }, - { "from": [ 8, -1, 0 ], - "to": [ 8, 15, 16 ], - "shade": false, - "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45}, - "faces": { - "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, - "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/tall_crop.json b/src/main/resources/assets/minecraft/models/block/tall_crop.json deleted file mode 100644 index 7f8fe66..0000000 --- a/src/main/resources/assets/minecraft/models/block/tall_crop.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#crop" - }, - "elements": [ - { - "from": [5, -1, 0], - "to": [5, 31, 16], - "shade": false, - "rotation": {"angle": 22.5, "axis": "z", "origin": [5, 0, 8]}, - "faces": { - "east": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "west": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 8], - "to": [16, 31, 8], - "shade": false, - "rotation": {"angle": -45, "axis": "y", "origin": [8, 15, 8]}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 8], - "to": [16, 31, 8], - "shade": false, - "rotation": {"angle": 45, "axis": "y", "origin": [8, 15, 8]}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [11, -1, 0], - "to": [11, 31, 16], - "shade": false, - "rotation": {"angle": -22.5, "axis": "z", "origin": [11, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 8, 16], "texture": "#crop"}, - "west": {"uv": [8, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 5], - "to": [16, 31, 5], - "shade": false, - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 5]}, - "faces": { - "north": {"uv": [0, 0, 8, 16], "texture": "#crop"}, - "south": {"uv": [8, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 11], - "to": [16, 31, 11], - "shade": false, - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 11]}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/tall_wheat_crop.json b/src/main/resources/assets/minecraft/models/block/tall_wheat_crop.json deleted file mode 100644 index 642f0a8..0000000 --- a/src/main/resources/assets/minecraft/models/block/tall_wheat_crop.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "ambientocclusion": false, - "textures": { - "particle": "#crop" - }, - "elements": [ - { - "from": [4, -1, 0], - "to": [4, 31, 16], - "shade": false, - "rotation": {"angle": 0, "axis": "z", "origin": [4, 0, 8]}, - "faces": { - "east": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "west": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 8], - "to": [16, 31, 8], - "shade": false, - "rotation": {"angle": -45, "axis": "y", "origin": [8, 15, 8], "rescale": true}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 8], - "to": [16, 31, 8], - "shade": false, - "rotation": {"angle": 45, "axis": "y", "origin": [8, 15, 8], "rescale": true}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - }, - { - "from": [12, -1, 0], - "to": [12, 31, 16], - "shade": false, - "rotation": {"angle": 0, "axis": "z", "origin": [12, 0, 8]}, - "faces": { - "east": {"uv": [0, 0, 8, 16], "texture": "#crop"}, - "west": {"uv": [8, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 4], - "to": [16, 31, 4], - "shade": false, - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0, 4]}, - "faces": { - "north": {"uv": [0, 0, 8, 16], "texture": "#crop"}, - "south": {"uv": [8, 0, 0, 16], "texture": "#crop"} - } - }, - { - "from": [0, -1, 12], - "to": [16, 31, 12], - "shade": false, - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0, 12]}, - "faces": { - "north": {"uv": [8, 0, 0, 16], "texture": "#crop"}, - "south": {"uv": [0, 0, 8, 16], "texture": "#crop"} - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/template_chest.json b/src/main/resources/assets/minecraft/models/block/template_chest.json deleted file mode 100644 index a2882f1..0000000 --- a/src/main/resources/assets/minecraft/models/block/template_chest.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#particles" - }, - "elements": [ - { - "from": [ 1, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "texture": "#chest", "uv": [ 3.5, 4.75, 7, 8.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 10.5, 8.25, 14, 10.75 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0, 8.25, 3.5, 10.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 8.25, 7, 10.75 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 7, 8.25, 10.5, 10.75 ], "rotation": 180 } - } - }, - { - "from": [ 1, 10, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "up": { "texture": "#chest", "uv": [ 10.5, 0, 7, 3.5 ] }, - "north": { "texture": "#chest", "uv": [ 10.5, 3.75, 14, 4.75 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0, 3.75, 3.5, 4.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 3.75, 7, 4.75 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 7, 3.75, 10.5, 4.75 ], "rotation": 180 } - } - }, - { - "from": [ 7, 7, 0 ], - "to": [ 9, 11, 1], - "faces": { - "down": { "texture": "#chest", "uv": [ 0.25, 0, 0.75, 0.25 ], "rotation": 180 }, - "up": { "texture": "#chest", "uv": [ 0.75, 0, 1.25, 0.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 1, 0.25, 1.5, 1.25 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 0.75, 0.25, 1, 1.25 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0, 0.25, 0.25, 1.25 ], "rotation": 180 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/template_chest_left.json b/src/main/resources/assets/minecraft/models/block/template_chest_left.json deleted file mode 100644 index d930207..0000000 --- a/src/main/resources/assets/minecraft/models/block/template_chest_left.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#particles" - }, - "elements": [ - { - "from": [ 1, 0, 1 ], - "to": [ 16, 10, 15 ], - "faces": { - "down": { "texture": "#chest", "uv": [ 3.5, 4.75, 7.25, 8.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 10.75, 8.25, 14.5, 10.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 8.25, 7.25, 10.75 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 7.25, 8.25, 10.75, 10.75 ], "rotation": 180 } - } - }, - { - "from": [ 1, 10, 1 ], - "to": [ 16, 14, 15 ], - "faces": { - "up": { "texture": "#chest", "uv": [ 11, 0, 7.25, 3.5 ] }, - "north": { "texture": "#chest", "uv": [ 10.75, 3.75, 14.5, 4.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 3.75, 7.25, 4.75 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 7.25, 3.75, 10.75, 4.75 ], "rotation": 180 } - } - }, - { - "from": [ 15, 7, 0 ], - "to": [ 16, 11, 1], - "faces": { - "down": { "texture": "#chest", "uv": [ 0.25, 0, 0.5, 0.25 ], "rotation": 180 }, - "up": { "texture": "#chest", "uv": [ 0.5, 0, 0.75, 0.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 0.75, 0.25, 1, 1.25 ], "rotation": 180 }, - "west": { "texture": "#chest", "uv": [ 0.5, 0.25, 0.75, 1.25 ], "rotation": 180 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/template_chest_right.json b/src/main/resources/assets/minecraft/models/block/template_chest_right.json deleted file mode 100644 index ed0c9d9..0000000 --- a/src/main/resources/assets/minecraft/models/block/template_chest_right.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "parent": "block/block", - "textures": { - "particle": "#particles" - }, - "elements": [ - { - "from": [ 0, 0, 1 ], - "to": [ 15, 10, 15 ], - "faces": { - "down": { "texture": "#chest", "uv": [ 3.5, 4.75, 7.25, 8.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 10.75, 8.25, 14.5, 10.75 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0, 8.25, 3.5, 10.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 8.25, 7.25, 10.75 ], "rotation": 180 } - } - }, - { - "from": [ 0, 10, 1 ], - "to": [ 15, 14, 15 ], - "faces": { - "up": { "texture": "#chest", "uv": [ 11, 0, 7.25, 3.5 ] }, - "north": { "texture": "#chest", "uv": [ 10.75, 3.75, 14.5, 4.75 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0, 3.75, 3.5, 4.75 ], "rotation": 180 }, - "south": { "texture": "#chest", "uv": [ 3.5, 3.75, 7.25, 4.75 ], "rotation": 180 } - } - }, - { - "from": [ 0, 7, 0 ], - "to": [ 1, 11, 1], - "faces": { - "down": { "texture": "#chest", "uv": [ 0.25, 0, 0.5, 0.25 ], "rotation": 180 }, - "up": { "texture": "#chest", "uv": [ 0.5, 0, 0.75, 0.25 ], "rotation": 180 }, - "north": { "texture": "#chest", "uv": [ 0.75, 0.25, 1, 1.25 ], "rotation": 180 }, - "east": { "texture": "#chest", "uv": [ 0.0, 0.25, 0.25, 1.25 ], "rotation": 180 } - } - } - ] -} diff --git a/src/main/resources/assets/minecraft/models/block/trapped_chest.json b/src/main/resources/assets/minecraft/models/block/trapped_chest.json deleted file mode 100644 index eafc7f5..0000000 --- a/src/main/resources/assets/minecraft/models/block/trapped_chest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/trapped" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/trapped_chest_left.json b/src/main/resources/assets/minecraft/models/block/trapped_chest_left.json deleted file mode 100644 index 2e8743a..0000000 --- a/src/main/resources/assets/minecraft/models/block/trapped_chest_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest_left", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/trapped_left" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/trapped_chest_right.json b/src/main/resources/assets/minecraft/models/block/trapped_chest_right.json deleted file mode 100644 index bac27e3..0000000 --- a/src/main/resources/assets/minecraft/models/block/trapped_chest_right.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/template_chest_right", - "textures": { - "particle": "minecraft:block/oak_planks", - "chest": "minecraft:entity/chest/trapped_right" - } -} diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage0.json b/src/main/resources/assets/minecraft/models/block/wheat_stage0.json deleted file mode 100644 index 8343729..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage0" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage1.json b/src/main/resources/assets/minecraft/models/block/wheat_stage1.json deleted file mode 100644 index 1fa14ff..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage2.json b/src/main/resources/assets/minecraft/models/block/wheat_stage2.json deleted file mode 100644 index 9c2e59a..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage3.json b/src/main/resources/assets/minecraft/models/block/wheat_stage3.json deleted file mode 100644 index 75b167d..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage4.json b/src/main/resources/assets/minecraft/models/block/wheat_stage4.json deleted file mode 100644 index 3dae7e5..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage4" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage5.json b/src/main/resources/assets/minecraft/models/block/wheat_stage5.json deleted file mode 100644 index 1cd7d96..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage5" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage6.json b/src/main/resources/assets/minecraft/models/block/wheat_stage6.json deleted file mode 100644 index 7201c51..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/crop", - "textures": { - "crop": "minecraft:block/wheat_stage6" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage7.json b/src/main/resources/assets/minecraft/models/block/wheat_stage7.json deleted file mode 100644 index 7508820..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/tall_wheat_crop", - "textures": { - "crop": "minecraft:block/wheat_stage7" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage7a.json b/src/main/resources/assets/minecraft/models/block/wheat_stage7a.json deleted file mode 100644 index f264d82..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage7a.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/tall_wheat_crop", - "textures": { - "crop": "minecraft:block/wheat_stage7a" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/block/wheat_stage7b.json b/src/main/resources/assets/minecraft/models/block/wheat_stage7b.json deleted file mode 100644 index df04ba3..0000000 --- a/src/main/resources/assets/minecraft/models/block/wheat_stage7b.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:block/tall_wheat_crop", - "textures": { - "crop": "minecraft:block/wheat_stage7b" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/minecraft/models/item/chest.json b/src/main/resources/assets/minecraft/models/item/chest.json deleted file mode 100644 index fbdd62a..0000000 --- a/src/main/resources/assets/minecraft/models/item/chest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/chest" -} diff --git a/src/main/resources/assets/minecraft/models/item/ender_chest.json b/src/main/resources/assets/minecraft/models/item/ender_chest.json deleted file mode 100644 index 8b2b48c..0000000 --- a/src/main/resources/assets/minecraft/models/item/ender_chest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/ender_chest" -} diff --git a/src/main/resources/assets/minecraft/models/item/trapped_chest.json b/src/main/resources/assets/minecraft/models/item/trapped_chest.json deleted file mode 100644 index 324b4e0..0000000 --- a/src/main/resources/assets/minecraft/models/item/trapped_chest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "minecraft:block/trapped_chest" -} diff --git a/src/main/resources/assets/minecraft/particles/flame.json b/src/main/resources/assets/minecraft/particles/flame.json deleted file mode 100644 index 2d0e4fc..0000000 --- a/src/main/resources/assets/minecraft/particles/flame.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "textures": [ - "minecraft:flame_0", - "minecraft:flame_1", - "minecraft:flame_2", - "minecraft:flame_3", - "minecraft:flame_4", - "minecraft:flame_5" - ] -} diff --git a/src/main/resources/assets/minecraft/particles/soul_fire_flame.json b/src/main/resources/assets/minecraft/particles/soul_fire_flame.json deleted file mode 100644 index 35e02de..0000000 --- a/src/main/resources/assets/minecraft/particles/soul_fire_flame.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "textures": [ - "minecraft:soul_fire_flame_0", - "minecraft:soul_fire_flame_1", - "minecraft:soul_fire_flame_2", - "minecraft:soul_fire_flame_3", - "minecraft:soul_fire_flame_4", - "minecraft:soul_fire_flame_5" - ] -} diff --git a/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.fsh b/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.fsh deleted file mode 100644 index 2b3afd3..0000000 --- a/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.fsh +++ /dev/null @@ -1,40 +0,0 @@ -#version 150 - -#moj_import -#moj_import -#moj_import - -uniform sampler2D Sampler0; - -uniform vec4 ColorModulator; -uniform float FogStart; -uniform float FogEnd; - -uniform mat4 TextureMat; - -in float vertexDistance; -in vec2 texCoord0; - -in vec2 edgeUV; - -out vec4 fragColor; - -void main() { - vec2 texCoord0 = discretize(texCoord0, vec2(64, 32)); - - mat4 TextureMat = TextureMat; - TextureMat[3] /= 4; - texCoord0 = (TextureMat * vec4(texCoord0, 0, 1)).xy; - vec4 color = texture(Sampler0, texCoord0) * ColorModulator; - - color = floor(color * 8) / 8; - float edge = edginess(edgeUV); - color /= edge * edge * edge * edge * 7; - - if (color.a < 0.1) { - discard; - } - - float fade = linear_fog_fade(vertexDistance, FogStart, FogEnd); - fragColor = vec4(color.rgb * fade, color.a); -} diff --git a/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.vsh b/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.vsh deleted file mode 100644 index f003030..0000000 --- a/src/main/resources/assets/minecraft/shaders/core/rendertype_armor_glint.vsh +++ /dev/null @@ -1,28 +0,0 @@ -#version 150 - -#moj_import -#moj_import - -in vec3 Position; -in vec2 UV0; - -uniform mat4 ModelViewMat; -uniform mat4 ProjMat; -uniform mat4 TextureMat; -uniform int FogShape; - -out float vertexDistance; -out vec2 texCoord0; - -out vec2 edgeUV; - -void main() { - gl_Position = ProjMat * ModelViewMat * vec4(Position, 1.0); - - vertexDistance = fog_distance(ModelViewMat, Position, FogShape); - texCoord0 = UV0; - - // equivalent to gl_VertexID % 4 (thanks /u/Mudkip-Mudkip-Mudkip!) - int vertIndex = gl_VertexID & 3; - edgeUV = DefaultUVs[vertIndex]; -} diff --git a/src/main/resources/assets/minecraft/shaders/include/discretize.glsl b/src/main/resources/assets/minecraft/shaders/include/discretize.glsl deleted file mode 100644 index a6fdad6..0000000 --- a/src/main/resources/assets/minecraft/shaders/include/discretize.glsl +++ /dev/null @@ -1,8 +0,0 @@ -#version 150 - -vec2 discretize(vec2 pos, vec2 size) { - pos *= size; - pos = floor(pos); - pos /= size; - return pos; -} diff --git a/src/main/resources/assets/minecraft/shaders/include/glint.glsl b/src/main/resources/assets/minecraft/shaders/include/glint.glsl deleted file mode 100644 index 9cc7367..0000000 --- a/src/main/resources/assets/minecraft/shaders/include/glint.glsl +++ /dev/null @@ -1,10 +0,0 @@ -#version 150 - -#define PI (3.1415926538) -#define EDGE_BRIGHTNESS (0.5) - -float edginess(vec2 uv) { - return (1 - EDGE_BRIGHTNESS) + sin(PI * uv.x) * sin(PI * uv.y) * EDGE_BRIGHTNESS; -} - -const vec2 DefaultUVs[4] = vec2[](vec2(1, 0), vec2(0, 0), vec2(0, 1), vec2(1, 1)); diff --git a/src/main/resources/assets/minecraft/textures/block/attached_melon_stem.png b/src/main/resources/assets/minecraft/textures/block/attached_melon_stem.png deleted file mode 100644 index 778e584..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/attached_melon_stem.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/attached_pumpkin_stem.png b/src/main/resources/assets/minecraft/textures/block/attached_pumpkin_stem.png deleted file mode 100644 index c6bb920..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/attached_pumpkin_stem.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage0.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage0.png deleted file mode 100644 index d27726a..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage1.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage1.png deleted file mode 100644 index 5d0a6ba..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage2.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage2.png deleted file mode 100644 index 9522920..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage3.png deleted file mode 100644 index 6ded770..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3a.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage3a.png deleted file mode 100644 index bca870f..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3a.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3b.png b/src/main/resources/assets/minecraft/textures/block/beetroots_stage3b.png deleted file mode 100644 index db38464..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/beetroots_stage3b.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage0.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage0.png deleted file mode 100644 index d31ceb6..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage1.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage1.png deleted file mode 100644 index 2c4d65c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage2.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage2.png deleted file mode 100644 index 9aa0e17..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage3.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage3.png deleted file mode 100644 index 34a7657..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage3a.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage3a.png deleted file mode 100644 index f17242e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage3a.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/carrots_stage3b.png b/src/main/resources/assets/minecraft/textures/block/carrots_stage3b.png deleted file mode 100644 index fd4ece4..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/carrots_stage3b.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/hay_block_side.png b/src/main/resources/assets/minecraft/textures/block/hay_block_side.png deleted file mode 100644 index 8027274..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/hay_block_side.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/hay_block_top.png b/src/main/resources/assets/minecraft/textures/block/hay_block_top.png deleted file mode 100644 index 2349cc6..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/hay_block_top.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/melon_stem.png b/src/main/resources/assets/minecraft/textures/block/melon_stem.png deleted file mode 100644 index 2f8d020..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/melon_stem.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage0.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage0.png deleted file mode 100644 index e83ecf8..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage1.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage1.png deleted file mode 100644 index ef73946..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage2.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage2.png deleted file mode 100644 index 7e9a929..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage3.png deleted file mode 100644 index 42ee38d..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3a.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage3a.png deleted file mode 100644 index dbb7766..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3a.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3b.png b/src/main/resources/assets/minecraft/textures/block/potatoes_stage3b.png deleted file mode 100644 index bd5480f..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/potatoes_stage3b.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/pumpkin_stem.png b/src/main/resources/assets/minecraft/textures/block/pumpkin_stem.png deleted file mode 100644 index 427d0c7..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/pumpkin_stem.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage0.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage0.png deleted file mode 100644 index 6e7fb60..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage1.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage1.png deleted file mode 100644 index e2fde9e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage2.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage2.png deleted file mode 100644 index 8cf9cb2..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage3.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage3.png deleted file mode 100644 index 4c5349e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage4.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage4.png deleted file mode 100644 index 6d69e46..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage4.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage5.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage5.png deleted file mode 100644 index 4e4b810..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage5.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage6.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage6.png deleted file mode 100644 index 9beda47..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage6.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage7.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage7.png deleted file mode 100644 index bd7c25f..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage7.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage7a.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage7a.png deleted file mode 100644 index 2534d75..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage7a.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/block/wheat_stage7b.png b/src/main/resources/assets/minecraft/textures/block/wheat_stage7b.png deleted file mode 100644 index 955ab3b..0000000 Binary files a/src/main/resources/assets/minecraft/textures/block/wheat_stage7b.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/black.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/black.png deleted file mode 100644 index e9122e9..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/black.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/blue.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/blue.png deleted file mode 100644 index 3d16ea3..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/blue.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/brown.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/brown.png deleted file mode 100644 index 080a6cc..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/brown.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/cyan.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/cyan.png deleted file mode 100644 index 4767db2..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/cyan.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/gray.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/gray.png deleted file mode 100644 index 7b8f650..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/gray.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/green.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/green.png deleted file mode 100644 index 1aaa2ca..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/green.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_blue.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_blue.png deleted file mode 100644 index 1ac0332..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_blue.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_gray.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_gray.png deleted file mode 100644 index 40f4743..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/light_gray.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/lime.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/lime.png deleted file mode 100644 index 1cd4aa9..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/lime.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/magenta.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/magenta.png deleted file mode 100644 index 73b1858..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/magenta.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/orange.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/orange.png deleted file mode 100644 index 1a512f2..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/orange.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/pink.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/pink.png deleted file mode 100644 index f0e3d05..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/pink.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/purple.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/purple.png deleted file mode 100644 index 0d8324e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/purple.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/red.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/red.png deleted file mode 100644 index ae4ce43..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/red.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/trader_llama.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/trader_llama.png deleted file mode 100644 index 3dbadc6..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/trader_llama.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/white.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/white.png deleted file mode 100644 index c87230f..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/white.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/entity/llama/decor/yellow.png b/src/main/resources/assets/minecraft/textures/entity/llama/decor/yellow.png deleted file mode 100644 index bea39e0..0000000 Binary files a/src/main/resources/assets/minecraft/textures/entity/llama/decor/yellow.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/environment/moon_phases.png b/src/main/resources/assets/minecraft/textures/environment/moon_phases.png deleted file mode 100644 index 86f1b85..0000000 Binary files a/src/main/resources/assets/minecraft/textures/environment/moon_phases.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/environment/sun.png b/src/main/resources/assets/minecraft/textures/environment/sun.png deleted file mode 100644 index dcfcd36..0000000 Binary files a/src/main/resources/assets/minecraft/textures/environment/sun.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/gui/bars.png b/src/main/resources/assets/minecraft/textures/gui/bars.png deleted file mode 100644 index ea30bdd..0000000 Binary files a/src/main/resources/assets/minecraft/textures/gui/bars.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/gui/title/edition.png b/src/main/resources/assets/minecraft/textures/gui/title/edition.png deleted file mode 100644 index 501f9b7..0000000 Binary files a/src/main/resources/assets/minecraft/textures/gui/title/edition.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png b/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png deleted file mode 100644 index 1c349de..0000000 Binary files a/src/main/resources/assets/minecraft/textures/gui/title/minecraft.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/gui/title/pause.png b/src/main/resources/assets/minecraft/textures/gui/title/pause.png deleted file mode 100644 index 1c349de..0000000 Binary files a/src/main/resources/assets/minecraft/textures/gui/title/pause.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/item/beetroot_seeds.png b/src/main/resources/assets/minecraft/textures/item/beetroot_seeds.png deleted file mode 100644 index 9b7a119..0000000 Binary files a/src/main/resources/assets/minecraft/textures/item/beetroot_seeds.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/item/egg.png b/src/main/resources/assets/minecraft/textures/item/egg.png deleted file mode 100644 index cdbff8c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/item/egg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/item/melon_seeds.png b/src/main/resources/assets/minecraft/textures/item/melon_seeds.png deleted file mode 100644 index dab2cf2..0000000 Binary files a/src/main/resources/assets/minecraft/textures/item/melon_seeds.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/item/pumpkin_seeds.png b/src/main/resources/assets/minecraft/textures/item/pumpkin_seeds.png deleted file mode 100644 index 2795092..0000000 Binary files a/src/main/resources/assets/minecraft/textures/item/pumpkin_seeds.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/item/wheat_seeds.png b/src/main/resources/assets/minecraft/textures/item/wheat_seeds.png deleted file mode 100644 index cee619b..0000000 Binary files a/src/main/resources/assets/minecraft/textures/item/wheat_seeds.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/misc/enchanted_item_glint.png b/src/main/resources/assets/minecraft/textures/misc/enchanted_item_glint.png deleted file mode 100644 index fc2c76e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/misc/enchanted_item_glint.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/misc/shadow.png b/src/main/resources/assets/minecraft/textures/misc/shadow.png deleted file mode 100644 index 2e876b0..0000000 Binary files a/src/main/resources/assets/minecraft/textures/misc/shadow.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/misc/shadow.png.mcmeta b/src/main/resources/assets/minecraft/textures/misc/shadow.png.mcmeta deleted file mode 100644 index 8c6c7d1..0000000 --- a/src/main/resources/assets/minecraft/textures/misc/shadow.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "texture": { - "clamp": true - } -} - diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_0.png b/src/main/resources/assets/minecraft/textures/particle/flame_0.png deleted file mode 100644 index 891ad81..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_0.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_0.png.mcmeta deleted file mode 100644 index 3adcad2..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_0.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [5,4,3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_1.png b/src/main/resources/assets/minecraft/textures/particle/flame_1.png deleted file mode 100644 index 3913e35..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_1.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_1.png.mcmeta deleted file mode 100644 index 65f380c..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_1.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [1,0,3,2] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_2.png b/src/main/resources/assets/minecraft/textures/particle/flame_2.png deleted file mode 100644 index 404f151..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_2.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_2.png.mcmeta deleted file mode 100644 index b23d6d5..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_2.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_3.png b/src/main/resources/assets/minecraft/textures/particle/flame_3.png deleted file mode 100644 index dfd9581..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_3.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_3.png.mcmeta deleted file mode 100644 index 3adcad2..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_3.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [5,4,3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_4.png b/src/main/resources/assets/minecraft/textures/particle/flame_4.png deleted file mode 100644 index 472f28f..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_4.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_4.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_4.png.mcmeta deleted file mode 100644 index 273cace..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_4.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [1,0,3,2] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_5.png b/src/main/resources/assets/minecraft/textures/particle/flame_5.png deleted file mode 100644 index 1f42c6c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/flame_5.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/flame_5.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/flame_5.png.mcmeta deleted file mode 100644 index c0942c4..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/flame_5.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png deleted file mode 100644 index 54c13a4..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png.mcmeta deleted file mode 100644 index 3adcad2..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_0.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [5,4,3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png deleted file mode 100644 index d187c86..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png.mcmeta deleted file mode 100644 index 65f380c..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_1.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [1,0,3,2] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png deleted file mode 100644 index 7eed0e0..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png.mcmeta deleted file mode 100644 index b23d6d5..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_2.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png deleted file mode 100644 index e8aab40..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png.mcmeta deleted file mode 100644 index 3adcad2..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_3.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [5,4,3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png deleted file mode 100644 index b0f84a1..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png.mcmeta deleted file mode 100644 index 273cace..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_4.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [1,0,3,2] - } -} diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png deleted file mode 100644 index 08e5a31..0000000 Binary files a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png.mcmeta b/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png.mcmeta deleted file mode 100644 index c0942c4..0000000 --- a/src/main/resources/assets/minecraft/textures/particle/soul_fire_flame_5.png.mcmeta +++ /dev/null @@ -1,6 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [3,2,1,0] - } -} diff --git a/src/main/resources/assets/minecraft/textures/ranks/adminbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/adminbyrg.png deleted file mode 100644 index 0bf196c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/adminbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/bluebyrg.png b/src/main/resources/assets/minecraft/textures/ranks/bluebyrg.png deleted file mode 100644 index 9bb9c49..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/bluebyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/builderbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/builderbyrg.png deleted file mode 100644 index e43d5fc..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/builderbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/designerbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/designerbyrg.png deleted file mode 100644 index f6cb893..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/designerbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/devbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/devbyrg.png deleted file mode 100644 index 851767c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/devbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/devlbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/devlbyrg.png deleted file mode 100644 index 2bf2383..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/devlbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/donatorbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/donatorbyrg.png deleted file mode 100644 index 2b2583b..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/donatorbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/elitebyrg.png b/src/main/resources/assets/minecraft/textures/ranks/elitebyrg.png deleted file mode 100644 index a2ab83e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/elitebyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/eliteplusbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/eliteplusbyrg.png deleted file mode 100644 index 476edbd..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/eliteplusbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/eventsbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/eventsbyrg.png deleted file mode 100644 index d13c420..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/eventsbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/godbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/godbyrg.png deleted file mode 100644 index dcfc7d3..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/godbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/greenbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/greenbyrg.png deleted file mode 100644 index 64c4b7c..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/greenbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/helperbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/helperbyrg.png deleted file mode 100644 index 8d707b0..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/helperbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/managerbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/managerbyrg.png deleted file mode 100644 index 4232f29..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/managerbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/mediabyrg.png b/src/main/resources/assets/minecraft/textures/ranks/mediabyrg.png deleted file mode 100644 index 4525eb5..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/mediabyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/memberbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/memberbyrg.png deleted file mode 100644 index 5a04b2e..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/memberbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/modbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/modbyrg.png deleted file mode 100644 index 5cdb722..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/modbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/modlbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/modlbyrg.png deleted file mode 100644 index c1d18c3..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/modlbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/mvpbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/mvpbyrg.png deleted file mode 100644 index b8e22b5..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/mvpbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/mvpplusbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/mvpplusbyrg.png deleted file mode 100644 index cd76926..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/mvpplusbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/mvpplusplusbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/mvpplusplusbyrg.png deleted file mode 100644 index a455b82..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/mvpplusplusbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/noobbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/noobbyrg.png deleted file mode 100644 index a816ea0..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/noobbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/ogbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/ogbyrg.png deleted file mode 100644 index af62d06..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/ogbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/ownerbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/ownerbyrg.png deleted file mode 100644 index 535fb63..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/ownerbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/probyrg.png b/src/main/resources/assets/minecraft/textures/ranks/probyrg.png deleted file mode 100644 index e063c76..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/probyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/redbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/redbyrg.png deleted file mode 100644 index 1833303..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/redbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/tiktokbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/tiktokbyrg.png deleted file mode 100644 index eba7fd6..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/tiktokbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/twitchbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/twitchbyrg.png deleted file mode 100644 index 89260b7..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/twitchbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/vipbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/vipbyrg.png deleted file mode 100644 index 4e5704a..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/vipbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/vipplusbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/vipplusbyrg.png deleted file mode 100644 index db174da..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/vipplusbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/yellowbyrg.png b/src/main/resources/assets/minecraft/textures/ranks/yellowbyrg.png deleted file mode 100644 index 5d9d9bc..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/yellowbyrg.png and /dev/null differ diff --git a/src/main/resources/assets/minecraft/textures/ranks/youtubebyrg.png b/src/main/resources/assets/minecraft/textures/ranks/youtubebyrg.png deleted file mode 100644 index a0a1590..0000000 Binary files a/src/main/resources/assets/minecraft/textures/ranks/youtubebyrg.png and /dev/null differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c5ca884..2a2eeaf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -41,17 +41,17 @@ ], "depends": { "fabricloader": ">=0.16.0", - "minecraft": ">=1.21", + "minecraft": ">=1.20.5", "java": ">=21", "fabric-api": "*" }, "recommends": { "modmenu": "*", - "cloth-config": ">=15.0.127" + "cloth-config": ">=14.0.126" }, "breaks": { "minecraft": ">1.21.3", - "cloth-config": "<15.0.127" + "cloth-config": "<14.0.126" }, "custom": { "modmenu": {