revert to vanilla assets
This commit is contained in:
@@ -1,56 +1,8 @@
|
||||
{
|
||||
"credit": "Created by Stridey",
|
||||
"textures": {
|
||||
"0": "block/dispenser_side_l",
|
||||
"1": "block/dispenser_side_r",
|
||||
"2": "block/dropper_front",
|
||||
"5": "block/dispenser_top",
|
||||
"6": "block/dispenser_back",
|
||||
"particle": "block/dispenser_side_l"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#5", "cullface": "down"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 225, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"front": "minecraft:block/dropper_front",
|
||||
"side": "minecraft:block/furnace_side",
|
||||
"top": "minecraft:block/furnace_top"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user