diff --git a/src/main/java/chronosacaria/mcdar/client/McdarClient.java b/src/main/java/chronosacaria/mcdar/client/McdarClient.java index f1b50ba..0e57317 100644 --- a/src/main/java/chronosacaria/mcdar/client/McdarClient.java +++ b/src/main/java/chronosacaria/mcdar/client/McdarClient.java @@ -1,15 +1,35 @@ package chronosacaria.mcdar.client; +import chronosacaria.mcdar.Mcdar; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; +import net.fabricmc.fabric.api.resource.ResourceManagerHelper; +import net.fabricmc.fabric.api.resource.ResourcePackActivationType; +import net.fabricmc.loader.api.FabricLoader; +import net.fabricmc.loader.api.ModContainer; +import net.minecraft.util.Identifier; + @Environment(EnvType.CLIENT) public class McdarClient implements ClientModInitializer { + @SuppressWarnings({"deprecation", "Note: ResourceManagerHelper.registerBuiltinResourcePack isn't actually deprecated, but overloaded."}) + private static void loadOptionalResourcePack(ModContainer modContainer) { + ResourceManagerHelper.registerBuiltinResourcePack( + new Identifier(Mcdar.MOD_ID, "3dmcdar"), + modContainer, + "3D MCDAR", + ResourcePackActivationType.NORMAL); + } + @Override public void onInitializeClient() { //SummonedEntityRenderRegistry.register(); SummonedEntityRenderRegistry.init(); + + // Optional Resource Pack + FabricLoader.getInstance().getModContainer(Mcdar.MOD_ID).ifPresent( + McdarClient::loadOptionalResourcePack); } } diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/blast_fungus.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/blast_fungus.json new file mode 100644 index 0000000..881fcc9 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/blast_fungus.json @@ -0,0 +1,397 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "mcdar:item/blast_fungus", + "particle": "mcdar:item/blast_fungus" + }, + "elements": [ + { + "from": [4, 2.995, 3], + "to": [13, 11.995, 12], + "faces": { + "north": {"uv": [4, 4, 13, 13], "texture": "#0"}, + "east": {"uv": [4, 4, 13, 13], "texture": "#0"}, + "south": {"uv": [4, 4, 13, 13], "texture": "#0"}, + "west": {"uv": [4, 4, 13, 13], "texture": "#0"}, + "up": {"uv": [4, 4, 13, 13], "texture": "#0"}, + "down": {"uv": [4, 4, 13, 13], "texture": "#0"} + } + }, + { + "from": [7, 0, 3], + "to": [8, 3, 3], + "faces": { + "north": {"uv": [0, 13, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "south": {"uv": [0, 13, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "up": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 1, 0], "texture": "#missing"} + } + }, + { + "from": [6, 12, 1], + "to": [7, 12, 4], + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "up": {"uv": [0, 13, 1, 16], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 13, 1, 16], "texture": "#0"} + } + }, + { + "from": [6, 12, 11], + "to": [7, 12, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 12, 2.5]}, + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "up": {"uv": [0, 13, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 16], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [10, 10, 2], + "to": [11, 10, 4], + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "up": {"uv": [0, 15, 2, 16], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 15, 2, 16], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10, 12, 2], + "to": [11, 12, 4], + "faces": { + "north": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "east": {"uv": [0, 7, 2, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "up": {"uv": [0, 13, 2, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 13, 2, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10, 10, 2], + "to": [11, 12, 2], + "faces": { + "north": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 0, 2], "texture": "#missing"}, + "south": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 0, 2], "texture": "#missing"}, + "up": {"uv": [0, 0, 1, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 1, 0], "texture": "#missing"} + } + }, + { + "from": [3, 12, 5], + "to": [5, 12, 6], + "faces": { + "north": {"uv": [0, 14, 2, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 2, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 2, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 2, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 2, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 15], "texture": "#0"} + } + }, + { + "from": [5, 12, 5], + "to": [5, 13, 6], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [13, 12, 5], + "to": [13, 13, 6], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [13, 12, 5], + "to": [14, 12, 6], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [14, 11, 5], + "to": [14, 12, 6], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [3, 11, 5], + "to": [3, 12, 6], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [3, 11, 5], + "to": [4, 11, 6], + "faces": { + "north": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "south": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "up": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#0"} + } + }, + { + "from": [3, 10, 9], + "to": [3, 12, 10], + "faces": { + "north": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [3, 12, 9], + "to": [4, 12, 10], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [12, 12, 9], + "to": [13, 12, 10], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [13, 13, 9], + "to": [14, 13, 10], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [13, 12, 9], + "to": [13, 13, 10], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [3, 10, 9], + "to": [4, 10, 10], + "faces": { + "north": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "south": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "up": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#0"} + } + }, + { + "from": [11, 5, 2], + "to": [12, 5, 3], + "faces": { + "north": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "south": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "up": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#0"} + } + }, + { + "from": [11, 3, 2], + "to": [12, 3, 3], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [3, 3, 7], + "to": [4, 3, 8], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [6, 3, 12], + "to": [7, 3, 13], + "faces": { + "north": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "south": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "west": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "up": {"uv": [0, 13, 1, 14], "texture": "#0"}, + "down": {"uv": [0, 13, 1, 14], "texture": "#0"} + } + }, + { + "from": [6, 1, 13], + "to": [7, 3, 13], + "faces": { + "north": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "east": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "west": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "up": {"uv": [0, 14, 1, 15], "texture": "#0"}, + "down": {"uv": [0, 14, 1, 15], "texture": "#0"} + } + }, + { + "from": [6, 1, 11], + "to": [7, 1, 13], + "faces": { + "north": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "south": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "up": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#0"} + } + }, + { + "from": [3, 1, 7], + "to": [4, 1, 8], + "faces": { + "north": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "east": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "south": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "west": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "up": {"uv": [0, 15, 1, 16], "texture": "#0"}, + "down": {"uv": [0, 15, 1, 16], "texture": "#0"} + } + }, + { + "from": [3, 1, 7], + "to": [3, 3, 8], + "faces": { + "north": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11, 3, 2], + "to": [12, 5, 2], + "faces": { + "north": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 14, 2, 15], "rotation": 90, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75.98, -51.14, 11.97], + "translation": [0, 1.75, 0.25], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75.98, -51.14, 11.97], + "translation": [0, 1.75, 0.25], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [-133.55, 83.27, 144.46], + "translation": [6.5, 1.25, -7], + "scale": [0.73789, 0.73789, 0.73789] + }, + "firstperson_lefthand": { + "rotation": [-133.55, 83.27, 144.46], + "translation": [6.5, 1.25, -7], + "scale": [0.73789, 0.73789, 0.73789] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-143.9, 51.56, 174.55], + "translation": [0.5, 0.5, 0], + "scale": [0.84961, 0.84961, 0.84961] + }, + "head": { + "translation": [-0.75, 0.75, 0.75], + "scale": [1.38867, 1.38867, 1.38867] + }, + "fixed": { + "rotation": [0, -45, 0], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/boots_of_swiftness.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/boots_of_swiftness.json new file mode 100644 index 0000000..49266f5 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/boots_of_swiftness.json @@ -0,0 +1,97 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "mcdar:item/boots_of_swiftness", + "particle": "mcdar:item/boots_of_swiftness" + }, + "elements": [ + { + "from": [6, 0, 5], + "to": [10, 2, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 5]}, + "faces": { + "north": {"uv": [0, 5, 4, 7], "texture": "#0"}, + "east": {"uv": [8, 14, 9, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 4, 2], "texture": "#missing"}, + "west": {"uv": [8, 4, 9, 6], "texture": "#0"}, + "up": {"uv": [0, 4, 4, 5], "texture": "#0"}, + "down": {"uv": [4, 6, 5, 10], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [6, 0, 6], + "to": [10, 6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 6]}, + "faces": { + "north": {"uv": [0, 0, 4, 6], "texture": "#0"}, + "east": {"uv": [4, 10, 8, 16], "texture": "#0"}, + "south": {"uv": [9, 0, 13, 6], "texture": "#0"}, + "west": {"uv": [4, 0, 8, 6], "texture": "#0"}, + "up": {"uv": [0, 7, 4, 11], "texture": "#0"}, + "down": {"uv": [5, 6, 9, 10], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5.975, 3.5, 7], + "to": [5.975, 6.5, 12], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 5, 9.5]}, + "faces": { + "north": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "east": {"uv": [14, 6, 9, 9], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "west": {"uv": [9, 6, 14, 9], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 5], "texture": "#missing"} + } + }, + { + "from": [10.025, 3.5, 7], + "to": [10.025, 6.5, 12], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 5, 9.5]}, + "faces": { + "north": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "east": {"uv": [14, 6, 9, 9], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "west": {"uv": [9, 6, 14, 9], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 5], "texture": "#missing"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [90, 0, 0], + "translation": [0, -2, 5], + "scale": [1.01758, 1.01758, 1.01758] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [0, -2, 5], + "scale": [1.01758, 1.01758, 1.01758] + }, + "firstperson_righthand": { + "rotation": [8.17, 27.49, -9.81], + "translation": [3.5, 7.5, -2.5], + "scale": [1.51758, 1.51758, 1.51758] + }, + "firstperson_lefthand": { + "rotation": [8.17, 27.49, -9.81], + "translation": [3.5, 7.5, -2.5], + "scale": [1.51758, 1.51758, 1.51758] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-157.26, 53.05, -175.74], + "translation": [0.25, 6, 0], + "scale": [1.4707, 1.4707, 1.4707] + }, + "head": { + "translation": [0, 0, -2.75], + "scale": [1.81055, 1.81055, 1.81055] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/buzzy_nest.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/buzzy_nest.json new file mode 100644 index 0000000..f5466fa --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/buzzy_nest.json @@ -0,0 +1,73 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/beenest_stem", + "particle": "mcdar:item/beenest_stem" + }, + "elements": [ + { + "from": [0, 11, 0], + "to": [16, 27, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 11, 0]}, + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "east": {"uv": [8, 8, 16, 16], "texture": "#0"}, + "south": {"uv": [8, 8, 16, 16], "texture": "#0"}, + "west": {"uv": [8, 8, 16, 16], "texture": "#0"}, + "up": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "down": {"uv": [16, 0, 8, 8], "texture": "#0"} + } + }, + { + "from": [6.5, 0, 6.25], + "to": [9.5, 11, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, 6.25]}, + "faces": { + "north": {"uv": [3, 10, 4.5, 15.5], "texture": "#0"}, + "east": {"uv": [3, 10, 4.5, 15.5], "texture": "#0"}, + "south": {"uv": [3, 10, 4.5, 15.5], "texture": "#0"}, + "west": {"uv": [3, 10, 4.5, 15.5], "texture": "#0"}, + "up": {"uv": [3, 10, 4.5, 11.5], "texture": "#0"}, + "down": {"uv": [3, 10, 4.5, 11.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 45, 0], + "translation": [0, 2.5, 1.5], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [0, 45, 0], + "translation": [0, 2.5, 1.5], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [-168, 66.25, -180], + "translation": [0, 1.75, 0], + "scale": [0.32188, 0.32188, 0.32188] + }, + "firstperson_lefthand": { + "rotation": [-168, 66.25, -180], + "translation": [0, 1.75, 0], + "scale": [0.32188, 0.32188, 0.32188] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-170.39, 15.99, 172.52], + "translation": [0.5, -3, 0], + "scale": [0.50391, 0.50391, 0.50391] + }, + "head": { + "translation": [0, -10.75, 0] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/corrupted_seeds.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/corrupted_seeds.json new file mode 100644 index 0000000..0430478 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/corrupted_seeds.json @@ -0,0 +1,120 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "mcdar:item/corrupted_seeds", + "particle": "mcdar:item/corrupted_seeds" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 17, 16], + "faces": { + "north": {"uv": [0, 4, 4, 8.25], "texture": "#0"}, + "east": {"uv": [12, 4, 16, 8.25], "texture": "#0"}, + "south": {"uv": [7.75, 4, 11.75, 8.25], "texture": "#0"}, + "west": {"uv": [4, 4, 8, 8.25], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "down": {"uv": [4, 0, 8, 4], "texture": "#0"} + } + }, + { + "from": [6, 21.5, 10], + "to": [10, 26.5, 10], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 24, 8]}, + "faces": { + "north": {"uv": [9, 0, 8, 1.25], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "south": {"uv": [8, 0, 9, 1.25], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 0], "texture": "#0"} + } + }, + { + "from": [6, 21.5, 6], + "to": [10, 26.5, 6], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 24, 8]}, + "faces": { + "north": {"uv": [11, 0, 12, 1.25], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "south": {"uv": [12, 0, 11, 1.25], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 0], "texture": "#0"} + } + }, + { + "from": [6, 21.5, 6], + "to": [6, 26.5, 10], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 24, 8]}, + "faces": { + "north": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "east": {"uv": [11, 0, 10, 1.25], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "west": {"uv": [10, 0, 11, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 0], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [10, 21.5, 6], + "to": [10, 26.5, 10], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 24, 8]}, + "faces": { + "north": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "east": {"uv": [9, 0, 10, 1.25], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 1.25], "texture": "#0"}, + "west": {"uv": [10, 0, 9, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 0], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 0], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5.5, 17, 5.5], + "to": [10.5, 21, 10.5], + "faces": { + "north": {"uv": [10.5, 3, 11.75, 4], "texture": "#0"}, + "east": {"uv": [9.75, 3, 11, 4], "texture": "#0"}, + "south": {"uv": [14.5, 3, 15.75, 4], "texture": "#0"}, + "west": {"uv": [11.75, 3, 13, 4], "texture": "#0"}, + "up": {"uv": [8, 1.75, 9.25, 3], "texture": "#0"}, + "down": {"uv": [9.25, 1.75, 10.5, 3], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [176.15, 61.67, -167.58], + "translation": [0.5, 3.25, 0.25], + "scale": [0.28477, 0.28477, 0.28477] + }, + "firstperson_lefthand": { + "rotation": [176.15, 61.67, -167.58], + "translation": [0.5, 3.25, 0.25], + "scale": [0.28477, 0.28477, 0.28477] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-157.73, -46.8, 171.24], + "translation": [0, -0.75, 0], + "scale": [0.51758, 0.51758, 0.51758] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/death_cap_mushroom.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/death_cap_mushroom.json new file mode 100644 index 0000000..98c13c2 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/death_cap_mushroom.json @@ -0,0 +1,69 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 16], + "textures": { + "0": "mcdar:item/death_cap_mushroom", + "particle": "mcdar:item/death_cap_mushroom" + }, + "elements": [ + { + "from": [7, 2, 6], + "to": [10, 8, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 2, 6]}, + "faces": { + "north": {"uv": [3, 10, 4.5, 16], "texture": "#0"}, + "east": {"uv": [1.5, 10, 3, 16], "texture": "#0"}, + "south": {"uv": [3, 10, 4.5, 16], "texture": "#0"}, + "west": {"uv": [0, 10, 1.5, 16], "texture": "#0"}, + "up": {"uv": [6, 10, 7.5, 13], "texture": "#0"}, + "down": {"uv": [6, 10, 7.5, 13], "texture": "#0"} + } + }, + { + "from": [5.5, 6, 4.5], + "to": [11.5, 11, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 6, 4.5]}, + "faces": { + "north": {"uv": [6, 5, 9, 10], "texture": "#0"}, + "east": {"uv": [3, 5, 6, 10], "texture": "#0"}, + "south": {"uv": [0, 5, 3, 10], "texture": "#0"}, + "west": {"uv": [6, 0, 9, 5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 5], "texture": "#0"}, + "down": {"uv": [3, 0, 6, 5], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [-0.5, 3, 2], + "scale": [0.85156, 0.85156, 0.85156] + }, + "thirdperson_lefthand": { + "translation": [-0.5, 3, 2], + "scale": [0.85156, 0.85156, 0.85156] + }, + "firstperson_righthand": { + "rotation": [4.75, -11.25, 0], + "translation": [0, 3, 0], + "scale": [0.73438, 0.73438, 0.73438] + }, + "firstperson_lefthand": { + "rotation": [4.75, -11.25, 0], + "translation": [0, 3, 0], + "scale": [0.73438, 0.73438, 0.73438] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-145.89, 58.44, 170.35], + "translation": [1, 1.25, 0], + "scale": [1.36523, 1.36523, 1.36523] + }, + "head": { + "translation": [0, 6.25, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanted_grass.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanted_grass.json new file mode 100644 index 0000000..62f89d5 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanted_grass.json @@ -0,0 +1,69 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "mcdar:item/enchanted_grass", + "particle": "mcdar:item/enchanted_grass" + }, + "elements": [ + { + "from": [0, 0, 8], + "to": [16, 16, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 0], "texture": "#0"} + } + }, + { + "from": [8, 0, 0], + "to": [8, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "west": {"uv": [16, 0, 0, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [36.25, 45, 0], + "translation": [0, 2.5, 1.5], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [36.25, 45, 0], + "translation": [0, 2.5, 1.5], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [180, 11.75, -180], + "translation": [1.75, 2.25, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [180, 11.75, -180], + "translation": [1.75, 2.25, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [24.81, -29.9, 9.3] + }, + "head": { + "rotation": [0, 45, 0], + "translation": [0, 10.5, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanters_tome.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanters_tome.json new file mode 100644 index 0000000..376cbfa --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/enchanters_tome.json @@ -0,0 +1,96 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/enchanters_tome", + "particle": "mcdar:item/enchanters_tome" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 4]}, + "faces": { + "north": {"uv": [10, 5.5, 14, 5], "texture": "#0"}, + "east": {"uv": [10, 0.5, 10.5, 5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [10, 0.5, 14, 0], "rotation": 180, "texture": "#0"}, + "west": {"uv": [14, 0.5, 14.5, 5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [4.5, 4.5, 0, 8.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 5, 14, 0.5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [4, 1.75, 4], + "to": [12, 2.75, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 1.75, 4]}, + "faces": { + "north": {"uv": [6, 5.5, 10, 5], "texture": "#0"}, + "east": {"uv": [6, 0.5, 6.5, 5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [6, 0.5, 10, 0], "rotation": 180, "texture": "#0"}, + "west": {"uv": [10, 0.5, 10.5, 5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [6, 5, 10, 0.5], "rotation": 180, "texture": "#0"}, + "down": {"uv": [4.5, 4.5, 0, 8.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.75, 1, 4.5], + "to": [12.75, 2, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.75, 1, 4.5]}, + "faces": { + "north": {"uv": [0, 0, 4, 0.5], "texture": "#0"}, + "east": {"uv": [0, 0, 4, 0.5], "texture": "#missing"}, + "south": {"uv": [1.5, 4, 5.5, 4.5], "texture": "#0"}, + "west": {"uv": [1, 2, 5, 2.5], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "down": {"uv": [2, 0.5, 6, 4.5], "texture": "#0"} + } + }, + { + "from": [12, 0.025, 3.75], + "to": [13, 2.775, 13.25], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 0.775, 4]}, + "faces": { + "north": {"uv": [15, 6.5, 15.5, 7.5], "texture": "#0"}, + "east": {"uv": [12, 6.5, 16, 5.5], "rotation": 180, "texture": "#0"}, + "south": {"uv": [15, 6.5, 15.5, 7.5], "texture": "#0"}, + "west": {"uv": [12, 5.5, 16, 6.5], "texture": "#0"}, + "up": {"uv": [7.5, 5.5, 12, 6], "rotation": 270, "texture": "#0"}, + "down": {"uv": [7.5, 6, 12, 6.5], "rotation": 90, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [90, 0, 90], + "translation": [-3, 1.5, 1.25], + "scale": [0.46289, 0.46289, 0.46289] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 90], + "translation": [-3, 1.5, 1.25], + "scale": [0.46289, 0.46289, 0.46289] + }, + "firstperson_righthand": { + "rotation": [94.25, -7.2, 68.09], + "translation": [-0.25, 1.5, 0], + "scale": [0.60352, 0.60352, 0.60352] + }, + "firstperson_lefthand": { + "rotation": [94.25, -7.2, 68.09], + "translation": [-0.25, 1.5, 0], + "scale": [0.60352, 0.60352, 0.60352] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-125.14, 23.43, 154.42], + "translation": [-2.75, 4.5, 0], + "scale": [1.16992, 1.16992, 1.16992] + }, + "head": { + "translation": [-0.25, 1.5, -3.25] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/flaming_quiver.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/flaming_quiver.json new file mode 100644 index 0000000..3b5a78d --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/flaming_quiver.json @@ -0,0 +1,356 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/flaming_quiver", + "particle": "mcdar:item/flaming_quiver" + }, + "elements": [ + { + "from": [6, 0, 9], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [13.5, 0, 16, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [5.5, 0, 8, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [11, 0, 6], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [8, 0, 9.5, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [6, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [12, 0, 13.5, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [4, 0, 5.5, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 0, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "up": {"uv": [9.5, 7, 12, 8.5], "texture": "#0"}, + "down": {"uv": [1.5, 7, 4, 8.5], "texture": "#0"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 14, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [1.5, 0, 4, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [9.5, 0, 12, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [2, 1, 7], + "to": [6, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 7]}, + "faces": { + "north": {"uv": [0, 8.5, 5.5, 10.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "south": {"uv": [0, 10.5, 5.5, 8.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "up": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2, 0], "texture": "#missing"} + } + }, + { + "from": [1.75, 16.75, 6.25], + "to": [2.75, 17.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "east": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5.75, 14.75, 6.25], + "to": [6.75, 16.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [6.75, 13.75, 6.25], + "to": [7.75, 15.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7.75, 12.75, 6.25], + "to": [8.75, 14.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.75, 11.75, 6.25], + "to": [9.75, 13.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9.75, 10.75, 6.25], + "to": [10.75, 12.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [3.75, 14.75, 6.25], + "to": [4.75, 18.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 13.5, 10, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8, 13.5, 8.5, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 13.5, 10, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.75, 15.75, 6.25], + "to": [3.75, 18.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 14, 9.5, 14.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14, 8, 14.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 14, 9, 14.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.75, 14.75, 6.25], + "to": [5.75, 17.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 13, 10, 13.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [9, 13, 8.5, 13.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 13, 9.5, 13.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.5, 16.75, 7.75], + "to": [5.5, 17.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "east": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.5, 14.75, 7.75], + "to": [9.5, 16.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5.5, 15.75, 7.75], + "to": [6.5, 18.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 14, 9.5, 14.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14, 8, 14.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 14, 9, 14.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [6.5, 14.75, 7.75], + "to": [7.5, 18.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 13.5, 10, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8, 13.5, 8.5, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 13.5, 10, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7.5, 14.75, 7.75], + "to": [8.5, 17.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 13, 10, 13.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [9, 13, 8.5, 13.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 13, 9.5, 13.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9.5, 13.75, 7.75], + "to": [10.5, 15.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10.5, 12.75, 7.75], + "to": [11.5, 14.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11.5, 11.75, 7.75], + "to": [12.5, 13.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [12.5, 10.75, 7.75], + "to": [13.5, 12.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [61.8, 40.87, -3.68], + "translation": [1, 1, 2], + "scale": [0.48047, 0.48047, 0.48047] + }, + "thirdperson_lefthand": { + "rotation": [66.5, 0, 30], + "translation": [-5.75, -7.5, 6.75] + }, + "firstperson_righthand": { + "rotation": [-152.5, 90, -180], + "translation": [0.25, 2.5, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "firstperson_lefthand": { + "rotation": [-152.5, -90, -180], + "translation": [0, 2.25, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-164.69, 34.9, -149.57], + "translation": [0, -1, 0], + "scale": [0.85156, 0.85156, 0.85156] + }, + "head": { + "translation": [0, 0.25, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/ghost_cloak.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/ghost_cloak.json new file mode 100644 index 0000000..0ac3cc4 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/ghost_cloak.json @@ -0,0 +1,153 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "mcdar:item/ghost_cloak", + "particle": "mcdar:item/ghost_cloak" + }, + "elements": [ + { + "from": [2, 0, 0.7], + "to": [14, 20, 3.7], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 0, 0.7]}, + "faces": { + "north": {"uv": [0.75, 0.25, 3.75, 5.25], "texture": "#0"}, + "east": {"uv": [0, 0.5, 0.75, 5.5], "texture": "#0"}, + "south": {"uv": [8.5, 0.5, 11.5, 5.5], "texture": "#0"}, + "west": {"uv": [3.75, 0.5, 4.5, 5.5], "texture": "#0"}, + "up": {"uv": [0.75, 0, 3.75, 0.75], "rotation": 180, "texture": "#0"}, + "down": {"uv": [3.75, 4.75, 0.75, 5.5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [4, 18, 17.5], + "to": [12, 26, 17.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 18, 9.5]}, + "faces": { + "north": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#missing"}, + "south": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#missing"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#missing"} + } + }, + { + "from": [4, 18, 9.5], + "to": [4, 26, 17.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 18, 9.5]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 6, 4, 8], "texture": "#0"}, + "down": {"uv": [6, 6, 8, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 18, 9.5], + "to": [12, 26, 9.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 18, 9.5]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 6, 4, 8], "texture": "#0"}, + "down": {"uv": [6, 6, 8, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 18, 9.5], + "to": [12, 18, 17.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 10, 9.5]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "down": {"uv": [6, 6, 8, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 26, 9.5], + "to": [12, 26, 17.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 18, 9.5]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 6, 4, 8], "texture": "#0"}, + "down": {"uv": [4, 6, 6, 8], "texture": "#0"} + } + }, + { + "from": [12, 18, 9.5], + "to": [12, 26, 17.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 18, 9.5]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "south": {"uv": [6, 6, 8, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6, 0, 8, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [2, 6, 4, 8], "texture": "#0"}, + "down": {"uv": [6, 6, 8, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.001, 21.001, 6.501], + "to": [11.999, 25.999, 9.499], + "rotation": {"angle": -22.5, "axis": "x", "origin": [5, 26, 9.5]}, + "faces": { + "north": {"uv": [6.25, 2, 7.5, 4], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6.25, 4, 7.5, 4.75], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0.5, 6, 1.75, 8], "rotation": 270, "texture": "#0"}, + "west": {"uv": [6.25, 1.25, 7.5, 2], "rotation": 270, "texture": "#0"}, + "up": {"uv": [7.75, 4.5, 9.75, 5.25], "rotation": 180, "texture": "#0"}, + "down": {"uv": [13, 0.5, 13.75, 2.5], "rotation": 90, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [56.25, 0, 0], + "translation": [0, -2, -4.25], + "scale": [0.43359, 0.43359, 0.43359] + }, + "thirdperson_lefthand": { + "rotation": [56.25, 0, 0], + "translation": [0, -2, -4.25], + "scale": [0.43359, 0.43359, 0.43359] + }, + "firstperson_righthand": { + "rotation": [-12.12, -63, -11.68], + "translation": [1.75, 0, 0.5], + "scale": [0.29688, 0.29688, 0.29688] + }, + "firstperson_lefthand": { + "rotation": [-12.12, -63, -11.68], + "translation": [1.75, 0, 0.5], + "scale": [0.29688, 0.29688, 0.29688] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [174.52, 40.81, -169.3], + "translation": [-0.25, -2.25, 0], + "scale": [0.5332, 0.5332, 0.5332] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, -26, 10.25], + "scale": [1.85352, 1.85352, 1.85352] + }, + "fixed": { + "translation": [0, -3.25, 0], + "scale": [0.58398, 0.58398, 0.58398] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/golem_kit.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/golem_kit.json new file mode 100644 index 0000000..4387ac8 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/golem_kit.json @@ -0,0 +1,111 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/golem_kit", + "particle": "mcdar:item/golem_kit" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#0"} + } + }, + { + "from": [0, 16, 0], + "to": [16, 32, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 16, 0]}, + "faces": { + "north": {"uv": [8, 8, 16, 16], "texture": "#0"}, + "east": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "west": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "up": {"uv": [0, 8, 8, 16], "texture": "#0"}, + "down": {"uv": [0, 8, 8, 16], "texture": "#0"} + } + }, + { + "from": [16, 0, 0], + "to": [32, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [-15.7, 0, 0]}, + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#0"} + } + }, + { + "from": [-16, 0, 0], + "to": [0, 16, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [-16, 0, 0]}, + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#0"} + } + }, + { + "from": [0, -15, 0], + "to": [16, 1, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -15, 0]}, + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.14063, 0.14063, 0.14063] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.14063, 0.14063, 0.14063] + }, + "firstperson_righthand": { + "rotation": [-169.75, 63.25, -180], + "translation": [0, 3.5, 0.5], + "scale": [0.15, 0.15, 0.15] + }, + "firstperson_lefthand": { + "rotation": [-169.75, 63.25, -180], + "translation": [0, 3.5, 0.5], + "scale": [0.15, 0.15, 0.15] + }, + "ground": { + "translation": [0, 2.5, 0], + "scale": [0.15039, 0.15039, 0.15039] + }, + "gui": { + "rotation": [178.52, 31.01, -165.85], + "scale": [0.28906, 0.28906, 0.28906] + }, + "head": { + "scale": [0.45117, 0.45117, 0.45117] + }, + "fixed": { + "translation": [0, 0, 0.75], + "scale": [0.40625, 0.40625, 0.40625] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/gong_of_weakening.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/gong_of_weakening.json new file mode 100644 index 0000000..e26b798 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/gong_of_weakening.json @@ -0,0 +1,210 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/gong_of_weakening", + "particle": "mcdar:item/gong_of_weakening" + }, + "elements": [ + { + "from": [5, 1, 5], + "to": [11, 2, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [2.5, 7.5, 5.5, 8], "texture": "#0"}, + "east": {"uv": [2.5, 7.5, 3, 8], "texture": "#0"}, + "south": {"uv": [5.5, 7.5, 2.5, 8], "texture": "#0"}, + "west": {"uv": [5, 7.5, 5.5, 8], "texture": "#0"}, + "up": {"uv": [5.5, 7.5, 2.5, 8], "texture": "#0"}, + "down": {"uv": [5.5, 7.5, 2.5, 8], "texture": "#0"} + } + }, + { + "from": [5, 16, 5], + "to": [11, 17, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [2.5, 0, 5.5, 0.5], "texture": "#0"}, + "east": {"uv": [3, 0, 2.5, 0.5], "texture": "#0"}, + "south": {"uv": [5.5, 0, 2.5, 0.5], "texture": "#0"}, + "west": {"uv": [5.5, 0, 5, 0.5], "texture": "#0"}, + "up": {"uv": [5.5, 0, 2.5, 0.5], "texture": "#0"}, + "down": {"uv": [5.5, 0, 2.5, 0.5], "texture": "#0"} + } + }, + { + "from": [3, 15, 5], + "to": [13, 16, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [1.5, 0.5, 6.5, 1], "texture": "#0"}, + "east": {"uv": [1.5, 0.5, 2, 1], "texture": "#0"}, + "south": {"uv": [6.5, 0.5, 1.5, 1], "texture": "#0"}, + "west": {"uv": [6, 0.5, 6.5, 1], "texture": "#0"}, + "up": {"uv": [6.5, 0.5, 1.5, 1], "texture": "#0"}, + "down": {"uv": [6.5, 0.5, 1.5, 1], "texture": "#0"} + } + }, + { + "from": [2, 14, 5], + "to": [14, 15, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [1, 1, 7, 1.5], "texture": "#0"}, + "east": {"uv": [1, 1, 1.5, 1.5], "texture": "#0"}, + "south": {"uv": [7, 1, 1, 1.5], "texture": "#0"}, + "west": {"uv": [6.5, 1, 7, 1.5], "texture": "#0"}, + "up": {"uv": [7, 1, 1, 1.5], "texture": "#0"}, + "down": {"uv": [7, 1, 1, 1.5], "texture": "#0"} + } + }, + { + "from": [1, 12, 5], + "to": [15, 14, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [0.5, 1.5, 7.5, 2.5], "texture": "#0"}, + "east": {"uv": [0.5, 1.5, 1, 2.5], "texture": "#0"}, + "south": {"uv": [7.5, 1.5, 0.5, 2.5], "texture": "#0"}, + "west": {"uv": [7, 1.5, 7.5, 2.5], "texture": "#0"}, + "up": {"uv": [7.5, 1.5, 0.5, 2], "texture": "#0"}, + "down": {"uv": [7.5, 1.5, 0.5, 2], "texture": "#0"} + } + }, + { + "from": [0, 6, 5], + "to": [16, 12, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [0, 2.5, 8, 5.5], "texture": "#0"}, + "east": {"uv": [0, 2.5, 0.5, 5.5], "texture": "#0"}, + "south": {"uv": [8, 2.5, 0, 5.5], "texture": "#0"}, + "west": {"uv": [7.5, 2.5, 8, 5.5], "texture": "#0"}, + "up": {"uv": [8, 2.5, 0, 3], "texture": "#0"}, + "down": {"uv": [0, 5, 8, 5.5], "texture": "#0"} + } + }, + { + "from": [1, 4, 5], + "to": [15, 6, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [0.5, 5.5, 7.5, 6.5], "texture": "#0"}, + "east": {"uv": [1, 5.5, 0.5, 6.5], "texture": "#0"}, + "south": {"uv": [7.5, 5.5, 0.5, 6.5], "texture": "#0"}, + "west": {"uv": [7.5, 5.5, 7, 6.5], "texture": "#0"}, + "up": {"uv": [7.5, 5.5, 0.5, 6], "texture": "#0"}, + "down": {"uv": [7.5, 6, 0.5, 6.5], "texture": "#0"} + } + }, + { + "from": [2, 3, 5], + "to": [14, 4, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [1, 6.5, 7, 7], "texture": "#0"}, + "east": {"uv": [1, 6.5, 1.5, 7], "texture": "#0"}, + "south": {"uv": [7, 6.5, 1, 7], "texture": "#0"}, + "west": {"uv": [6.5, 6.5, 7, 7], "texture": "#0"}, + "up": {"uv": [7, 6.5, 1, 7], "texture": "#0"}, + "down": {"uv": [7, 6.5, 1, 7], "texture": "#0"} + } + }, + { + "from": [3, 2, 5], + "to": [13, 3, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 9, 5.5]}, + "faces": { + "north": {"uv": [1.5, 7, 6.5, 7.5], "texture": "#0"}, + "east": {"uv": [1.5, 7.5, 2, 7], "texture": "#0"}, + "south": {"uv": [6.5, 7, 1.5, 7.5], "texture": "#0"}, + "west": {"uv": [6, 7, 6.5, 7.5], "texture": "#0"}, + "up": {"uv": [6.5, 7, 1.5, 7.5], "texture": "#0"}, + "down": {"uv": [6.5, 7, 1.5, 7.5], "texture": "#0"} + } + }, + { + "from": [2, 13.5, 8.25], + "to": [3, 17.5, 9.25], + "rotation": {"angle": 0, "axis": "y", "origin": [-1, 0.75, 0]}, + "faces": { + "north": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "east": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "south": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "west": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "up": {"uv": [7.5, 6.5, 8, 7], "texture": "#0"}, + "down": {"uv": [7.5, 8, 8, 8.5], "texture": "#0"} + } + }, + { + "from": [13, 13.75, 8], + "to": [14, 17.75, 9], + "rotation": {"angle": -22.5, "axis": "x", "origin": [13.5, 13.75, 8.5]}, + "faces": { + "north": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "east": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "south": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "west": {"uv": [7.5, 6.5, 8, 8.5], "texture": "#0"}, + "up": {"uv": [7.5, 6.5, 8, 7], "texture": "#0"}, + "down": {"uv": [7.5, 8, 8, 8.5], "texture": "#0"} + } + }, + { + "from": [-2, 2, 2], + "to": [-1, 11, 3], + "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, + "faces": { + "north": {"uv": [10.5, 1, 15, 0.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [15, 2, 10.5, 2.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [15, 1, 10.5, 0.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [15, 1, 10.5, 1.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [12, 1, 12.5, 1.5], "rotation": 270, "texture": "#0"}, + "down": {"uv": [15, 1, 15.5, 0.5], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [-2, 11, 1], + "to": [-1, 14, 4], + "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, + "faces": { + "north": {"uv": [8, 0, 9.5, 0.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [8, 0, 9.5, 1.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [8, 1, 9.5, 1.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 1.5, 9.5, 0], "rotation": 90, "texture": "#0"}, + "up": {"uv": [8, 0, 8.5, 1.5], "texture": "#0"}, + "down": {"uv": [9, 0, 9.5, 1.5], "rotation": 90, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [21.05, -35.52, -29.69], + "translation": [0.25, 1.25, 1.75], + "scale": [0.44727, 0.44727, 0.44727] + }, + "thirdperson_lefthand": { + "rotation": [21.05, -35.52, -29.69], + "translation": [0.25, 1.25, 1.75], + "scale": [0.44727, 0.44727, 0.44727] + }, + "firstperson_righthand": { + "rotation": [-180, 65.75, -180], + "translation": [0.75, 3.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [180, -6.25, -180], + "translation": [0.75, 3.5, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [174.88, 29.46, -172.74], + "translation": [0.75, -1.75, 0], + "scale": [0.89453, 0.89453, 0.89453] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harpoon_quiver.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harpoon_quiver.json new file mode 100644 index 0000000..e9bd9f3 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harpoon_quiver.json @@ -0,0 +1,327 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [28, 28], + "textures": { + "0": "mcdar:item/harpoon_quiver", + "particle": "mcdar:item/harpoon_quiver" + }, + "elements": [ + { + "from": [7, 0, 6], + "to": [8, 1, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [1.14286, 8, 1.71429, 8.57143], "texture": "#0"}, + "east": {"uv": [2.85714, 8, 4.57143, 8.57143], "texture": "#0"}, + "south": {"uv": [1.14286, 8, 1.71429, 8.57143], "texture": "#0"}, + "west": {"uv": [7.42857, 8, 9.14286, 8.57143], "texture": "#0"}, + "up": {"uv": [1.14286, 8, 1.71429, 8.57143], "rotation": 180, "texture": "#0"}, + "down": {"uv": [7.42857, 9.14286, 9.14286, 9.71429], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [6, 1, 6], + "to": [9, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [0.57143, 6.28571, 2.28571, 8], "texture": "#0"}, + "east": {"uv": [2.85714, 6.28571, 4.57143, 8], "texture": "#0"}, + "south": {"uv": [0.57143, 6.28571, 2.28571, 8], "texture": "#0"}, + "west": {"uv": [0.57143, 6.28571, 2.28571, 8], "texture": "#0"}, + "up": {"uv": [0.57143, 6.28571, 2.28571, 8], "rotation": 180, "texture": "#0"}, + "down": {"uv": [2.85714, 8.57143, 4.57143, 10.28571], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [10, 4, 6], + "to": [10, 15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [4.57143, 0, 7.42857, 6.28571], "texture": "#0"}, + "east": {"uv": [7.42857, 0, 9.14286, 6.28571], "texture": "#0"}, + "south": {"uv": [0, 0, 2.85714, 6.28571], "texture": "#0"}, + "west": {"uv": [2.85714, 0, 4.57143, 6.28571], "texture": "#0"}, + "up": {"uv": [0, 0, 2.85714, 1.71429], "rotation": 180, "texture": "#missing"}, + "down": {"uv": [7.42857, 6.28571, 9.14286, 9.14286], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5, 4, 9], + "to": [10, 15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [4.57143, 0, 7.42857, 6.28571], "texture": "#0"}, + "east": {"uv": [7.42857, 0, 9.14286, 6.28571], "texture": "#0"}, + "south": {"uv": [0, 0, 2.85714, 6.28571], "texture": "#0"}, + "west": {"uv": [2.85714, 0, 4.57143, 6.28571], "texture": "#0"}, + "up": {"uv": [0, 0, 2.85714, 1.71429], "rotation": 180, "texture": "#missing"}, + "down": {"uv": [7.42857, 6.28571, 9.14286, 9.14286], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5, 4, 6], + "to": [10, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [4.57143, 0, 7.42857, 6.28571], "texture": "#0"}, + "east": {"uv": [7.42857, 0, 9.14286, 6.28571], "texture": "#0"}, + "south": {"uv": [0, 0, 2.85714, 6.28571], "texture": "#0"}, + "west": {"uv": [2.85714, 0, 4.57143, 6.28571], "texture": "#0"}, + "up": {"uv": [2.85714, 9.14286, 4.57143, 6.28571], "rotation": 270, "texture": "#0"}, + "down": {"uv": [7.42857, 6.28571, 9.14286, 9.14286], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5, 4, 6], + "to": [10, 15, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [4.57143, 0, 7.42857, 6.28571], "texture": "#0"}, + "east": {"uv": [7.42857, 0, 9.14286, 6.28571], "texture": "#0"}, + "south": {"uv": [0, 0, 2.85714, 6.28571], "texture": "#0"}, + "west": {"uv": [2.85714, 0, 4.57143, 6.28571], "texture": "#0"}, + "up": {"uv": [0, 0, 2.85714, 1.71429], "rotation": 180, "texture": "#missing"}, + "down": {"uv": [7.42857, 6.28571, 9.14286, 9.14286], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [5, 4, 6], + "to": [5, 15, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [4.57143, 0, 7.42857, 6.28571], "texture": "#0"}, + "east": {"uv": [7.42857, 0, 9.14286, 6.28571], "texture": "#0"}, + "south": {"uv": [0, 0, 2.85714, 6.28571], "texture": "#0"}, + "west": {"uv": [2.85714, 0, 4.57143, 6.28571], "texture": "#0"}, + "up": {"uv": [0, 0, 2.85714, 1.71429], "rotation": 180, "texture": "#missing"}, + "down": {"uv": [7.42857, 6.28571, 9.14286, 9.14286], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [2, 1, 7.5], + "to": [6, 14, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [9.14286, 5.14286, 11.42857, 12.57143], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7.42857], "texture": "#missing"}, + "south": {"uv": [11.42857, 5.14286, 9.14286, 12.57143], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7.42857], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.28571, 0], "rotation": 180, "texture": "#missing"}, + "down": {"uv": [0, 0, 2.28571, 0], "rotation": 180, "texture": "#missing"} + } + }, + { + "from": [8.5, 16, 6.25], + "to": [9.5, 25, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "east": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "south": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "west": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "up": {"uv": [12, 0.57143, 12.57143, 1.14286], "rotation": 180, "texture": "#0"}, + "down": {"uv": [12, 5.14286, 12.57143, 5.71429], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.4, 6.9, 6.15], + "to": [9.6, 16.1, 7.35], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "east": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "south": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "west": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "up": {"uv": [12, 5.71429, 12.57143, 6.28571], "rotation": 180, "texture": "#0"}, + "down": {"uv": [12, 10.28571, 12.57143, 10.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [5.47808, 6.74072, 7.65], + "to": [6.67808, 15.94072, 8.85], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "east": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "south": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "west": {"uv": [12, 5.71429, 12.57143, 10.85714], "texture": "#0"}, + "up": {"uv": [12, 5.71429, 12.57143, 6.28571], "rotation": 180, "texture": "#0"}, + "down": {"uv": [12, 10.28571, 12.57143, 10.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [9.5, 21, 6.25], + "to": [11.5, 23, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [10.85714, 1.71429, 12, 2.85714], "texture": "#0"}, + "east": {"uv": [10.85714, 1.71429, 11.42857, 2.85714], "texture": "#0"}, + "south": {"uv": [12, 1.71429, 10.85714, 2.85714], "texture": "#0"}, + "west": {"uv": [11.42857, 1.71429, 12, 2.85714], "texture": "#0"}, + "up": {"uv": [10.85714, 1.71429, 12, 2.28571], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.85714, 2.28571, 12, 2.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [11.5, 21, 6.25], + "to": [13.5, 22, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [9.71429, 2.28571, 10.85714, 2.85714], "texture": "#0"}, + "east": {"uv": [9.71429, 2.28571, 10.28571, 2.85714], "texture": "#0"}, + "south": {"uv": [10.85714, 2.28571, 9.71429, 2.85714], "texture": "#0"}, + "west": {"uv": [10.28571, 2.28571, 10.85714, 2.85714], "texture": "#0"}, + "up": {"uv": [9.71429, 2.28571, 10.85714, 2.85714], "rotation": 180, "texture": "#0"}, + "down": {"uv": [9.71429, 2.28571, 10.85714, 2.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [10.5, 18, 6.25], + "to": [12.5, 19, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [10.28571, 4, 11.42857, 4.57143], "texture": "#0"}, + "east": {"uv": [10.28571, 4, 10.85714, 4.57143], "texture": "#0"}, + "south": {"uv": [11.42857, 4, 10.28571, 4.57143], "texture": "#0"}, + "west": {"uv": [10.85714, 4, 11.42857, 4.57143], "texture": "#0"}, + "up": {"uv": [10.28571, 4, 11.42857, 4.57143], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.28571, 4, 11.42857, 4.57143], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [10.5, 19, 6.25], + "to": [11.5, 20, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "east": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "south": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "west": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "up": {"uv": [10.85714, 3.42857, 11.42857, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.85714, 3.42857, 11.42857, 4], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [12.5, 18, 6.25], + "to": [13.5, 21, 7.25], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 0, 7.5]}, + "faces": { + "north": {"uv": [9.71429, 2.85714, 10.28571, 4.57143], "texture": "#0"}, + "east": {"uv": [9.71429, 2.85714, 10.28571, 4.57143], "texture": "#0"}, + "south": {"uv": [10.28571, 2.85714, 9.71429, 4.57143], "texture": "#0"}, + "west": {"uv": [9.71429, 2.85714, 10.28571, 4.57143], "texture": "#0"}, + "up": {"uv": [9.71429, 2.85714, 10.28571, 3.42857], "rotation": 180, "texture": "#0"}, + "down": {"uv": [9.71429, 4, 10.28571, 4.57143], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [5.57808, 15.84072, 7.75], + "to": [6.57808, 24.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [15.42857, 0.57143, 16, 5.71429], "texture": "#0"}, + "east": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "south": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "west": {"uv": [12, 0.57143, 12.57143, 5.71429], "texture": "#0"}, + "up": {"uv": [12, 0.57143, 12.57143, 1.14286], "rotation": 180, "texture": "#0"}, + "down": {"uv": [12, 5.14286, 12.57143, 5.71429], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [6.57808, 20.84072, 7.75], + "to": [8.57808, 22.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [14.28571, 1.71429, 15.42857, 2.85714], "texture": "#0"}, + "east": {"uv": [10.85714, 1.71429, 11.42857, 2.85714], "texture": "#0"}, + "south": {"uv": [12, 1.71429, 10.85714, 2.85714], "texture": "#0"}, + "west": {"uv": [11.42857, 1.71429, 12, 2.85714], "texture": "#0"}, + "up": {"uv": [10.85714, 1.71429, 12, 2.28571], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.85714, 2.28571, 12, 2.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [8.57808, 20.84072, 7.75], + "to": [10.57808, 21.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [13.14286, 2.28571, 14.28571, 2.85714], "texture": "#0"}, + "east": {"uv": [9.71429, 2.28571, 10.28571, 2.85714], "texture": "#0"}, + "south": {"uv": [10.85714, 2.28571, 9.71429, 2.85714], "texture": "#0"}, + "west": {"uv": [10.28571, 2.28571, 10.85714, 2.85714], "texture": "#0"}, + "up": {"uv": [9.71429, 2.28571, 10.85714, 2.85714], "rotation": 180, "texture": "#0"}, + "down": {"uv": [9.71429, 2.28571, 10.85714, 2.85714], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [9.57808, 17.84072, 7.75], + "to": [10.57808, 20.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [13.14286, 2.85714, 13.71429, 4.57143], "texture": "#0"}, + "east": {"uv": [9.71429, 2.85714, 10.28571, 4.57143], "texture": "#0"}, + "south": {"uv": [10.28571, 2.85714, 9.71429, 4.57143], "texture": "#0"}, + "west": {"uv": [9.71429, 2.85714, 10.28571, 4.57143], "texture": "#0"}, + "up": {"uv": [9.71429, 2.85714, 10.28571, 3.42857], "rotation": 180, "texture": "#0"}, + "down": {"uv": [9.71429, 4, 10.28571, 4.57143], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.57808, 17.84072, 7.75], + "to": [9.57808, 18.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [13.71429, 4, 14.85714, 4.57143], "texture": "#0"}, + "east": {"uv": [10.28571, 4, 10.85714, 4.57143], "texture": "#0"}, + "south": {"uv": [11.42857, 4, 10.28571, 4.57143], "texture": "#0"}, + "west": {"uv": [10.85714, 4, 11.42857, 4.57143], "texture": "#0"}, + "up": {"uv": [10.28571, 4, 11.42857, 4.57143], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.28571, 4, 11.42857, 4.57143], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.57808, 18.84072, 7.75], + "to": [8.57808, 19.84072, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 0, 7.5]}, + "faces": { + "north": {"uv": [14.28571, 3.42857, 14.85714, 4], "texture": "#0"}, + "east": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "south": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "west": {"uv": [10.85714, 3.42857, 11.42857, 4], "texture": "#0"}, + "up": {"uv": [10.85714, 3.42857, 11.42857, 4], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.85714, 3.42857, 11.42857, 4], "rotation": 180, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [61.8, 40.87, -3.68], + "translation": [1, 1, 2], + "scale": [0.48047, 0.48047, 0.48047] + }, + "thirdperson_lefthand": { + "rotation": [66.5, 0, 30], + "translation": [-5.75, -7.5, 6.75] + }, + "firstperson_righthand": { + "rotation": [-152.5, 90, -180], + "translation": [0.25, 2.5, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "firstperson_lefthand": { + "rotation": [-152.5, -90, -180], + "translation": [0, 2.25, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-164.69, 34.9, -149.57], + "translation": [-1, -2.25, 0], + "scale": [0.69726, 0.69726, 0.69726] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harvester.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harvester.json new file mode 100644 index 0000000..3785fe2 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/harvester.json @@ -0,0 +1,84 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/harvester", + "particle": "mcdar:item/harvester" + }, + "elements": [ + { + "from": [4.5, 2.5, 7], + "to": [5.5, 5.5, 9.5], + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 3.125, 8]}, + "faces": { + "north": {"uv": [12, 6, 10.5, 5.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [12.5, 6, 14, 7.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [13.5, 5.5, 12, 6], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 6, 12, 7.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [12, 6, 12.5, 7.5], "texture": "#0"}, + "down": {"uv": [10, 6, 10.5, 7.5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [5, 0, 6.5], + "to": [11, 8, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 3.125, 8]}, + "faces": { + "north": {"uv": [3, 0, 7, 3], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 3, 14, 5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [7, 0, 11, 3], "rotation": 90, "texture": "#0"}, + "west": {"uv": [3, 3, 7, 5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [7, 3, 10, 5], "texture": "#0"}, + "down": {"uv": [0, 3, 3, 5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [6, 1, 6], + "to": [10, 7, 7], + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 3.125, 8]}, + "faces": { + "north": {"uv": [2, 5, 5, 7], "rotation": 270, "texture": "#0"}, + "east": {"uv": [7, 7, 10, 7.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5, 5, 8, 7], "rotation": 90, "texture": "#0"}, + "west": {"uv": [2, 7, 5, 7.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 7, 2, 7.5], "texture": "#0"}, + "down": {"uv": [5, 7, 7, 7.5], "rotation": 180, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [140.1, 42.72, -157.54], + "translation": [1.5, 4.75, -0.5], + "scale": [0.70508, 0.70508, 0.70508] + }, + "thirdperson_lefthand": { + "rotation": [140.1, 42.72, -157.54], + "translation": [1.5, 4.75, -0.5], + "scale": [0.70508, 0.70508, 0.70508] + }, + "firstperson_righthand": { + "rotation": [135.15, 45.18, -123.89], + "translation": [0, 7, 2.25], + "scale": [0.66602, 0.66602, 0.66602] + }, + "firstperson_lefthand": { + "rotation": [135.15, 45.18, -123.89], + "translation": [0, 7, 2.25], + "scale": [0.66602, 0.66602, 0.66602] + }, + "ground": { + "translation": [0, 0.5, 0], + "scale": [0.41016, 0.41016, 0.41016] + }, + "gui": { + "rotation": [151.27, 13.37, -137.41], + "translation": [3.5, 4, 0], + "scale": [1.28906, 1.28906, 1.28906] + }, + "head": { + "translation": [0, 8.5, -3.5], + "scale": [2.11914, 2.11914, 2.11914] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/iron_hide_amulet.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/iron_hide_amulet.json new file mode 100644 index 0000000..f914cb0 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/iron_hide_amulet.json @@ -0,0 +1,73 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/iron_hide_amulet", + "particle": "mcdar:item/iron_hide_amulet" + }, + "elements": [ + { + "from": [-2, 0, 7], + "to": [17, 19, 9], + "faces": { + "north": {"uv": [1, 1, 10.5, 10.5], "texture": "#0"}, + "east": {"uv": [11.5, 1, 10.5, 10.5], "texture": "#0"}, + "south": {"uv": [1, 1, 10.5, 10.5], "texture": "#0"}, + "west": {"uv": [1, 1, 0, 10.5], "texture": "#0"}, + "up": {"uv": [1, 1, 10.5, 0], "texture": "#0"}, + "down": {"uv": [1, 11.5, 10.5, 10.5], "texture": "#0"} + } + }, + { + "from": [3, 5, 6], + "to": [12, 14, 7], + "faces": { + "north": {"uv": [11.5, 0, 16, 4.5], "texture": "#0"}, + "east": {"uv": [11.5, 0, 12, 4.5], "texture": "#0"}, + "south": {"uv": [11.5, 0, 16, 4.5], "texture": "#0"}, + "west": {"uv": [15.5, 0, 16, 4.5], "texture": "#0"}, + "up": {"uv": [16, 0, 11.5, 0.5], "texture": "#0"}, + "down": {"uv": [16, 4, 11.5, 4.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [-150.75, 32.07, -171.34], + "translation": [0.25, 1.75, 1.25], + "scale": [0.26367, 0.26367, 0.26367] + }, + "thirdperson_lefthand": { + "rotation": [-150.75, 32.07, -171.34], + "translation": [0.25, 1.75, 1.25], + "scale": [0.26367, 0.26367, 0.26367] + }, + "firstperson_righthand": { + "rotation": [152.97, 55.88, -161.1], + "translation": [-2, 3, 2.75], + "scale": [0.27695, 0.27695, 0.27695] + }, + "firstperson_lefthand": { + "rotation": [152.97, 55.88, -161.1], + "translation": [-2, 3, 2.75], + "scale": [0.27695, 0.27695, 0.27695] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [171.96, 22.27, -170.96], + "translation": [-0.25, -0.75, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "translation": [0.25, -1, -6.75], + "scale": [0.69141, 0.69141, 0.69141] + }, + "fixed": { + "translation": [0.25, -0.25, 0], + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/lightning_rod.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/lightning_rod.json new file mode 100644 index 0000000..c2f0373 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/lightning_rod.json @@ -0,0 +1,338 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "mcdar:item/lightning_rod", + "particle": "mcdar:item/lightning_rod" + }, + "elements": [ + { + "from": [0, 0, 7], + "to": [2, 2, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [0, 14, 2, 16], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 14, 2, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [2, 14, 0, 16], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 15, 2, 16], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 14, 2, 16], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 14, 1, 16], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [1, 2, 7], + "to": [2, 3, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [2, 15, 3, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [2, 15, 3, 14], "rotation": 90, "texture": "#0"}, + "south": {"uv": [2, 15, 3, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [2, 15, 3, 14], "rotation": 90, "texture": "#0"}, + "up": {"uv": [2, 15, 3, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [2, 15, 3, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2, 1, 7], + "to": [3, 4, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [1, 13, 4, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [4, 14, 1, 13], "rotation": 90, "texture": "#0"}, + "south": {"uv": [4, 13, 1, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [4, 13, 1, 14], "rotation": 90, "texture": "#0"}, + "up": {"uv": [3, 13, 4, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 14, 2, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [3, 2, 7], + "to": [4, 5, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [2, 12, 5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [5, 12, 2, 13], "rotation": 90, "texture": "#0"}, + "south": {"uv": [5, 12, 2, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [4, 13, 1, 14], "rotation": 90, "texture": "#0"}, + "up": {"uv": [4, 12, 5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [2, 12, 3, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 3, 7], + "to": [5, 6, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [3, 11, 6, 12], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 11, 3, 12], "rotation": 90, "texture": "#0"}, + "south": {"uv": [6, 11, 3, 12], "rotation": 90, "texture": "#0"}, + "west": {"uv": [6, 11, 3, 12], "rotation": 90, "texture": "#0"}, + "up": {"uv": [5, 11, 6, 12], "rotation": 90, "texture": "#0"}, + "down": {"uv": [4, 11, 3, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5, 4, 7], + "to": [6, 7, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [4, 10, 7, 11], "rotation": 270, "texture": "#0"}, + "east": {"uv": [4, 10, 7, 11], "rotation": 90, "texture": "#0"}, + "south": {"uv": [7, 10, 4, 11], "rotation": 90, "texture": "#0"}, + "west": {"uv": [4, 10, 7, 11], "rotation": 90, "texture": "#0"}, + "up": {"uv": [6, 10, 7, 11], "rotation": 90, "texture": "#0"}, + "down": {"uv": [4, 10, 5, 11], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [6, 5, 7], + "to": [7, 8, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [5, 9, 8, 10], "rotation": 270, "texture": "#0"}, + "east": {"uv": [5, 9, 8, 10], "rotation": 90, "texture": "#0"}, + "south": {"uv": [8, 9, 5, 10], "rotation": 90, "texture": "#0"}, + "west": {"uv": [5, 9, 8, 10], "rotation": 90, "texture": "#0"}, + "up": {"uv": [7, 9, 8, 10], "rotation": 90, "texture": "#0"}, + "down": {"uv": [5, 9, 6, 10], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7, 6, 7], + "to": [8, 9, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [6, 8, 9, 9], "rotation": 270, "texture": "#0"}, + "east": {"uv": [6, 8, 9, 9], "rotation": 90, "texture": "#0"}, + "south": {"uv": [9, 8, 6, 9], "rotation": 90, "texture": "#0"}, + "west": {"uv": [6, 8, 9, 9], "rotation": 90, "texture": "#0"}, + "up": {"uv": [8, 8, 9, 9], "rotation": 90, "texture": "#0"}, + "down": {"uv": [6, 8, 7, 9], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8, 7, 7], + "to": [9, 10, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [7, 7, 10, 8], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 7, 7, 8], "rotation": 90, "texture": "#0"}, + "south": {"uv": [10, 7, 7, 8], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 7, 7, 8], "rotation": 90, "texture": "#0"}, + "up": {"uv": [9, 7, 10, 8], "rotation": 90, "texture": "#0"}, + "down": {"uv": [7, 7, 8, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9, 8, 7], + "to": [10, 14, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [8, 6, 14, 7], "rotation": 270, "texture": "#0"}, + "east": {"uv": [14, 6, 8, 7], "rotation": 90, "texture": "#0"}, + "south": {"uv": [14, 6, 8, 7], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14, 7, 8, 6], "rotation": 90, "texture": "#0"}, + "up": {"uv": [13, 6, 14, 7], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8, 6, 9, 7], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10, 9, 7], + "to": [14, 10, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [9, 2, 10, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [9, 2, 10, 3], "rotation": 90, "texture": "#0"}, + "south": {"uv": [10, 2, 9, 6], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#missing"}, + "up": {"uv": [10, 2, 9, 6], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 2, 9, 6], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [13, 15, 7], + "to": [15, 16, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [16, 1, 15, 3], "rotation": 270, "texture": "#0"}, + "east": {"uv": [15, 1, 16, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [16, 1, 15, 3], "rotation": 90, "texture": "#0"}, + "west": {"uv": [15, 2, 16, 3], "rotation": 90, "texture": "#0"}, + "up": {"uv": [16, 1, 15, 3], "rotation": 90, "texture": "#0"}, + "down": {"uv": [16, 1, 15, 3], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [15, 13, 7], + "to": [16, 16, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [13, 0, 16, 1], "rotation": 270, "texture": "#0"}, + "east": {"uv": [13, 0, 16, 1], "rotation": 90, "texture": "#0"}, + "south": {"uv": [16, 0, 13, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [13, 0, 16, 1], "rotation": 90, "texture": "#0"}, + "up": {"uv": [15, 0, 16, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [13, 0, 14, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [12, 12, 7], + "to": [15, 15, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [12, 1, 15, 4], "rotation": 270, "texture": "#0"}, + "east": {"uv": [15, 1, 12, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [15, 1, 12, 4], "rotation": 90, "texture": "#0"}, + "west": {"uv": [15, 3, 12, 4], "rotation": 90, "texture": "#0"}, + "up": {"uv": [14, 1, 15, 4], "rotation": 90, "texture": "#0"}, + "down": {"uv": [12, 1, 13, 4], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11, 11, 7], + "to": [12, 12, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [11, 4, 12, 5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [11, 4, 12, 5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [11, 4, 12, 5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [11, 4, 12, 5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [11, 4, 12, 5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [11, 4, 12, 5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10, 14, 7], + "to": [11, 15, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [14, 5, 15, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [14, 5, 15, 6], "rotation": 90, "texture": "#0"}, + "south": {"uv": [14, 5, 15, 6], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14, 5, 15, 6], "rotation": 90, "texture": "#0"}, + "up": {"uv": [14, 5, 15, 6], "rotation": 90, "texture": "#0"}, + "down": {"uv": [14, 5, 15, 6], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11, 15, 7], + "to": [12, 16, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [15, 4, 16, 5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [15, 4, 16, 5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [15, 4, 16, 5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [15, 4, 16, 5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [15, 4, 16, 5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [15, 4, 16, 5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10, 10, 7], + "to": [11, 11, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [10, 5, 11, 6], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 5, 11, 6], "rotation": 90, "texture": "#0"}, + "south": {"uv": [10, 5, 11, 6], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 5, 11, 6], "rotation": 90, "texture": "#0"}, + "up": {"uv": [10, 5, 11, 6], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 5, 11, 6], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8, 14, 7], + "to": [9, 15, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [14, 7, 15, 8], "rotation": 270, "texture": "#0"}, + "east": {"uv": [14, 7, 15, 8], "rotation": 90, "texture": "#0"}, + "south": {"uv": [14, 7, 15, 8], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14, 7, 15, 8], "rotation": 90, "texture": "#0"}, + "up": {"uv": [14, 7, 15, 8], "rotation": 90, "texture": "#0"}, + "down": {"uv": [14, 7, 15, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [14, 8, 7], + "to": [15, 9, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [8, 1, 9, 2], "rotation": 270, "texture": "#0"}, + "east": {"uv": [8, 1, 9, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [8, 1, 9, 2], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8, 1, 9, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [8, 1, 9, 2], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8, 1, 9, 2], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [14, 10, 7], + "to": [15, 11, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [10, 1, 11, 2], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 1, 11, 2], "rotation": 90, "texture": "#0"}, + "south": {"uv": [10, 1, 11, 2], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 1, 11, 2], "rotation": 90, "texture": "#0"}, + "up": {"uv": [10, 1, 11, 2], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 1, 11, 2], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [15, 11, 7], + "to": [16, 12, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [11, 0, 12, 1], "rotation": 270, "texture": "#0"}, + "east": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "south": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "up": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [11, 0, 12, 1], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4, 3, 7], + "to": [5, 6, 8], + "rotation": {"angle": 0, "axis": "z", "origin": [7.75, 8.25, 7.5]}, + "faces": { + "north": {"uv": [3, 11, 6, 12], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 0, 3, 1], "rotation": 90, "texture": "#missing"}, + "south": {"uv": [6, 11, 3, 12], "rotation": 90, "texture": "#0"}, + "west": {"uv": [6, 11, 3, 12], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#missing"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#missing"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [0, -90, 55], + "translation": [0, 4, 0.5], + "scale": [0.85, 0.85, 0.85] + }, + "thirdperson_lefthand": { + "rotation": [0, 90, -55], + "translation": [0, 4, 0.5], + "scale": [0.85, 0.85, 0.85] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 90, -25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "scale": [0.9, 0.9, 0.9] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/love_medallion.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/love_medallion.json new file mode 100644 index 0000000..079f96b --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/love_medallion.json @@ -0,0 +1,182 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "mcdar:item/love_medallion", + "particle": "mcdar:item/love_medallion" + }, + "elements": [ + { + "from": [-1.5, 0, 7], + "to": [17.5, 19, 9], + "rotation": {"angle": 45, "axis": "z", "origin": [8, 9.5, 8]}, + "faces": { + "north": {"uv": [3.25, 0.5, 8, 5.25], "rotation": 90, "texture": "#0"}, + "east": {"uv": [3.25, 5.25, 8, 5.75], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 0, 13.25, 4.75], "rotation": 270, "texture": "#0"}, + "west": {"uv": [3.25, 0, 8, 0.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8, 0.5, 8.5, 5.25], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2.75, 0.5, 3.25, 5.25], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [7, 3, 9], + "to": [9, 4, 10], + "faces": { + "north": {"uv": [10.5, 7.75, 10, 8], "texture": "#0"}, + "east": {"uv": [10, 7.75, 10.25, 8], "texture": "#0"}, + "south": {"uv": [10, 7.75, 10.5, 8], "texture": "#0"}, + "west": {"uv": [10, 7.75, 10.25, 8], "texture": "#0"}, + "up": {"uv": [10, 7.75, 10.5, 8], "texture": "#0"}, + "down": {"uv": [10, 7.75, 10.5, 8], "texture": "#0"} + } + }, + { + "from": [5, 4, 9], + "to": [11, 5, 10], + "faces": { + "north": {"uv": [11, 7.5, 9.5, 7.75], "texture": "#0"}, + "east": {"uv": [10.75, 7.5, 11, 7.75], "texture": "#0"}, + "south": {"uv": [9.5, 7.5, 11, 7.75], "texture": "#0"}, + "west": {"uv": [9.5, 7.5, 9.75, 7.75], "texture": "#0"}, + "up": {"uv": [9.5, 7.5, 11, 7.75], "texture": "#0"}, + "down": {"uv": [9.5, 7.5, 11, 7.75], "texture": "#0"} + } + }, + { + "from": [2, 14, 9], + "to": [7, 15, 10], + "faces": { + "north": {"uv": [10, 5, 8.75, 5.25], "texture": "#0"}, + "east": {"uv": [9.75, 5, 10, 5.25], "texture": "#0"}, + "south": {"uv": [8.75, 5, 10, 5.25], "texture": "#0"}, + "west": {"uv": [8.75, 5, 9, 5.25], "texture": "#0"}, + "up": {"uv": [8.75, 5, 10, 5.25], "texture": "#0"}, + "down": {"uv": [8.75, 5, 10, 5.25], "texture": "#0"} + } + }, + { + "from": [9, 14, 9], + "to": [14, 15, 10], + "faces": { + "north": {"uv": [11.75, 5, 10.5, 5.25], "texture": "#0"}, + "east": {"uv": [11.5, 5, 11.75, 5.25], "texture": "#0"}, + "south": {"uv": [10.5, 5, 11.75, 5.25], "texture": "#0"}, + "west": {"uv": [10.5, 5, 10.75, 5.25], "texture": "#0"}, + "up": {"uv": [10.5, 5, 11.75, 5.25], "texture": "#0"}, + "down": {"uv": [10.5, 5, 11.75, 5.25], "texture": "#0"} + } + }, + { + "from": [10, 15, 9], + "to": [13, 16, 10], + "faces": { + "north": {"uv": [11.5, 4.75, 10.75, 5], "texture": "#0"}, + "east": {"uv": [11.25, 4.75, 11.5, 5], "texture": "#0"}, + "south": {"uv": [10.75, 4.75, 11.5, 5], "texture": "#0"}, + "west": {"uv": [10.75, 4.75, 11, 5], "texture": "#0"}, + "up": {"uv": [10.75, 4.75, 11.5, 5], "texture": "#0"}, + "down": {"uv": [10.75, 4.75, 11.5, 5], "texture": "#0"} + } + }, + { + "from": [3, 15, 9], + "to": [6, 16, 10], + "faces": { + "north": {"uv": [9.75, 4.75, 9, 5], "texture": "#0"}, + "east": {"uv": [9.5, 4.75, 9.75, 5], "texture": "#0"}, + "south": {"uv": [9, 4.75, 9.75, 5], "texture": "#0"}, + "west": {"uv": [9, 4.75, 9.25, 5], "texture": "#0"}, + "up": {"uv": [9, 4.75, 9.75, 5], "texture": "#0"}, + "down": {"uv": [9, 4.75, 9.75, 5], "texture": "#0"} + } + }, + { + "from": [4, 5, 9], + "to": [12, 6, 10], + "faces": { + "north": {"uv": [11.25, 7.25, 9.25, 7.5], "texture": "#0"}, + "east": {"uv": [11, 7.25, 11.25, 7.5], "texture": "#0"}, + "south": {"uv": [9.25, 7.25, 11.25, 7.5], "texture": "#0"}, + "west": {"uv": [9.25, 7.25, 9.5, 7.5], "texture": "#0"}, + "up": {"uv": [9.25, 7.25, 11.25, 7.5], "texture": "#0"}, + "down": {"uv": [9.25, 7.25, 11.25, 7.5], "texture": "#0"} + } + }, + { + "from": [3, 6, 9], + "to": [13, 7, 10], + "faces": { + "north": {"uv": [11.5, 7, 9, 7.25], "texture": "#0"}, + "east": {"uv": [11.25, 7, 11.5, 7.25], "texture": "#0"}, + "south": {"uv": [9, 7, 11.5, 7.25], "texture": "#0"}, + "west": {"uv": [9, 7, 9.25, 7.25], "texture": "#0"}, + "up": {"uv": [9, 7, 11.5, 7.25], "texture": "#0"}, + "down": {"uv": [9, 7, 11.5, 7.25], "texture": "#0"} + } + }, + { + "from": [2, 7, 9], + "to": [14, 8, 10], + "faces": { + "north": {"uv": [11.75, 6.75, 8.75, 7], "texture": "#0"}, + "east": {"uv": [11.5, 6.75, 11.75, 7], "texture": "#0"}, + "south": {"uv": [8.75, 6.75, 11.75, 7], "texture": "#0"}, + "west": {"uv": [8.75, 6.75, 9, 7], "texture": "#0"}, + "up": {"uv": [8.75, 6.75, 11.75, 7], "texture": "#0"}, + "down": {"uv": [8.75, 6.75, 11.75, 7], "texture": "#0"} + } + }, + { + "from": [1, 8, 9], + "to": [15, 14, 10], + "faces": { + "north": {"uv": [12, 5.25, 8.5, 6.75], "texture": "#0"}, + "east": {"uv": [11.75, 5.25, 12, 6.75], "texture": "#0"}, + "south": {"uv": [8.5, 5.25, 12, 6.75], "texture": "#0"}, + "west": {"uv": [8.5, 5.25, 8.75, 6.75], "texture": "#0"}, + "up": {"uv": [8.5, 5.25, 12, 5.5], "texture": "#0"}, + "down": {"uv": [12, 5.25, 8.5, 5.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [5.42, -35.1, 16.97], + "translation": [-0.75, 1.5, 0.75], + "scale": [0.28516, 0.28516, 0.28516] + }, + "thirdperson_lefthand": { + "rotation": [5.42, -35.1, 16.97], + "translation": [-0.75, 1.5, 0.75], + "scale": [0.28516, 0.28516, 0.28516] + }, + "firstperson_righthand": { + "rotation": [-65.26, -65.44, -60.08], + "translation": [0, 3, 0], + "scale": [0.33789, 0.33789, 0.33789] + }, + "firstperson_lefthand": { + "rotation": [-65.26, -65.44, -60.08], + "translation": [0, 3, 0], + "scale": [0.33789, 0.33789, 0.33789] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-31.95, -26.54, -27.41], + "translation": [0, -0.75, 0], + "scale": [0.61328, 0.61328, 0.61328] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 0, -6.5] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, -1.75, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/powershaker.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/powershaker.json new file mode 100644 index 0000000..83fea2c --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/powershaker.json @@ -0,0 +1,112 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/powershaker", + "particle": "mcdar:item/powershaker" + }, + "elements": [ + { + "from": [6, 7, 8], + "to": [11, 12, 13], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]}, + "faces": { + "north": {"uv": [0, 0.5, 2.5, 3], "texture": "#0"}, + "east": {"uv": [2.5, 0.5, 5, 3], "texture": "#0"}, + "south": {"uv": [0, 0.5, 2.5, 3], "texture": "#0"}, + "west": {"uv": [2.5, 0.5, 5, 3], "texture": "#0"}, + "up": {"uv": [2.5, 5.5, 5, 8], "texture": "#0"}, + "down": {"uv": [2.5, 3, 5, 5.5], "texture": "#0"} + } + }, + { + "from": [8, 1, 10], + "to": [9, 7, 11], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]}, + "faces": { + "north": {"uv": [0, 3, 0.5, 6], "texture": "#0"}, + "east": {"uv": [0, 3, 0.5, 6], "texture": "#0"}, + "south": {"uv": [0, 3, 0.5, 6], "texture": "#0"}, + "west": {"uv": [0, 3, 0.5, 6], "texture": "#0"}, + "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#missing"}, + "down": {"uv": [1.5, 6, 2, 6.5], "texture": "#0"} + } + }, + { + "from": [8, 12, 10], + "to": [9, 13, 11], + "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]}, + "faces": { + "north": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"}, + "east": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"}, + "south": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"}, + "west": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"}, + "up": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"}, + "down": {"uv": [2, 6, 2.5, 6.5], "texture": "#0"} + } + }, + { + "from": [5.1, 2.1, 8.3], + "to": [5.1, 3.1, 9.3], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0.5, 0.5]}, + "faces": { + "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, + "east": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, + "south": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, + "west": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, + "up": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, + "down": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"} + } + }, + { + "from": [5.1, 3.1, 8.55], + "to": [5.1, 5.1, 9.05], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 0.5, 0.5]}, + "faces": { + "north": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"}, + "east": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"}, + "south": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"}, + "west": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"}, + "up": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"}, + "down": {"uv": [1.5, 6.5, 2, 7], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [22.5, 0, 0], + "translation": [0, -1.25, 0.75] + }, + "thirdperson_lefthand": { + "rotation": [22.5, 0, 0], + "translation": [0, -1.25, 0.75] + }, + "firstperson_righthand": { + "rotation": [38.75, 0, 0], + "translation": [0, 0.75, -0.25], + "scale": [0.80469, 0.80469, 0.80469] + }, + "firstperson_lefthand": { + "rotation": [38.75, 0, 0], + "translation": [0, 0.75, -0.25], + "scale": [0.80469, 0.80469, 0.80469] + }, + "ground": { + "translation": [0, 1.5, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-168.43, -59.62, -153.43], + "translation": [-1, -1.75, 0], + "scale": [1.10742, 1.10742, 1.10742] + }, + "head": { + "rotation": [-38, -36.31, -24.83], + "translation": [4.5, 0, -7.25] + }, + "fixed": { + "rotation": [0, -90, 0], + "translation": [-1, -1.5, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/satchel_of_elements.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/satchel_of_elements.json new file mode 100644 index 0000000..a3ab575 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/satchel_of_elements.json @@ -0,0 +1,133 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/satchel_of_elements", + "particle": "mcdar:item/satchel_of_elements" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 8, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "south": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "west": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [8, 0, 16, 8], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 8, 8, 16], "texture": "#0"}, + "east": {"uv": [0, 0, 8, 8], "texture": "#missing"}, + "south": {"uv": [0, 0, 8, 8], "texture": "#missing"}, + "west": {"uv": [8, 0, 16, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#0"}, + "down": {"uv": [0, 0, 8, 8], "texture": "#missing"} + } + }, + { + "from": [5.5, 16, 5.5], + "to": [10.5, 20, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 16, 5.5]}, + "faces": { + "north": {"uv": [12, 8, 14.5, 10], "texture": "#0"}, + "east": {"uv": [12, 8, 14.5, 10], "texture": "#0"}, + "south": {"uv": [12, 8, 14.5, 10], "texture": "#0"}, + "west": {"uv": [12, 8, 14.5, 10], "texture": "#0"}, + "up": {"uv": [12, 8, 14.5, 8.5], "texture": "#0"}, + "down": {"uv": [12, 8, 14.5, 10], "texture": "#0"} + } + }, + { + "from": [5.5, 20.75, 5.5], + "to": [5.5, 24.75, 10.5], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 22.75, 8]}, + "faces": { + "north": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "south": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "west": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "up": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"} + } + }, + { + "from": [5.5, 20.75, 5.5], + "to": [10.5, 24.75, 5.5], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 22.75, 8]}, + "faces": { + "north": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "south": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "west": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "up": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"} + } + }, + { + "from": [5.5, 20.75, 10.5], + "to": [10.5, 24.75, 10.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 22.75, 8]}, + "faces": { + "north": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "south": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "west": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "up": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"} + } + }, + { + "from": [10.5, 20.75, 5.5], + "to": [10.5, 24.75, 10.5], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 22.75, 8]}, + "faces": { + "north": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "east": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "south": {"uv": [12, 8, 9.5, 10], "texture": "#0"}, + "west": {"uv": [9, 8, 11.5, 10], "texture": "#0"}, + "up": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 2.5], "texture": "#missing"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [167.64, 55.09, -165.04], + "translation": [0.75, 2.25, 0], + "scale": [0.31211, 0.31211, 0.31211] + }, + "firstperson_lefthand": { + "rotation": [167.64, 55.09, -165.04], + "translation": [0.75, 2.25, 0], + "scale": [0.31211, 0.31211, 0.31211] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [-148.27, 26.54, 163.97], + "translation": [0, -1, 0], + "scale": [0.56836, 0.56836, 0.56836] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/shock_powder.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/shock_powder.json new file mode 100644 index 0000000..acf674e --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/shock_powder.json @@ -0,0 +1,122 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "0": "mcdar:item/shock_powder", + "particle": "mcdar:item/shock_powder" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 17, 16], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 1, 0]}, + "faces": { + "north": {"uv": [0, 4, 4, 8.25], "texture": "#0"}, + "east": {"uv": [12, 4, 16, 8.25], "texture": "#0"}, + "south": {"uv": [8, 4, 12, 8.25], "texture": "#0"}, + "west": {"uv": [4, 4, 8, 8.25], "texture": "#0"}, + "up": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "down": {"uv": [4, 0, 8, 4], "texture": "#0"} + } + }, + { + "from": [5.5, 17, 5.5], + "to": [10.5, 21, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 17, 5.5]}, + "faces": { + "north": {"uv": [8, 3, 9.25, 4], "texture": "#0"}, + "east": {"uv": [13.5, 3, 14.75, 4], "texture": "#0"}, + "south": {"uv": [11.75, 3, 13, 4], "texture": "#0"}, + "west": {"uv": [9.75, 3, 11, 4], "texture": "#0"}, + "up": {"uv": [8, 1.75, 9.25, 3], "texture": "#0"}, + "down": {"uv": [8, 1.75, 9.25, 3], "texture": "#0"} + } + }, + { + "from": [5.5, 21.75, 5.5], + "to": [5.5, 26.75, 10.5], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 23.75, 8]}, + "faces": { + "north": {"uv": [10.775, 0, 10.775, 1.25], "texture": "#0"}, + "east": {"uv": [9.525, 0, 8.275, 1.25], "texture": "#0"}, + "south": {"uv": [10.3, 7.7625, 10.3, 9.0125], "texture": "#0"}, + "west": {"uv": [8.275, 0, 9.525, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.25], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.25], "texture": "#missing"} + } + }, + { + "from": [5.5, 21.75, 5.5], + "to": [10.5, 26.75, 5.5], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 23.75, 8]}, + "faces": { + "north": {"uv": [9.7375, 0, 10.9875, 1.25], "texture": "#0"}, + "east": {"uv": [10.275, 0, 10.275, 1.25], "texture": "#0"}, + "south": {"uv": [10.9875, 0, 9.7375, 1.25], "texture": "#0"}, + "west": {"uv": [10.275, 0, 10.275, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1.25, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 1.25, 0], "texture": "#missing"} + } + }, + { + "from": [5.5, 21.75, 10.5], + "to": [10.5, 26.75, 10.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 23.75, 8]}, + "faces": { + "north": {"uv": [9.7375, 0, 10.9875, 1.25], "texture": "#0"}, + "east": {"uv": [10.275, 0, 10.275, 1.25], "texture": "#0"}, + "south": {"uv": [10.9875, 0, 9.7375, 1.25], "texture": "#0"}, + "west": {"uv": [10.275, 0, 10.275, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 1.25, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 1.25, 0], "texture": "#missing"} + } + }, + { + "from": [10.5, 21.75, 5.5], + "to": [10.5, 26.75, 10.5], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 23.75, 8]}, + "faces": { + "north": {"uv": [10.775, 0, 10.775, 1.25], "texture": "#0"}, + "east": {"uv": [8.275, 0, 9.525, 1.25], "texture": "#0"}, + "south": {"uv": [10.3, 7.7625, 10.3, 9.0125], "texture": "#0"}, + "west": {"uv": [9.525, 0, 8.275, 1.25], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.25], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.25], "texture": "#missing"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [167.64, 55.09, -165.04], + "translation": [0.75, 2.25, 0], + "scale": [0.31211, 0.31211, 0.31211] + }, + "firstperson_lefthand": { + "rotation": [167.64, 55.09, -165.04], + "translation": [0.75, 2.25, 0], + "scale": [0.31211, 0.31211, 0.31211] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [170.58, -16.12, -171.73], + "translation": [0, -1.75, 0], + "scale": [0.52148, 0.52148, 0.52148] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/soul_healer.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/soul_healer.json new file mode 100644 index 0000000..794a742 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/soul_healer.json @@ -0,0 +1,74 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/soul_healer", + "particle": "mcdar:item/soul_healer" + }, + "elements": [ + { + "from": [-1.5, 0, 6], + "to": [17.5, 19, 8], + "rotation": {"angle": 45, "axis": "z", "origin": [8, 9.5, 7]}, + "faces": { + "north": {"uv": [5.5, 5.5, 15, 15], "texture": "#0"}, + "east": {"uv": [4.5, 5.5, 5.5, 15], "texture": "#0"}, + "south": {"uv": [5.5, 15, 15, 5.5], "rotation": 180, "texture": "#0"}, + "west": {"uv": [15, 5.5, 16, 15], "texture": "#0"}, + "up": {"uv": [5.5, 5.5, 15, 4.5], "texture": "#0"}, + "down": {"uv": [5.5, 16, 15, 15], "texture": "#0"} + } + }, + { + "from": [3.5, 3.5, 5], + "to": [12.5, 15.5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 5.5, 0]}, + "faces": { + "north": {"uv": [0, 0, 4.5, 6], "texture": "#0"}, + "east": {"uv": [0, 0, 0.5, 6], "texture": "#0"}, + "south": {"uv": [4.5, 0, 0, 6], "texture": "#0"}, + "west": {"uv": [4, 0, 4.5, 6], "texture": "#0"}, + "up": {"uv": [4.5, 0.5, 0, 0], "texture": "#0"}, + "down": {"uv": [4.5, 5.5, 0, 6], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [-169.32, 22.5, -163.8], + "translation": [1.25, 2.25, 0], + "scale": [0.33203, 0.33203, 0.33203] + }, + "thirdperson_lefthand": { + "rotation": [-169.32, 22.5, -163.8], + "translation": [1.25, 2.25, 0], + "scale": [0.33203, 0.33203, 0.33203] + }, + "firstperson_righthand": { + "rotation": [149.66, 50.92, -143.6], + "translation": [2, 1.75, -1.75], + "scale": [0.42383, 0.42383, 0.42383] + }, + "firstperson_lefthand": { + "rotation": [149.66, 50.92, -143.6], + "translation": [2, 1.75, -1.75], + "scale": [0.42383, 0.42383, 0.42383] + }, + "ground": { + "rotation": [67.11, -53.99, 89.73], + "translation": [0, 1, 0], + "scale": [0.24023, 0.24023, 0.24023] + }, + "gui": { + "rotation": [151.85, 2.9, 159.67], + "translation": [0.5, -0.75, 0], + "scale": [0.57031, 0.57031, 0.57031] + }, + "head": { + "translation": [0, -1.75, -5.75] + }, + "fixed": { + "translation": [0, -1.5, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/tasty_bone.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/tasty_bone.json new file mode 100644 index 0000000..86475e3 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/tasty_bone.json @@ -0,0 +1,148 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "mcdar:item/tasty_bone", + "particle": "mcdar:item/tasty_bone" + }, + "elements": [ + { + "from": [5, 6.7, 6], + "to": [10, 16.7, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 6]}, + "faces": { + "north": {"uv": [11, 0, 16, 10], "texture": "#0"}, + "east": {"uv": [5, 0, 10, 10], "texture": "#0"}, + "south": {"uv": [11, 0, 16, 10], "texture": "#0"}, + "west": {"uv": [5, 0, 10, 10], "texture": "#0"}, + "up": {"uv": [11, 0, 16, 5], "texture": "#0"}, + "down": {"uv": [11, 11, 16, 16], "texture": "#0"} + } + }, + { + "from": [7.2022, -0.30964, 8], + "to": [9.2022, 1.69036, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [6, 12, 8, 14], "texture": "#0"}, + "east": {"uv": [5, 14, 6, 16], "rotation": 180, "texture": "#0"}, + "south": {"uv": [4, 14, 6, 16], "rotation": 90, "texture": "#0"}, + "west": {"uv": [7, 12, 8, 14], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 1], "texture": "#0"}, + "down": {"uv": [6, 12, 8, 13], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [7.2022, 1.69036, 8], + "to": [9.2022, 3.69036, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [4, 12, 6, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "south": {"uv": [4, 12, 6, 14], "texture": "#0"}, + "west": {"uv": [5, 11, 6, 13], "texture": "#0"}, + "up": {"uv": [4, 13, 6, 14], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 1], "texture": "#0"} + } + }, + { + "from": [6.2022, 2.69036, 8.025], + "to": [8.2022, 4.69036, 8.975], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [3, 11, 5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [3, 11, 3.95, 13], "texture": "#0"}, + "south": {"uv": [3, 11, 5, 13], "texture": "#0"}, + "west": {"uv": [4, 11, 4.95, 13], "texture": "#0"}, + "up": {"uv": [3, 11, 5, 11.95], "texture": "#0"}, + "down": {"uv": [3, 11, 5, 11.95], "texture": "#0"} + } + }, + { + "from": [5.2022, 3.69036, 8], + "to": [7.2022, 5.69036, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [2, 10, 4, 12], "rotation": 270, "texture": "#0"}, + "east": {"uv": [3, 10, 4, 12], "texture": "#0"}, + "south": {"uv": [2, 10, 4, 12], "texture": "#0"}, + "west": {"uv": [3, 10, 4, 12], "texture": "#0"}, + "up": {"uv": [2, 10, 4, 11], "texture": "#0"}, + "down": {"uv": [3, 11, 5, 12], "texture": "#0"} + } + }, + { + "from": [4.2022, 4.69036, 8.025], + "to": [6.2022, 6.69036, 8.975], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [1, 9, 3, 11], "rotation": 270, "texture": "#0"}, + "east": {"uv": [2, 9, 2.95, 11], "texture": "#0"}, + "south": {"uv": [1, 9, 3, 11], "texture": "#0"}, + "west": {"uv": [0, 0, 0.95, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 0.95], "texture": "#0"}, + "down": {"uv": [1, 9, 3, 9.95], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [9.2022, 1.69036, 8], + "to": [11.2022, 3.69036, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [7.53553, 3.35702, 6.5]}, + "faces": { + "north": {"uv": [4, 14, 6, 16], "texture": "#0"}, + "east": {"uv": [4, 14, 5, 16], "texture": "#0"}, + "south": {"uv": [4, 14, 6, 16], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#0"}, + "up": {"uv": [4, 14, 6, 15], "rotation": 180, "texture": "#0"}, + "down": {"uv": [4, 15, 6, 16], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 90, 0], + "translation": [-0.25, 2.75, 1], + "scale": [0.6, 0.6, 0.6] + }, + "thirdperson_lefthand": { + "rotation": [0, 90, 0], + "translation": [-0.25, 2.75, 1.75], + "scale": [0.6, 0.6, 0.6] + }, + "firstperson_righthand": { + "rotation": [-161, 84, -180], + "translation": [1.5, 3, 0.75], + "scale": [0.56641, 0.56641, 0.56641] + }, + "firstperson_lefthand": { + "rotation": [-161, 84, -180], + "translation": [1.5, 3, 0.75], + "scale": [0.56641, 0.56641, 0.56641] + }, + "ground": { + "rotation": [-10.37, -17.49, -24.39], + "translation": [0, 2.75, 0], + "scale": [0.48438, 0.48438, 0.48438] + }, + "gui": { + "rotation": [2.5, -43.07, 133.36], + "translation": [0.75, 1, 0] + }, + "head": { + "rotation": [0, 0, -45], + "translation": [0, -4.5, -1] + }, + "fixed": { + "rotation": [0, 0, 45], + "translation": [1, 0, -1.25] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [1, 2, 3, 4, 5, 6] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/thundering_quiver.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/thundering_quiver.json new file mode 100644 index 0000000..d44884b --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/thundering_quiver.json @@ -0,0 +1,356 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/thundering_quiver", + "particle": "mcdar:item/thundering_quiver" + }, + "elements": [ + { + "from": [6, 0, 9], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [13.5, 0, 16, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [5.5, 0, 8, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [11, 0, 6], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [8, 0, 9.5, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [6, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [12, 0, 13.5, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [4, 0, 5.5, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 0, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "up": {"uv": [9.5, 7, 12, 8.5], "texture": "#0"}, + "down": {"uv": [1.5, 7, 4, 8.5], "texture": "#0"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 14, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [1.5, 0, 4, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [9.5, 0, 12, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [2, 1, 7], + "to": [6, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 7]}, + "faces": { + "north": {"uv": [0, 8.5, 5.5, 10.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "south": {"uv": [0, 10.5, 5.5, 8.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "up": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2, 0], "texture": "#missing"} + } + }, + { + "from": [1.75, 16.75, 6.25], + "to": [2.75, 17.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "east": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5.75, 14.75, 6.25], + "to": [6.75, 16.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [6.75, 13.75, 6.25], + "to": [7.75, 15.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7.75, 12.75, 6.25], + "to": [8.75, 14.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.75, 11.75, 6.25], + "to": [9.75, 13.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9.75, 10.75, 6.25], + "to": [10.75, 12.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [3.75, 14.75, 6.25], + "to": [4.75, 18.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 13.5, 10, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8, 13.5, 8.5, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 13.5, 10, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.75, 15.75, 6.25], + "to": [3.75, 18.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 14, 9.5, 14.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14, 8, 14.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 14, 9, 14.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.75, 14.75, 6.25], + "to": [5.75, 17.75, 7.25], + "rotation": {"angle": -45, "axis": "z", "origin": [6.25, 14.5, 6.75]}, + "faces": { + "north": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 13, 10, 13.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [9, 13, 8.5, 13.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 13, 9.5, 13.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [4.5, 16.75, 7.75], + "to": [5.5, 17.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "east": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "west": {"uv": [8.5, 14.5, 9, 15], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"}, + "down": {"uv": [8.5, 14.5, 9, 15], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [8.5, 14.75, 7.75], + "to": [9.5, 16.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [5.5, 15.75, 7.75], + "to": [6.5, 18.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 14, 9.5, 14.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [9.5, 14, 8, 14.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8.5, 14, 8, 14.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 14, 9, 14.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [6.5, 14.75, 7.75], + "to": [7.5, 18.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8, 13.5, 10, 14], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13.5, 8, 14], "rotation": 270, "texture": "#0"}, + "up": {"uv": [8, 13.5, 8.5, 14], "rotation": 90, "texture": "#0"}, + "down": {"uv": [9.5, 13.5, 10, 14], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [7.5, 14.75, 7.75], + "to": [8.5, 17.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "south": {"uv": [8.5, 13, 10, 13.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10, 13, 8.5, 13.5], "rotation": 270, "texture": "#0"}, + "up": {"uv": [9, 13, 8.5, 13.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10, 13, 9.5, 13.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [9.5, 13.75, 7.75], + "to": [10.5, 15.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [10.5, 12.75, 7.75], + "to": [11.5, 14.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11.5, 11.75, 7.75], + "to": [12.5, 13.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [12.5, 10.75, 7.75], + "to": [13.5, 12.75, 8.75], + "rotation": {"angle": -45, "axis": "z", "origin": [9, 14.5, 8.25]}, + "faces": { + "north": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "south": {"uv": [9.5, 12.5, 10.5, 13], "rotation": 90, "texture": "#0"}, + "west": {"uv": [10.5, 12.5, 9.5, 13], "rotation": 270, "texture": "#0"}, + "up": {"uv": [10, 12.5, 9.5, 13], "rotation": 90, "texture": "#0"}, + "down": {"uv": [10.5, 12.5, 10, 13], "rotation": 90, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [61.8, 40.87, -3.68], + "translation": [1, 1, 2], + "scale": [0.48047, 0.48047, 0.48047] + }, + "thirdperson_lefthand": { + "rotation": [66.5, 0, 30], + "translation": [-5.75, -7.5, 6.75] + }, + "firstperson_righthand": { + "rotation": [-152.5, 90, -180], + "translation": [0.25, 2.5, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "firstperson_lefthand": { + "rotation": [-152.5, -90, -180], + "translation": [0, 2.25, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-164.69, 34.9, -149.57], + "translation": [0, -1, 0], + "scale": [0.85156, 0.85156, 0.85156] + }, + "head": { + "translation": [0, 0.25, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/torment_quiver.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/torment_quiver.json new file mode 100644 index 0000000..68a29cd --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/torment_quiver.json @@ -0,0 +1,317 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/torment_quiver", + "particle": "mcdar:item/torment_quiver" + }, + "elements": [ + { + "from": [6, 0, 9], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [16, 0, 13.5, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [5.5, 0, 8, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [11, 0, 6], + "to": [11, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [9.5, 0, 8, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [6, 14, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "east": {"uv": [13.5, 0, 12, 7], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "west": {"uv": [4, 0, 5.5, 7], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 1.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 1.5], "texture": "#missing"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 0, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "east": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "south": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "west": {"uv": [0, 0, 1.5, 0], "texture": "#missing"}, + "up": {"uv": [9.5, 7, 12, 8.5], "texture": "#0"}, + "down": {"uv": [1.5, 7, 4, 8.5], "texture": "#0"} + } + }, + { + "from": [6, 0, 6], + "to": [11, 14, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 0, 7]}, + "faces": { + "north": {"uv": [1.5, 0, 4, 7], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "south": {"uv": [12, 0, 9.5, 7], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#missing"}, + "up": {"uv": [0, 0, 2.5, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2.5, 0], "texture": "#missing"} + } + }, + { + "from": [2, 1, 7], + "to": [6, 12, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 7]}, + "faces": { + "north": {"uv": [0, 8.5, 5.5, 10.5], "rotation": 270, "texture": "#0"}, + "east": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "south": {"uv": [0, 10.5, 5.5, 8.5], "rotation": 270, "texture": "#0"}, + "west": {"uv": [0, 0, 0, 6], "texture": "#missing"}, + "up": {"uv": [0, 0, 2, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 2, 0], "texture": "#missing"} + } + }, + { + "from": [11, 8, 7], + "to": [14, 9, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [10.5, 13.5, 12, 14], "texture": "#0"}, + "east": {"uv": [10.5, 13.5, 11, 14], "texture": "#0"}, + "south": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "west": {"uv": [11.5, 13.5, 12, 14], "texture": "#0"}, + "up": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "down": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"} + } + }, + { + "from": [12, 7, 7], + "to": [14, 8, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [10.5, 14, 11.5, 14.5], "texture": "#0"}, + "east": {"uv": [10.5, 14, 11, 14.5], "texture": "#0"}, + "south": {"uv": [11.5, 14, 10.5, 14.5], "texture": "#0"}, + "west": {"uv": [11, 14, 11.5, 14.5], "texture": "#0"}, + "up": {"uv": [11.5, 14, 10.5, 14.5], "texture": "#0"}, + "down": {"uv": [11.5, 14, 10.5, 14.5], "texture": "#0"} + } + }, + { + "from": [10, 9, 7], + "to": [13, 10, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [10.5, 13.5, 12, 14], "texture": "#0"}, + "east": {"uv": [10.5, 13.5, 11, 14], "texture": "#0"}, + "south": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "west": {"uv": [11.5, 13.5, 12, 14], "texture": "#0"}, + "up": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "down": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"} + } + }, + { + "from": [9, 10, 7], + "to": [12, 11, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [10.5, 13.5, 12, 14], "texture": "#0"}, + "east": {"uv": [10.5, 13.5, 11, 14], "texture": "#0"}, + "south": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "west": {"uv": [11.5, 13.5, 12, 14], "texture": "#0"}, + "up": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "down": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"} + } + }, + { + "from": [8, 11, 7], + "to": [11, 12, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [10.5, 13.5, 12, 14], "texture": "#0"}, + "east": {"uv": [10.5, 13.5, 11, 14], "texture": "#0"}, + "south": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "west": {"uv": [11.5, 13.5, 12, 14], "texture": "#0"}, + "up": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"}, + "down": {"uv": [12, 13.5, 10.5, 14], "texture": "#0"} + } + }, + { + "from": [4, 12, 7], + "to": [10, 13, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [12, 12, 15, 12.5], "texture": "#0"}, + "east": {"uv": [12, 12, 12.5, 12.5], "texture": "#0"}, + "south": {"uv": [15, 12, 12, 12.5], "texture": "#0"}, + "west": {"uv": [14.5, 12, 15, 12.5], "texture": "#0"}, + "up": {"uv": [15, 12, 12, 12.5], "texture": "#0"}, + "down": {"uv": [15, 12, 12, 12.5], "texture": "#0"} + } + }, + { + "from": [8, 13, 7], + "to": [9, 17, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [12.5, 10, 13, 12], "texture": "#0"}, + "east": {"uv": [12.5, 10, 13, 12], "texture": "#0"}, + "south": {"uv": [12.5, 10, 13, 12], "texture": "#0"}, + "west": {"uv": [12.5, 10, 13, 12], "texture": "#0"}, + "up": {"uv": [12.5, 10, 13, 10.5], "texture": "#0"}, + "down": {"uv": [12.5, 11.5, 13, 12], "texture": "#0"} + } + }, + { + "from": [2, 16, 7], + "to": [5, 19, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [14.5, 9, 16, 10.5], "texture": "#0"}, + "east": {"uv": [14.5, 9, 15, 10.5], "texture": "#0"}, + "south": {"uv": [16, 9, 14.5, 10.5], "texture": "#0"}, + "west": {"uv": [15.5, 9, 16, 10.5], "texture": "#0"}, + "up": {"uv": [16, 9, 14.5, 9.5], "texture": "#0"}, + "down": {"uv": [14.5, 10, 16, 10.5], "texture": "#0"} + } + }, + { + "from": [6, 15, 7], + "to": [7, 17, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [13.5, 10, 14, 11], "texture": "#0"}, + "east": {"uv": [13.5, 10, 14, 11], "texture": "#0"}, + "south": {"uv": [13.5, 10, 14, 11], "texture": "#0"}, + "west": {"uv": [13.5, 10, 14, 11], "texture": "#0"}, + "up": {"uv": [13.5, 10, 14, 10.5], "texture": "#0"}, + "down": {"uv": [13.5, 10.5, 14, 11], "texture": "#0"} + } + }, + { + "from": [5, 17, 7], + "to": [6, 18, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"}, + "east": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"}, + "south": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"}, + "west": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"}, + "up": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"}, + "down": {"uv": [14, 9.5, 14.5, 10], "texture": "#0"} + } + }, + { + "from": [3, 15, 7], + "to": [4, 16, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"}, + "east": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"}, + "south": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"}, + "west": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"}, + "up": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"}, + "down": {"uv": [15, 10.5, 15.5, 11], "texture": "#0"} + } + }, + { + "from": [4, 14, 7], + "to": [6, 15, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [14, 11, 15, 11.5], "texture": "#0"}, + "east": {"uv": [14, 11, 14.5, 11.5], "texture": "#0"}, + "south": {"uv": [15, 11, 14, 11.5], "texture": "#0"}, + "west": {"uv": [14.5, 11, 15, 11.5], "texture": "#0"}, + "up": {"uv": [15, 11, 14, 11.5], "texture": "#0"}, + "down": {"uv": [15, 11, 14, 11.5], "texture": "#0"} + } + }, + { + "from": [9, 16, 7], + "to": [10, 19, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [12, 9, 12.5, 10.5], "texture": "#0"}, + "east": {"uv": [12, 9, 12.5, 10.5], "texture": "#0"}, + "south": {"uv": [12, 9, 12.5, 10.5], "texture": "#0"}, + "west": {"uv": [12, 9, 12.5, 10.5], "texture": "#0"}, + "up": {"uv": [12, 9, 12.5, 9.5], "texture": "#0"}, + "down": {"uv": [12, 10, 12.5, 10.5], "texture": "#0"} + } + }, + { + "from": [2, 11, 7], + "to": [5, 12, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [14.5, 12.5, 16, 13], "texture": "#0"}, + "east": {"uv": [14.5, 12.5, 15, 13], "texture": "#0"}, + "south": {"uv": [16, 12.5, 14.5, 13], "texture": "#0"}, + "west": {"uv": [15.5, 12.5, 16, 13], "texture": "#0"}, + "up": {"uv": [16, 12.5, 14.5, 13], "texture": "#0"}, + "down": {"uv": [16, 12.5, 14.5, 13], "texture": "#0"} + } + }, + { + "from": [6, 13, 7], + "to": [8, 15, 8], + "rotation": {"angle": -45, "axis": "z", "origin": [8.25, 12.5, 1.5]}, + "faces": { + "north": {"uv": [13, 11, 14, 12], "texture": "#0"}, + "east": {"uv": [13, 11, 13.5, 12], "texture": "#0"}, + "south": {"uv": [14, 11, 13, 12], "texture": "#0"}, + "west": {"uv": [13.5, 11, 14, 12], "texture": "#0"}, + "up": {"uv": [14, 11, 13, 11.5], "texture": "#0"}, + "down": {"uv": [14, 11.5, 13, 12], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [61.8, 40.87, -3.68], + "translation": [1, 1, 2], + "scale": [0.48047, 0.48047, 0.48047] + }, + "thirdperson_lefthand": { + "rotation": [66.5, 0, 30], + "translation": [-5.75, -7.5, 6.75] + }, + "firstperson_righthand": { + "rotation": [-152.5, 90, -180], + "translation": [0.25, 2.5, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "firstperson_lefthand": { + "rotation": [-152.5, -90, -180], + "translation": [0, 2.25, 0], + "scale": [0.57813, 0.57813, 0.57813] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-164.69, 34.9, -149.57], + "translation": [0, -1, 0], + "scale": [0.85156, 0.85156, 0.85156] + }, + "head": { + "translation": [0, 0.25, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_regeneration.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_regeneration.json new file mode 100644 index 0000000..afde1f4 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_regeneration.json @@ -0,0 +1,163 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/totem_of_regeneration", + "particle": "mcdar:item/totem_of_regeneration" + }, + "elements": [ + { + "from": [5.5, 10, 11], + "to": [11.5, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 11, 4]}, + "faces": { + "north": {"uv": [4, 2.5, 7, 7.5], "texture": "#0"}, + "east": {"uv": [1, 2.5, 1, 7.5], "texture": "#0"}, + "south": {"uv": [10, 2.5, 13, 7.5], "texture": "#0"}, + "west": {"uv": [7, 2.5, 7, 7.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 0], "texture": "#missing"} + } + }, + { + "from": [11.5, 10, 5], + "to": [11.5, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 11, 5]}, + "faces": { + "north": {"uv": [4, 2.5, 4, 7.5], "texture": "#0"}, + "east": {"uv": [1, 2.5, 4, 7.5], "texture": "#0"}, + "south": {"uv": [10, 2.5, 10, 7.5], "texture": "#0"}, + "west": {"uv": [4, 2.5, 1, 7.5], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 3], "texture": "#missing"} + } + }, + { + "from": [5.5, 10, 5], + "to": [5.5, 20, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 11, 5]}, + "faces": { + "north": {"uv": [4, 2.5, 4, 7.5], "texture": "#0"}, + "east": {"uv": [10, 2.5, 7, 7.5], "texture": "#0"}, + "south": {"uv": [10, 2.5, 10, 7.5], "texture": "#0"}, + "west": {"uv": [7, 2.5, 10, 7.5], "texture": "#0"}, + "up": {"uv": [0, 0, 0, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 0, 3], "texture": "#missing"} + } + }, + { + "from": [5.5, 10, 5], + "to": [11.5, 20, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [-0.5, 11, 5]}, + "faces": { + "north": {"uv": [4, 2.5, 7, 7.5], "texture": "#0"}, + "east": {"uv": [1, 2.5, 1, 7.5], "texture": "#0"}, + "south": {"uv": [10, 2.5, 13, 7.5], "texture": "#0"}, + "west": {"uv": [7, 2.5, 7, 7.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 0], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 0], "texture": "#missing"} + } + }, + { + "from": [4.5, 5, 5], + "to": [12.5, 10, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [4.5, 8, 5]}, + "faces": { + "north": {"uv": [3.5, 7.5, 7.5, 10], "texture": "#0"}, + "east": {"uv": [0.5, 7.5, 3.5, 10], "texture": "#0"}, + "south": {"uv": [10.5, 7.5, 14.5, 10], "texture": "#0"}, + "west": {"uv": [7.5, 7.5, 11.5, 10], "texture": "#0"}, + "up": {"uv": [12, 11.5, 12.5, 12], "texture": "#0"}, + "down": {"uv": [12, 11.5, 12.5, 12], "texture": "#0"} + } + }, + { + "from": [11.5, 0, 5], + "to": [11.5, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 1, 5]}, + "faces": { + "north": {"uv": [4, 10, 7, 12.5], "texture": "#0"}, + "east": {"uv": [1, 10, 4, 12.5], "texture": "#0"}, + "south": {"uv": [10, 10, 13, 12.5], "texture": "#0"}, + "west": {"uv": [4, 10, 1, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + } + }, + { + "from": [5.5, 0, 5], + "to": [5.5, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 1, 5]}, + "faces": { + "north": {"uv": [4, 10, 7, 12.5], "texture": "#0"}, + "east": {"uv": [10, 10, 7, 12.5], "texture": "#0"}, + "south": {"uv": [10, 10, 13, 12.5], "texture": "#0"}, + "west": {"uv": [7, 10, 10, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + } + }, + { + "from": [5.5, 0, 11], + "to": [11.5, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 1, 5]}, + "faces": { + "north": {"uv": [13, 10, 10, 12.5], "texture": "#0"}, + "east": {"uv": [1, 10, 4, 12.5], "texture": "#0"}, + "south": {"uv": [10, 10, 13, 12.5], "texture": "#0"}, + "west": {"uv": [7, 10, 10, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + } + }, + { + "from": [5.5, 0, 5], + "to": [11.5, 5, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 1, 5]}, + "faces": { + "north": {"uv": [4, 10, 7, 12.5], "texture": "#0"}, + "east": {"uv": [1, 10, 4, 12.5], "texture": "#0"}, + "south": {"uv": [7, 10, 4, 12.5], "texture": "#0"}, + "west": {"uv": [7, 10, 10, 12.5], "texture": "#0"}, + "up": {"uv": [0, 0, 3, 3], "texture": "#missing"}, + "down": {"uv": [0, 0, 3, 3], "texture": "#missing"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [171.92, 31.29, 178.6], + "translation": [0, 3, 0], + "scale": [0.54492, 0.54492, 0.54492] + }, + "thirdperson_lefthand": { + "rotation": [171.92, 31.29, 178.6], + "translation": [0, 3, 0], + "scale": [0.54492, 0.54492, 0.54492] + }, + "firstperson_righthand": { + "rotation": [170.54, 55.21, -173.08], + "translation": [1.25, 2.25, 0], + "scale": [0.60742, 0.60742, 0.60742] + }, + "firstperson_lefthand": { + "rotation": [170.54, 55.21, -173.08], + "translation": [1.25, 2.25, 0], + "scale": [0.60742, 0.60742, 0.60742] + }, + "ground": { + "translation": [0, 1, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-165.4, 25.26, 175.23], + "translation": [0.5, -1.25, 0], + "scale": [0.73242, 0.73242, 0.73242] + }, + "head": { + "translation": [-10.5, 0.75, 0], + "scale": [0.76953, 0.76953, 0.76953] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_shielding.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_shielding.json new file mode 100644 index 0000000..17346f1 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_shielding.json @@ -0,0 +1,127 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/totem_of_shielding", + "particle": "mcdar:item/totem_of_shielding" + }, + "elements": [ + { + "from": [4, 0, 6], + "to": [13, 6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 8]}, + "faces": { + "north": {"uv": [2.5, 9.5, 7, 12.5], "texture": "#0"}, + "east": {"uv": [0.5, 9.5, 2.5, 12.5], "texture": "#0"}, + "south": {"uv": [10, 9.5, 14.5, 12.5], "texture": "#0"}, + "west": {"uv": [7, 9.5, 9, 12.5], "texture": "#0"}, + "up": {"uv": [2.5, 9.5, 7, 11.5], "texture": "#0"}, + "down": {"uv": [2.5, 12.5, 7, 14], "texture": "#0"} + } + }, + { + "from": [3, 6, 6], + "to": [14, 12, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 6, 6]}, + "faces": { + "north": {"uv": [2, 6.5, 7.5, 9.5], "texture": "#0"}, + "east": {"uv": [0, 6.5, 2, 9.5], "texture": "#0"}, + "south": {"uv": [9.5, 6.5, 15, 9.5], "texture": "#0"}, + "west": {"uv": [7.5, 6.5, 9.5, 9.5], "texture": "#0"}, + "up": {"uv": [10.5, 2, 16, 0], "texture": "#0"}, + "down": {"uv": [10.5, 0, 16, 2], "texture": "#0"} + } + }, + { + "from": [7, 12, 7.5], + "to": [10, 13, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 12, 7.5]}, + "faces": { + "north": {"uv": [4, 6, 5.5, 6.5], "texture": "#0"}, + "east": {"uv": [4, 6, 4.5, 6.5], "texture": "#0"}, + "south": {"uv": [4, 6, 5.5, 6.5], "texture": "#0"}, + "west": {"uv": [4, 6, 4.5, 6.5], "texture": "#0"}, + "up": {"uv": [4, 6, 5.5, 6.5], "texture": "#0"}, + "down": {"uv": [4, 6, 5.5, 6.5], "texture": "#0"} + } + }, + { + "from": [5, 13, 6], + "to": [12, 21, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 13, 7]}, + "faces": { + "north": {"uv": [3, 2, 6.5, 6], "texture": "#0"}, + "east": {"uv": [1, 2, 3, 6], "texture": "#0"}, + "south": {"uv": [8.5, 2, 12, 6], "texture": "#0"}, + "west": {"uv": [6.5, 2, 8.5, 6], "texture": "#0"}, + "up": {"uv": [3, 0, 6.5, 2], "texture": "#0"}, + "down": {"uv": [6.5, 0, 10, 2], "texture": "#0"} + } + }, + { + "from": [3, 15, 7], + "to": [5, 17, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 15, 7]}, + "faces": { + "north": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#0"}, + "south": {"uv": [2, 0, 3, 1], "rotation": 270, "texture": "#0"}, + "west": {"uv": [1, 0, 2, 1], "texture": "#0"}, + "up": {"uv": [1, 0, 2, 1], "rotation": 270, "texture": "#0"}, + "down": {"uv": [1, 1, 2, 2], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [12, 15, 7], + "to": [14, 17, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 16, 8]}, + "faces": { + "north": {"uv": [2, 0, 3, 1], "rotation": 270, "texture": "#0"}, + "east": {"uv": [1, 0, 2, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#0"}, + "west": {"uv": [0, 1, 1, 2], "texture": "#0"}, + "up": {"uv": [1, 0, 2, 1], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 1, 2, 2], "rotation": 270, "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [171.92, 31.29, 178.6], + "translation": [0, 3, 0], + "scale": [0.54492, 0.54492, 0.54492] + }, + "thirdperson_lefthand": { + "rotation": [171.92, 31.29, 178.6], + "translation": [0, 3, 0], + "scale": [0.54492, 0.54492, 0.54492] + }, + "firstperson_righthand": { + "rotation": [170.54, 55.21, -173.08], + "translation": [1.5, 2.25, -0.25], + "scale": [0.49023, 0.49023, 0.49023] + }, + "firstperson_lefthand": { + "rotation": [170.54, 55.21, -173.08], + "translation": [1.5, 2.25, -0.25], + "scale": [0.49023, 0.49023, 0.49023] + }, + "ground": { + "translation": [0, 0.75, 0], + "scale": [0.375, 0.375, 0.375] + }, + "gui": { + "rotation": [158.87, -13.7, -177.41], + "translation": [0, -1.75, 0], + "scale": [0.66992, 0.66992, 0.66992] + }, + "head": { + "translation": [-10.5, 0.25, 0], + "scale": [0.60547, 0.60547, 0.60547] + }, + "fixed": { + "translation": [0, -1.75, 0], + "scale": [0.79297, 0.79297, 0.79297] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_soul_protection.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_soul_protection.json new file mode 100644 index 0000000..c6f9f03 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/totem_of_soul_protection.json @@ -0,0 +1,127 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/totem_of_soul_protection", + "particle": "mcdar:item/totem_of_soul_protection" + }, + "elements": [ + { + "from": [3, 0, 7], + "to": [12, 12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]}, + "faces": { + "north": {"uv": [3, 4.5, 7.5, 10.5], "texture": "#0"}, + "east": {"uv": [15.5, 1.5, 13.5, 7.5], "texture": "#0"}, + "south": {"uv": [7.5, 4.5, 3, 10.5], "texture": "#0"}, + "west": {"uv": [13.5, 1.5, 15.5, 7.5], "texture": "#0"}, + "up": {"uv": [0, 0, 4.5, 2], "texture": "#missing"}, + "down": {"uv": [5.5, 14, 10, 16], "texture": "#0"} + } + }, + { + "from": [2, 12, 6], + "to": [13, 21, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 12, 6]}, + "faces": { + "north": {"uv": [2.5, 0, 8, 4.5], "texture": "#0"}, + "east": {"uv": [10.5, 3, 13.5, 7.5], "texture": "#0"}, + "south": {"uv": [0, 11.5, 5.5, 16], "texture": "#0"}, + "west": {"uv": [10.5, 3, 13.5, 7.5], "texture": "#0"}, + "up": {"uv": [10.5, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.5, 0, 16, 3], "texture": "#0"} + } + }, + { + "from": [-3, 10, 6], + "to": [4, 17, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 15, 7]}, + "faces": { + "north": {"uv": [7, 2, 10.5, 5.5], "texture": "#0"}, + "east": {"uv": [7, 2, 10, 5.5], "texture": "#0"}, + "south": {"uv": [0, 2, 3.5, 5.5], "texture": "#0"}, + "west": {"uv": [13, 7.5, 16, 11], "texture": "#0"}, + "up": {"uv": [0, 8.5, 3.5, 11.5], "texture": "#0"}, + "down": {"uv": [10.5, 4, 13.5, 7.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [11, 10, 6], + "to": [18, 17, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 15, 7]}, + "faces": { + "north": {"uv": [0, 2, 3.5, 5.5], "texture": "#0"}, + "east": {"uv": [13, 7.5, 16, 11], "texture": "#0"}, + "south": {"uv": [7, 2, 10.5, 5.5], "texture": "#0"}, + "west": {"uv": [3.5, 2, 0.5, 5.5], "texture": "#0"}, + "up": {"uv": [0, 8.5, 3.5, 11.5], "rotation": 180, "texture": "#0"}, + "down": {"uv": [10.5, 4, 13.5, 7.5], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [-1, 5, 7.5], + "to": [3, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 8, 8.5]}, + "faces": { + "north": {"uv": [7.5, 5.5, 9.5, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1.5, 2.5], "texture": "#missing"}, + "south": {"uv": [1, 5.5, 3, 8], "texture": "#0"}, + "west": {"uv": [10, 13.5, 11.5, 16], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 1.5], "texture": "#missing"}, + "down": {"uv": [7.5, 6.5, 9.5, 8], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [12, 5, 7.5], + "to": [16, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 8, 8.5]}, + "faces": { + "north": {"uv": [1, 5.5, 3, 8], "texture": "#0"}, + "east": {"uv": [11.5, 13.5, 10, 16], "texture": "#0"}, + "south": {"uv": [7.5, 5.5, 9.5, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1.5, 2.5], "texture": "#missing"}, + "up": {"uv": [0, 0, 2, 1.5], "texture": "#missing"}, + "down": {"uv": [1, 6.5, 3, 8], "rotation": 180, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [165.21, 32.77, -153.84], + "translation": [0.5, 2.25, 0.5], + "scale": [0.39844, 0.39844, 0.39844] + }, + "thirdperson_lefthand": { + "rotation": [165.21, 32.77, -153.84], + "translation": [0.5, 2.25, 0.5], + "scale": [0.39844, 0.39844, 0.39844] + }, + "firstperson_righthand": { + "rotation": [-174.02, 73.43, 179.89], + "translation": [0, 2.25, 0], + "scale": [0.35742, 0.35742, 0.35742] + }, + "firstperson_lefthand": { + "rotation": [-174.02, 73.43, 179.89], + "translation": [0, 2.25, 0], + "scale": [0.35742, 0.35742, 0.35742] + }, + "ground": { + "translation": [0, 0.25, 0], + "scale": [0.41016, 0.41016, 0.41016] + }, + "gui": { + "rotation": [-166.63, -17.61, -170.02], + "translation": [-0.5, -1.5, 0], + "scale": [0.64844, 0.64844, 0.64844] + }, + "head": { + "translation": [-11, -1.5, 0], + "scale": [0.43945, 0.43945, 0.43945] + }, + "fixed": { + "translation": [0, -2.25, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/updraft_tome.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/updraft_tome.json new file mode 100644 index 0000000..32eae47 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/updraft_tome.json @@ -0,0 +1,91 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "mcdar:item/updraft_tome", + "particle": "mcdar:item/updraft_tome" + }, + "elements": [ + { + "from": [3, 3.75, 0], + "to": [13, 4.75, 12], + "faces": { + "north": {"uv": [13.5, 1.5, 14, 6.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [14, 0.5, 14.5, 6.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [13.5, 1.5, 14, 6.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.5, 0.5, 15, 6.5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [8.5, 0, 13.5, 6], "texture": "#0"}, + "down": {"uv": [0, 6.5, 6, 11.5], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [3, 2.25, 0], + "to": [13, 3.25, 12], + "faces": { + "north": {"uv": [13.5, 1.5, 14, 6.5], "rotation": 90, "texture": "#0"}, + "east": {"uv": [14, 0.5, 14.5, 6.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [13.5, 1.5, 14, 6.5], "rotation": 90, "texture": "#0"}, + "west": {"uv": [14.5, 0.5, 15, 6.5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 6.5, 6, 11.5], "rotation": 270, "texture": "#0"}, + "down": {"uv": [0, 6.5, 6, 11.5], "rotation": 270, "texture": "#0"} + } + }, + { + "from": [1.9, 2.2, -0.1], + "to": [3, 4.8, 12.1], + "faces": { + "north": {"uv": [15.5, 6.5, 16, 7.5], "texture": "#0"}, + "east": {"uv": [10, 6.5, 16, 7.5], "texture": "#0"}, + "south": {"uv": [10, 6.5, 10.5, 7.5], "texture": "#0"}, + "west": {"uv": [10, 6.5, 16, 7.5], "rotation": 180, "texture": "#0"}, + "up": {"uv": [0, 11, 6, 11.5], "rotation": 90, "texture": "#0"}, + "down": {"uv": [0, 11, 6, 11.5], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.5, 3, 0.5], + "to": [12.5, 4, 11.5], + "faces": { + "north": {"uv": [3, 3.5, 8, 4], "texture": "#0"}, + "east": {"uv": [0, 2, 5.5, 2.5], "texture": "#0"}, + "south": {"uv": [1, 2, 6, 2.5], "texture": "#0"}, + "west": {"uv": [0, 0, 5.5, 0.5], "texture": "#missing"}, + "up": {"uv": [0, 0, 5, 5.5], "texture": "#missing"}, + "down": {"uv": [0, 0, 5, 5.5], "texture": "#missing"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [90, 0, 90], + "translation": [-1.75, 1.5, 1.25], + "scale": [0.46289, 0.46289, 0.46289] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 90], + "translation": [-1.75, 1.5, 1.25], + "scale": [0.46289, 0.46289, 0.46289] + }, + "firstperson_righthand": { + "rotation": [94.25, -7.2, 68.09], + "translation": [-0.25, 1.5, 0], + "scale": [0.60352, 0.60352, 0.60352] + }, + "firstperson_lefthand": { + "rotation": [94.25, -7.2, 68.09], + "translation": [-0.25, 1.5, 0], + "scale": [0.60352, 0.60352, 0.60352] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [51.89, 16.73, -18.89], + "translation": [2.5, 1, 0] + }, + "fixed": { + "rotation": [0, -90, 0] + } + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/wind_horn.json b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/wind_horn.json new file mode 100644 index 0000000..8b75071 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/models/item/wind_horn.json @@ -0,0 +1,254 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "5": "mcdar:item/wind_horn" + }, + "elements": [ + { + "name": "3", + "from": [6.75, 10.25, -5.75], + "to": [8.25, 12, -2.75], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [7, 0, 8, 1], "texture": "#5"}, + "east": {"uv": [5.5, 3.5, 7, 4.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 3.5, 8], "texture": "#5"}, + "west": {"uv": [2.5, 6, 4, 7], "texture": "#5"}, + "up": {"uv": [5, 7.5, 4, 6], "texture": "#5"}, + "down": {"uv": [6, 6, 5, 7.5], "texture": "#5"} + } + }, + { + "from": [5.5, 7, 5], + "to": [6.5, 10, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [7.5, 1.5, 8, 3], "texture": "#5"}, + "east": {"uv": [2, 0, 4, 1.5], "texture": "#5"}, + "south": {"uv": [4.5, 7.5, 5, 9], "texture": "#5"}, + "west": {"uv": [2, 1.5, 4, 3], "texture": "#5"}, + "up": {"uv": [1.5, 9, 1, 7], "texture": "#5"}, + "down": {"uv": [4, 7, 3.5, 9], "texture": "#5"} + } + }, + { + "from": [5.5, 10, 5], + "to": [9.5, 11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [6.5, 3, 8.5, 3.5], "texture": "#5"}, + "east": {"uv": [7, 1, 9, 1.5], "texture": "#5"}, + "south": {"uv": [7, 3.5, 9, 4], "texture": "#5"}, + "west": {"uv": [7, 4, 9, 4.5], "texture": "#5"}, + "up": {"uv": [2, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [2, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [6.5, 7, 5], + "to": [8.5, 8, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [2, 8, 3, 8.5], "texture": "#5"}, + "east": {"uv": [7, 6, 9, 6.5], "texture": "#5"}, + "south": {"uv": [8, 4.5, 9, 5], "texture": "#5"}, + "west": {"uv": [7, 6.5, 9, 7], "texture": "#5"}, + "up": {"uv": [6.5, 3.5, 5.5, 1.5], "texture": "#5"}, + "down": {"uv": [2.5, 6, 1.5, 8], "texture": "#5"} + } + }, + { + "from": [8.5, 7, 5], + "to": [9.5, 10, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [7.5, 4.5, 8, 6], "texture": "#5"}, + "east": {"uv": [2, 3, 4, 4.5], "texture": "#5"}, + "south": {"uv": [5, 7.5, 5.5, 9], "texture": "#5"}, + "west": {"uv": [0, 4, 2, 5.5], "texture": "#5"}, + "up": {"uv": [7.5, 9, 7, 7], "texture": "#5"}, + "down": {"uv": [4.5, 7.5, 4, 9.5], "texture": "#5"} + } + }, + { + "from": [6.25, 7, 2], + "to": [8.75, 10, 5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 7, 5]}, + "faces": { + "north": {"uv": [4, 0, 5.5, 1.5], "texture": "#5"}, + "east": {"uv": [4, 1.5, 5.5, 3], "texture": "#5"}, + "south": {"uv": [4, 3, 5.5, 4.5], "texture": "#5"}, + "west": {"uv": [2, 4.5, 3.5, 6], "texture": "#5"}, + "up": {"uv": [5, 6, 3.5, 4.5], "texture": "#5"}, + "down": {"uv": [6.5, 4.5, 5, 6], "texture": "#5"} + } + }, + { + "from": [6.5, 9.25, -2.75], + "to": [8.5, 12.25, 0.25], + "rotation": {"angle": 45, "axis": "x", "origin": [0, 6, 0]}, + "faces": { + "north": {"uv": [6, 6, 7, 7.5], "texture": "#5"}, + "east": {"uv": [0, 5.5, 1.5, 7], "texture": "#5"}, + "south": {"uv": [6.5, 1.5, 7.5, 3], "texture": "#5"}, + "west": {"uv": [5.5, 0, 7, 1.5], "texture": "#5"}, + "up": {"uv": [7.5, 6, 6.5, 4.5], "texture": "#5"}, + "down": {"uv": [1, 7, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [7, 10.25, 4], + "to": [8, 12.25, 5], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [3, 8, 3.5, 9], "texture": "#5"}, + "east": {"uv": [8, 5, 8.5, 6], "texture": "#5"}, + "south": {"uv": [8, 7, 8.5, 8], "texture": "#5"}, + "west": {"uv": [8, 8, 8.5, 9], "texture": "#5"}, + "up": {"uv": [2, 6, 1.5, 5.5], "texture": "#5"}, + "down": {"uv": [3, 8.5, 2.5, 9], "texture": "#5"} + } + }, + { + "from": [7, 7.25, 3], + "to": [8, 10.25, 4], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [5.5, 7.5, 6, 9], "texture": "#5"}, + "east": {"uv": [6, 7.5, 6.5, 9], "texture": "#5"}, + "south": {"uv": [6.5, 7.5, 7, 9], "texture": "#5"}, + "west": {"uv": [7.5, 7, 8, 8.5], "texture": "#5"}, + "up": {"uv": [9, 3, 8.5, 2.5], "texture": "#5"}, + "down": {"uv": [9, 3, 8.5, 3.5], "texture": "#5"} + } + }, + { + "from": [7, 6.25, -2], + "to": [8, 7.25, -1], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [8.5, 5, 9, 5.5], "texture": "#5"}, + "east": {"uv": [8.5, 5.5, 9, 6], "texture": "#5"}, + "south": {"uv": [8.5, 7, 9, 7.5], "texture": "#5"}, + "west": {"uv": [7.5, 8.5, 8, 9], "texture": "#5"}, + "up": {"uv": [9, 8, 8.5, 7.5], "texture": "#5"}, + "down": {"uv": [9, 8, 8.5, 8.5], "texture": "#5"} + } + }, + { + "from": [7, 6.25, 2], + "to": [8, 7.25, 3], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [8.5, 8.5, 9, 9], "texture": "#5"}, + "east": {"uv": [1, 9, 1.5, 9.5], "texture": "#5"}, + "south": {"uv": [9, 1, 9.5, 1.5], "texture": "#5"}, + "west": {"uv": [9, 1.5, 9.5, 2], "texture": "#5"}, + "up": {"uv": [9.5, 2.5, 9, 2], "texture": "#5"}, + "down": {"uv": [3, 9, 2.5, 9.5], "texture": "#5"} + } + }, + { + "from": [7, 7.25, -3], + "to": [8, 8.25, -2], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [9, 2.5, 9.5, 3], "texture": "#5"}, + "east": {"uv": [3, 9, 3.5, 9.5], "texture": "#5"}, + "south": {"uv": [9, 3, 9.5, 3.5], "texture": "#5"}, + "west": {"uv": [3.5, 9, 4, 9.5], "texture": "#5"}, + "up": {"uv": [9.5, 4, 9, 3.5], "texture": "#5"}, + "down": {"uv": [9.5, 4, 9, 4.5], "texture": "#5"} + } + }, + { + "from": [7, 8.25, -4], + "to": [8, 10.5, -3], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [0, 8.5, 0.5, 9.5], "texture": "#5"}, + "east": {"uv": [0.5, 8.5, 1, 9.5], "texture": "#5"}, + "south": {"uv": [8.5, 1.5, 9, 2.5], "texture": "#5"}, + "west": {"uv": [2, 8.5, 2.5, 9.5], "texture": "#5"}, + "up": {"uv": [5, 9.5, 4.5, 9], "texture": "#5"}, + "down": {"uv": [9.5, 4.5, 9, 5], "texture": "#5"} + } + }, + { + "from": [7, 5.25, -1], + "to": [8, 6.25, 2], + "rotation": {"angle": 45, "axis": "x", "origin": [10.25, 6, 0]}, + "faces": { + "north": {"uv": [5, 9, 5.5, 9.5], "texture": "#5"}, + "east": {"uv": [8, 0, 9.5, 0.5], "texture": "#5"}, + "south": {"uv": [9, 5, 9.5, 5.5], "texture": "#5"}, + "west": {"uv": [8, 0.5, 9.5, 1], "texture": "#5"}, + "up": {"uv": [2, 9.5, 1.5, 8], "texture": "#5"}, + "down": {"uv": [8.5, 1.5, 8, 3], "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [-132, 0, 179.25], + "translation": [-0.5, 1.75, -3.5], + "scale": [0.86328, 0.86328, 0.86328] + }, + "thirdperson_lefthand": { + "rotation": [-132, 0, 179.25], + "translation": [-0.5, 1.75, -3.5], + "scale": [0.86328, 0.86328, 0.86328] + }, + "firstperson_righthand": { + "rotation": [-158, 17.25, 180], + "translation": [-2.75, 4.25, 0], + "scale": [0.7207, 0.7207, 0.7207] + }, + "firstperson_lefthand": { + "rotation": [-158, 17.25, 180], + "translation": [-2.75, 4.25, 0], + "scale": [0.7207, 0.7207, 0.7207] + }, + "ground": { + "rotation": [-12.44, -0.58, 5.12], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [-11.94, -55.84, -0.66], + "translation": [-3.5, -0.5, 0], + "scale": [1.23242, 1.23242, 1.23242] + }, + "head": { + "rotation": [-157.75, 0, 0], + "translation": [1.25, 3, 4.25], + "scale": [2.42383, 1.91992, 1.96289] + }, + "fixed": { + "rotation": [-127.75, 91.25, 126.75], + "translation": [4.25, -1, -1.25], + "scale": [1.08398, 1.08398, 1.08398] + } + }, + "groups": [ + 0, + { + "name": "1", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4] + }, + { + "name": "2", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + }, + { + "name": "4", + "origin": [8, 8, 8], + "color": 0, + "children": [7, 8, 9, 10, 11, 12, 13] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/optifine/emissive.properties b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/optifine/emissive.properties new file mode 100644 index 0000000..3ce7dca --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/optifine/emissive.properties @@ -0,0 +1 @@ +suffix.emissive=_e \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/beenest_stem.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/beenest_stem.png new file mode 100644 index 0000000..55d28c9 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/beenest_stem.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus.png new file mode 100644 index 0000000..21f6a70 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus_e.png new file mode 100644 index 0000000..37feb7c Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/blast_fungus_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/boots_of_swiftness.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/boots_of_swiftness.png new file mode 100644 index 0000000..8fdf8c0 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/boots_of_swiftness.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds.png new file mode 100644 index 0000000..be81046 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds_e.png new file mode 100644 index 0000000..3e4c457 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/corrupted_seeds_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom.png new file mode 100644 index 0000000..8d93d4a Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom_e.png new file mode 100644 index 0000000..9090f11 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/death_cap_mushroom_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass.png new file mode 100644 index 0000000..120d7fa Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass_e.png new file mode 100644 index 0000000..50f855c Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanted_grass_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanters_tome.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanters_tome.png new file mode 100644 index 0000000..37458c1 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/enchanters_tome.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver.png new file mode 100644 index 0000000..1f6ee79 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver_e.png new file mode 100644 index 0000000..86df150 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/flaming_quiver_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak.png new file mode 100644 index 0000000..db9bf11 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak_e.png new file mode 100644 index 0000000..bc864f2 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/ghost_cloak_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/golem_kit.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/golem_kit.png new file mode 100644 index 0000000..a5ebc7c Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/golem_kit.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/gong_of_weakening.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/gong_of_weakening.png new file mode 100644 index 0000000..859ac9e Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/gong_of_weakening.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harpoon_quiver.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harpoon_quiver.png new file mode 100644 index 0000000..3401a7e Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harpoon_quiver.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester.png new file mode 100644 index 0000000..1bff0a0 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester_e.png new file mode 100644 index 0000000..feab32c Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/harvester_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet.png new file mode 100644 index 0000000..6ed7088 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet_e.png new file mode 100644 index 0000000..7ec12f4 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/iron_hide_amulet_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod.png new file mode 100644 index 0000000..3977e86 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod_e.png new file mode 100644 index 0000000..5c8fe29 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/lightning_rod_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion.png new file mode 100644 index 0000000..b54680e Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion_e.png new file mode 100644 index 0000000..2799187 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/love_medallion_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/powershaker.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/powershaker.png new file mode 100644 index 0000000..3f43c0d Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/powershaker.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements.png new file mode 100644 index 0000000..fdcd617 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements_e.png new file mode 100644 index 0000000..00e5e18 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/satchel_of_elements_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder.png new file mode 100644 index 0000000..5620cc7 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder_e.png new file mode 100644 index 0000000..9b7b84f Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/shock_powder_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer.png new file mode 100644 index 0000000..bcab2dc Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer_e.png new file mode 100644 index 0000000..799d1d6 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/soul_healer_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/tasty_bone.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/tasty_bone.png new file mode 100644 index 0000000..1d4a11b Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/tasty_bone.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver.png new file mode 100644 index 0000000..91ceedc Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver_e.png new file mode 100644 index 0000000..9a0fc48 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/thundering_quiver_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver.png new file mode 100644 index 0000000..758215c Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver_e.png new file mode 100644 index 0000000..48212f6 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/torment_quiver_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration.png new file mode 100644 index 0000000..b8a213b Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration_e.png new file mode 100644 index 0000000..edb3841 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_regeneration_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding.png new file mode 100644 index 0000000..d1d86e7 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding_e.png new file mode 100644 index 0000000..bb1900d Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_shielding_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection.png new file mode 100644 index 0000000..0f21815 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection_e.png new file mode 100644 index 0000000..bdb2f0d Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/totem_of_soul_protection_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome.png new file mode 100644 index 0000000..c1514e1 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome_e.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome_e.png new file mode 100644 index 0000000..58d2753 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/updraft_tome_e.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/wind_horn.png b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/wind_horn.png new file mode 100644 index 0000000..5944a76 Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/assets/mcdar/textures/item/wind_horn.png differ diff --git a/src/main/resources/resourcepacks/3dmcdar/for_timefall.txt b/src/main/resources/resourcepacks/3dmcdar/for_timefall.txt new file mode 100644 index 0000000..48426bd --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/for_timefall.txt @@ -0,0 +1,4 @@ +As stated on PMC, this pack uses optifine/sodium and continuity. +So you might want to mention that on the mod page whenever you get to that. + +also, thanks for using my models :) \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/pack.mcmeta b/src/main/resources/resourcepacks/3dmcdar/pack.mcmeta new file mode 100644 index 0000000..b6af210 --- /dev/null +++ b/src/main/resources/resourcepacks/3dmcdar/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Makes the MCDAR items look 3D (also there's glow), By ยง6Lemo", + "pack_format": 15 + } +} \ No newline at end of file diff --git a/src/main/resources/resourcepacks/3dmcdar/pack.png b/src/main/resources/resourcepacks/3dmcdar/pack.png new file mode 100644 index 0000000..b29c84b Binary files /dev/null and b/src/main/resources/resourcepacks/3dmcdar/pack.png differ