Merge pull request #1 from lazerl0rd/master
Add missing textures and models from Chorus' Version
10
assets/minecraft/blockstates/cut_sandstone.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": [
|
||||||
|
{ "model": "block/cut_sandstone" },
|
||||||
|
{ "model": "block/sandstone/cut/normal/1" },
|
||||||
|
{ "model": "block/sandstone/cut/normal/2" },
|
||||||
|
{ "model": "block/sandstone/cut/normal/3" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
22
assets/minecraft/blockstates/cut_sandstone_slab.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"type=bottom": [
|
||||||
|
{ "model": "block/cut_sandstone_slab" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/l1" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/l2" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/l3" }
|
||||||
|
],
|
||||||
|
"type=top": [
|
||||||
|
{ "model": "block/cut_sandstone_slab_top" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/u1" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/u2" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/slab/u3" }
|
||||||
|
],
|
||||||
|
"type=double": [
|
||||||
|
{ "model": "block/cut_sandstone" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/1" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/2" },
|
||||||
|
{ "model": "block/cut_sandstone/cut/normal/3" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
8
assets/minecraft/blockstates/nether_gold_ore.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": [
|
||||||
|
{ "model": "block/nether_gold_ore" },
|
||||||
|
{ "model": "block/ore/nether_gold/1"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
10
assets/minecraft/blockstates/netherrack.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": [
|
||||||
|
{ "model": "block/netherrack" },
|
||||||
|
{ "model": "block/netherrack", "y": 90 },
|
||||||
|
{ "model": "block/netherrack", "y": 180 },
|
||||||
|
{ "model": "block/netherrack", "y": 90 }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
10
assets/minecraft/blockstates/polished_blackstone_bricks.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": [
|
||||||
|
{ "model": "block/polished_blackstone_bricks", "weight": 30 },
|
||||||
|
{ "model": "block/polished_blackstone_bricks/1", "weight": 15 },
|
||||||
|
{ "model": "block/polished_blackstone_bricks/2", "weight": 10 }
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"parent": "block/fence_side",
|
||||||
|
"textures": {
|
||||||
|
"texture": "block/warped_planks",
|
||||||
|
"side": "block/warped_planks",
|
||||||
|
"top": "block/warped_planks"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
format=fixed
|
BIN
assets/minecraft/optifine/ctm/FixesCTM/0.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/1.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/14.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/2.png
Normal file
After Width: | Height: | Size: 330 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/3.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/4.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/6.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/7.png
Normal file
After Width: | Height: | Size: 386 B |
BIN
assets/minecraft/optifine/ctm/FixesCTM/8.png
Normal file
After Width: | Height: | Size: 390 B |
|
@ -0,0 +1,3 @@
|
||||||
|
faces=all
|
||||||
|
tiles=2
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=all
|
||||||
|
tiles=3
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=all
|
||||||
|
tiles=1
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=all
|
||||||
|
tiles=4
|
||||||
|
method=fixed
|
|
@ -0,0 +1,2 @@
|
||||||
|
tiles=14
|
||||||
|
method=fixed
|
|
@ -0,0 +1,4 @@
|
||||||
|
faces=top
|
||||||
|
tiles=7
|
||||||
|
metadata=0
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=top
|
||||||
|
tiles=8
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=north south
|
||||||
|
tiles=6
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=bottom
|
||||||
|
tiles=0
|
||||||
|
method=fixed
|
|
@ -0,0 +1,3 @@
|
||||||
|
faces=bottom
|
||||||
|
tiles=0
|
||||||
|
method=fixed
|
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/0.png
Normal file
After Width: | Height: | Size: 514 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/1.png
Normal file
After Width: | Height: | Size: 531 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/10.png
Normal file
After Width: | Height: | Size: 477 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/11.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/12.png
Normal file
After Width: | Height: | Size: 533 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/13.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/14.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/15.png
Normal file
After Width: | Height: | Size: 517 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/16.png
Normal file
After Width: | Height: | Size: 529 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/17.png
Normal file
After Width: | Height: | Size: 527 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/18.png
Normal file
After Width: | Height: | Size: 515 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/19.png
Normal file
After Width: | Height: | Size: 518 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/2.png
Normal file
After Width: | Height: | Size: 515 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/20.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/21.png
Normal file
After Width: | Height: | Size: 501 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/22.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/23.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/24.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/25.png
Normal file
After Width: | Height: | Size: 498 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/26.png
Normal file
After Width: | Height: | Size: 433 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/27.png
Normal file
After Width: | Height: | Size: 490 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/28.png
Normal file
After Width: | Height: | Size: 516 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/29.png
Normal file
After Width: | Height: | Size: 505 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/3.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/30.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/31.png
Normal file
After Width: | Height: | Size: 507 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/32.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/33.png
Normal file
After Width: | Height: | Size: 464 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/34.png
Normal file
After Width: | Height: | Size: 489 B |
BIN
assets/minecraft/optifine/ctm/GlassBlackCTM/35.png
Normal file
After Width: | Height: | Size: 485 B |