Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
punipuni-3730 authored Jul 29, 2024
1 parent 886e905 commit ef358b8
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/salmon_spawn_egg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/spawn_egg",
"textures": {
"egg":"item/salmon_spawn_egg"
}
}
126 changes: 126 additions & 0 deletions assets/minecraft/models/item/spawn_egg.json
Original file line number Diff line number Diff line change
@@ -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]
}
}
}
Binary file added assets/minecraft/textures/entity/fish/salmon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/item/cooked_salmon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/item/salmon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/item/salmon_bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/item/salmon_spawn_egg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef358b8

Please sign in to comment.