add first patch
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"item.snuffles.snuffle_spawn_egg": "Snuffle Spawn Crate"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"item.snuffles.snuffle_spawn_egg": "스너플 생성 상자",
|
||||
|
||||
|
||||
|
||||
"block.snuffles.snuffle_fluff": "스너플 솜털",
|
||||
"block.snuffles.frosty_fluff": "서리가 내린 솜털",
|
||||
"block.snuffles.snuffle_fluff_carpet": "스너플 솜털 양탄자",
|
||||
"block.snuffles.frosty_fluff_carpet": "서리가 내린 솜털 양탄자",
|
||||
"entity.snuffles.snuffle": "스너플",
|
||||
"snuffles.subtitles.block.frosty_fluff.thaw": "솜털이 녹습니다",
|
||||
"snuffles.subtitles.entity.snuffle.ambient": "스너플이 킁킁거린다",
|
||||
"snuffles.subtitles.entity.snuffle.death": "스너플이 죽는다",
|
||||
"snuffles.subtitles.entity.snuffle.eat": "스너플이 홀짝인다",
|
||||
"snuffles.subtitles.entity.snuffle.hurt": "스너플이 다침",
|
||||
"snuffles.subtitles.entity.snuffle.shake": "스너플이 흔들린다",
|
||||
"snuffles.subtitles.entity.snuffle.step": "스너플이 걷는다",
|
||||
"snuffles.subtitles.entity.snuffle.style": "슬라임볼이 으깨짐",
|
||||
"snuffles.subtitles.entity.snuffle.thaw": "스너플이 녹습니다"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "snuffles:item/snuffle_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: 499 B |
Reference in New Issue
Block a user