diff --git a/assets/minecraft/models/item/salmon_spawn_egg.json b/assets/minecraft/models/item/salmon_spawn_egg.json new file mode 100644 index 0000000..b015c38 --- /dev/null +++ b/assets/minecraft/models/item/salmon_spawn_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/spawn_egg", + "textures": { + "egg":"item/salmon_spawn_egg" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/spawn_egg.json b/assets/minecraft/models/item/spawn_egg.json new file mode 100644 index 0000000..a2780ad --- /dev/null +++ b/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,126 @@ +{ + "credit": "Made with Blockbench", + "elements": [ + { + "from": [0, 0, 7], + "to": [16, 16, 7], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.1], + "to": [16, 16, 7.1], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.2], + "to": [16, 16, 7.2], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.3], + "to": [16, 16, 7.3], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.4], + "to": [16, 16, 7.4], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.5], + "to": [16, 16, 7.5], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.6], + "to": [16, 16, 7.6], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.7], + "to": [16, 16, 7.7], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.8], + "to": [16, 16, 7.8], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 7.9], + "to": [16, 16, 7.9], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + }, + { + "from": [0, 0, 8], + "to": [16, 16, 8], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#egg"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#egg"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "thirdperson_lefthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "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] + }, + "head": { + "rotation": [0, 180, 0], + "translation": [0, 13, 7] + }, + "fixed": { + "rotation": [0, 180, 0], + "translation": [0, 0, -0.5] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/entity/fish/salmon.png b/assets/minecraft/textures/entity/fish/salmon.png new file mode 100644 index 0000000..8dc9a30 Binary files /dev/null and b/assets/minecraft/textures/entity/fish/salmon.png differ diff --git a/assets/minecraft/textures/item/cooked_salmon.png b/assets/minecraft/textures/item/cooked_salmon.png new file mode 100644 index 0000000..b74c26d Binary files /dev/null and b/assets/minecraft/textures/item/cooked_salmon.png differ diff --git a/assets/minecraft/textures/item/salmon.png b/assets/minecraft/textures/item/salmon.png new file mode 100644 index 0000000..975b144 Binary files /dev/null and b/assets/minecraft/textures/item/salmon.png differ diff --git a/assets/minecraft/textures/item/salmon_bucket.png b/assets/minecraft/textures/item/salmon_bucket.png new file mode 100644 index 0000000..d0c25c2 Binary files /dev/null and b/assets/minecraft/textures/item/salmon_bucket.png differ diff --git a/assets/minecraft/textures/item/salmon_spawn_egg.png b/assets/minecraft/textures/item/salmon_spawn_egg.png new file mode 100644 index 0000000..d8396cf Binary files /dev/null and b/assets/minecraft/textures/item/salmon_spawn_egg.png differ