diff --git a/gradle.properties b/gradle.properties index 300affd5..0a7be805 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,5 +16,5 @@ org.gradle.parallel = true # Mod Properties mod_name = Jineric Mod mod_id = jineric - version = b5.0.0+1.19.4 + version = b5.0.1+1.19.4 maven_group = jingy.jineric diff --git a/src/main/resources/assets/jineric/blockstates/shulker_chest.json b/src/main/resources/assets/jineric/blockstates/shulker_chest.json deleted file mode 100644 index 9fbb9824..00000000 --- a/src/main/resources/assets/jineric/blockstates/shulker_chest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "jineric:block/shulker_chest" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/jineric/models/block/shulker_chest.json b/src/main/resources/assets/jineric/models/block/shulker_chest.json deleted file mode 100644 index 6e1968cb..00000000 --- a/src/main/resources/assets/jineric/models/block/shulker_chest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "jineric:block/chest_template", - "textures": { - "0": "jineric:entity/chest/shulker_chest", - "particle": "minecraft:block/shulker_box" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/jineric/models/item/shulker_chest.json b/src/main/resources/assets/jineric/models/item/shulker_chest.json deleted file mode 100644 index 31be154d..00000000 --- a/src/main/resources/assets/jineric/models/item/shulker_chest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "jineric:block/shulker_chest" -} \ No newline at end of file diff --git a/src/main/resources/data/jineric/loot_tables/blocks/shulker_chest.json b/src/main/resources/data/jineric/loot_tables/blocks/shulker_chest.json deleted file mode 100644 index a2eab90e..00000000 --- a/src/main/resources/data/jineric/loot_tables/blocks/shulker_chest.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "jineric:shulker_chest" - } - ] - } - ] -} diff --git a/src/main/resources/data/jineric/recipes/shulker_chest.json b/src/main/resources/data/jineric/recipes/shulker_chest.json deleted file mode 100644 index 992346cf..00000000 --- a/src/main/resources/data/jineric/recipes/shulker_chest.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "%%%", - "###", - "%%%" - ], - "key": { - "#": { - "item": "minecraft:chest" - }, - "%": { - "item": "minecraft:shulker_shell" - } - }, - "result": { - "item": "jineric:shulker_chest", - "count": 1 - } -} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 9429c262..dfa3d0d5 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -8,7 +8,6 @@ "jineric:egg_block", "jineric:charcoal_block", "jineric:redstone_lantern", - "jineric:shulker_chest", "jineric:flint_block", "jineric:blaze_rod_block", "jineric:packed_ice_stairs",