mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-04-29 00:09:12 +00:00
Add missing textures and models from Chorus' Version
This also helps in preparing for the Nether Update (1.16). Textures were optimised using OptiPNG by: optipng -o7 -nx followed by a second run with the defaults.
This commit is contained in:
parent
39cd1d5cc1
commit
ca8d4aeecf
2481 changed files with 8413 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence_gate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#activator_rail_on",
|
||||
"activator_rail_on": "block/activator_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#activator_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail_on"},
|
||||
"south": {"texture": "#activator_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"south": {"texture": "#activator_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#activator_rail_on",
|
||||
"activator_rail_on": "block/activator_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#activator_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail_on"},
|
||||
"south": {"texture": "#activator_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail_on"},
|
||||
"south": {"texture": "#activator_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/activator_rail_raised_ne.json
Normal file
57
assets/minecraft/models/block/activator_rail_raised_ne.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#activator_rail",
|
||||
"activator_rail": "block/activator_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#activator_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail"},
|
||||
"south": {"texture": "#activator_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"south": {"texture": "#activator_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/activator_rail_raised_sw.json
Normal file
57
assets/minecraft/models/block/activator_rail_raised_sw.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#activator_rail",
|
||||
"activator_rail": "block/activator_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#activator_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#activator_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#activator_rail"},
|
||||
"south": {"texture": "#activator_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#activator_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#activator_rail"},
|
||||
"south": {"texture": "#activator_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
6
assets/minecraft/models/block/birch_fence_gate_open.json
Normal file
6
assets/minecraft/models/block/birch_fence_gate_open.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence_gate"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/crimson_fence_post.json
Normal file
8
assets/minecraft/models/block/crimson_fence_post.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks",
|
||||
"side": "block/crimson_planks",
|
||||
"top": "block/crimson_planks"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/crimson_fence_side.json
Normal file
8
assets/minecraft/models/block/crimson_fence_side.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks",
|
||||
"side": "block/crimson_planks",
|
||||
"top": "block/crimson_planks"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence_gate"
|
||||
}
|
||||
}
|
7
assets/minecraft/models/block/desktop.ini
Normal file
7
assets/minecraft/models/block/desktop.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[LocalizedFileNames]
|
||||
fence_inventory.json=@fence_inventory,0
|
||||
fence_post.json=@fence_post,0
|
||||
fence_side.json=@fence_side,0
|
||||
nether_brick_fence_inventory.json=@nether_brick_fence_inventory,0
|
||||
nether_brick_fence_post.json=@nether_brick_fence_post,0
|
||||
nether_brick_fence_side.json=@nether_brick_fence_side,0
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#detector_rail_on",
|
||||
"detector_rail_on": "block/detector_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#detector_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail_on"},
|
||||
"south": {"texture": "#detector_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"south": {"texture": "#detector_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#detector_rail_on",
|
||||
"detector_rail_on": "block/detector_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#detector_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail_on"},
|
||||
"south": {"texture": "#detector_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail_on"},
|
||||
"south": {"texture": "#detector_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/detector_rail_raised_ne.json
Normal file
57
assets/minecraft/models/block/detector_rail_raised_ne.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#detector_rail",
|
||||
"detector_rail": "block/detector_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#detector_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail"},
|
||||
"south": {"texture": "#detector_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"south": {"texture": "#detector_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/detector_rail_raised_sw.json
Normal file
57
assets/minecraft/models/block/detector_rail_raised_sw.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#detector_rail",
|
||||
"detector_rail": "block/detector_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#detector_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#detector_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#detector_rail"},
|
||||
"south": {"texture": "#detector_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#detector_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#detector_rail"},
|
||||
"south": {"texture": "#detector_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/jungle_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/ore/nether_gold/1.json
Normal file
6
assets/minecraft/models/block/ore/nether_gold/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/nether_gold_ore1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks1",
|
||||
"top": "block/polished_blackstone_bricks1",
|
||||
"side": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks2",
|
||||
"top": "block/polished_blackstone_bricks2",
|
||||
"side": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks1",
|
||||
"top": "block/polished_blackstone_bricks1",
|
||||
"side": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks2",
|
||||
"top": "block/polished_blackstone_bricks2",
|
||||
"side": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks1",
|
||||
"top": "block/polished_blackstone_bricks1",
|
||||
"side": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks2",
|
||||
"top": "block/polished_blackstone_bricks2",
|
||||
"side": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks1",
|
||||
"top": "block/polished_blackstone_bricks1",
|
||||
"side": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks2",
|
||||
"top": "block/polished_blackstone_bricks2",
|
||||
"side": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks1",
|
||||
"top": "block/polished_blackstone_bricks1",
|
||||
"side": "block/polished_blackstone_bricks1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/polished_blackstone_bricks2",
|
||||
"top": "block/polished_blackstone_bricks2",
|
||||
"side": "block/polished_blackstone_bricks2"
|
||||
}
|
||||
}
|
57
assets/minecraft/models/block/powered_rail_on_raised_ne.json
Normal file
57
assets/minecraft/models/block/powered_rail_on_raised_ne.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#powered_rail_on",
|
||||
"powered_rail_on": "block/powered_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#powered_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail_on"},
|
||||
"south": {"texture": "#powered_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"south": {"texture": "#powered_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/powered_rail_on_raised_sw.json
Normal file
57
assets/minecraft/models/block/powered_rail_on_raised_sw.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#powered_rail_on",
|
||||
"powered_rail_on": "block/powered_rail_on"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#powered_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail_on"},
|
||||
"south": {"texture": "#powered_rail_on"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail_on"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail_on"},
|
||||
"south": {"texture": "#powered_rail_on"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/powered_rail_raised_ne.json
Normal file
57
assets/minecraft/models/block/powered_rail_raised_ne.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#powered_rail",
|
||||
"powered_rail": "block/powered_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#powered_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, -0.75],
|
||||
"to": [4, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail"},
|
||||
"south": {"texture": "#powered_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, -0.75],
|
||||
"to": [14, 8.25, 16],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": 45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"south": {"texture": "#powered_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
57
assets/minecraft/models/block/powered_rail_raised_sw.json
Normal file
57
assets/minecraft/models/block/powered_rail_raised_sw.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#powered_rail",
|
||||
"powered_rail": "block/powered_rail"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [0, 8.25, 1],
|
||||
"to": [16, 8.25, 14.5],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [0, 0, 16, 16],"texture": "#powered_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 7.25, 0],
|
||||
"to": [4, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"},
|
||||
"down": {"uv": [2, 0, 4, 16],"texture": "#powered_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"north": {"uv": [12, 15, 14, 16],"texture": "#powered_rail"},
|
||||
"south": {"texture": "#powered_rail"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 7.25, 0],
|
||||
"to": [14, 8.25, 16.75],
|
||||
"rotation": {
|
||||
"origin": [ 8, 7.25, 8 ],
|
||||
"axis": "x",
|
||||
"angle": -45,
|
||||
"rescale": true
|
||||
},
|
||||
"faces": {
|
||||
"up": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"},
|
||||
"down": {"uv": [12, 0, 14, 16],"texture": "#powered_rail"},
|
||||
"west": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"east": {"uv": [3, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"north": {"uv": [2, 15, 4, 16],"texture": "#powered_rail"},
|
||||
"south": {"texture": "#powered_rail"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/sandstone_bottom",
|
||||
"top": "block/sandstone_top",
|
||||
"side": "block/cut_sandstone3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/spruce_fence_gate"
|
||||
}
|
||||
}
|
95
assets/minecraft/models/block/template_fence_gate_open.json
Normal file
95
assets/minecraft/models/block/template_fence_gate_open.json
Normal file
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "__comment": "Left-hand post",
|
||||
"from": [ 0, 5, 7 ],
|
||||
"to": [ 2, 16, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" },
|
||||
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Right-hand post",
|
||||
"from": [ 14, 5, 7 ],
|
||||
"to": [ 16, 16, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Inner vertical post of left-hand gate door",
|
||||
"from": [ 0, 6, 13 ],
|
||||
"to": [ 2, 15, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Inner vertical post of right-hand gate door",
|
||||
"from": [ 14, 6, 13 ],
|
||||
"to": [ 16, 15, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Lower horizontal bar of left-hand gate door",
|
||||
"from": [ 0, 6, 9 ],
|
||||
"to": [ 2, 9, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Upper horizontal bar of left-hand gate door",
|
||||
"from": [ 0, 12, 9 ],
|
||||
"to": [ 2, 15, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Lower horizontal bar of left-hand gate door",
|
||||
"from": [ 14, 6, 9 ],
|
||||
"to": [ 16, 9, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Upper horizontal bar of left-hand gate door",
|
||||
"from": [ 14, 12, 9 ],
|
||||
"to": [ 16, 15, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
8
assets/minecraft/models/block/warped_fence_post.json
Normal file
8
assets/minecraft/models/block/warped_fence_post.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/warped_planks",
|
||||
"side": "block/warped_planks",
|
||||
"top": "block/warped_planks"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/warped_fence_side.json
Normal file
8
assets/minecraft/models/block/warped_fence_side.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/warped_planks",
|
||||
"side": "block/warped_planks",
|
||||
"top": "block/warped_planks"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue