add first patch
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"item.snowpig.snow_pig_spawn_egg": "Snow Pig Spawn Crate"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"item.snowpig.snow_pig_spawn_egg": "눈 돼지 생성 상자",
|
||||
|
||||
|
||||
|
||||
"entity.snowpig.snow_pig": "눈 돼지",
|
||||
"item.snowpig.frozen_ham": "얼어붙은 햄",
|
||||
"item.snowpig.frozen_porkchop": "얼어붙은 돼지고기",
|
||||
"item.snowpig.music_disc_frosty_snig": "음반",
|
||||
"item.snowpig.music_disc_frosty_snig.desc": "Luz - Frosty Snig",
|
||||
"subtitles.entity.snow_pig.ambient": "눈 돼지가 꿀꿀거립니다",
|
||||
"subtitles.entity.snow_pig.death": "눈 돼지가 죽었습니다",
|
||||
"subtitles.entity.snow_pig.hurt": "눈 돼지가 피해를 입었습니다"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "snowpig:item/snow_pig_spawn_egg"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 7.5],
|
||||
"to": [16, 16, 8.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 1, 16], "texture": "#0"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 1, 16], "texture": "#0"},
|
||||
"up": {"uv": [0, 0, 16, 1], "texture": "#0"},
|
||||
"down": {"uv": [0, 0, 16, 1], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 501 B |
Reference in New Issue
Block a user