Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01c4313e08 |
1
19w39a.json
Normal file
5
README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# minecraft-assets
|
||||
|
||||
This repository contains assets extracted from the Minecraft .jar files and additional downloaded resources (sounds).
|
||||
|
||||
Please use the **branch selector** to switch versions.
|
||||
@@ -1 +0,0 @@
|
||||
{"directories":["assets","data","mappings"],"files":["20w07a.json","version.json"]}
|
||||
@@ -1 +0,0 @@
|
||||
{"directories":["icons","minecraft","realms"],"files":[".mcassetsroot","pack.mcmeta"]}
|
||||
@@ -1 +0,0 @@
|
||||
{"directories":[],"files":["icon_16x16.png","icon_32x32.png","minecraft.icns"]}
|
||||
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -1 +0,0 @@
|
||||
{"directories":["blockstates","font","icons","lang","models","particles","resourcepacks","shaders","sounds","texts","textures"],"files":["sounds.json"]}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/acacia_log" },
|
||||
"axis=z": { "model": "block/acacia_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/acacia_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/acacia_log", "x": 90 },
|
||||
"axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/ancient_debris" }
|
||||
}
|
||||
}
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/andesite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/basalt" },
|
||||
"axis=z": { "model": "block/basalt", "x": 90 },
|
||||
"axis=x": { "model": "block/basalt", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/bee_hive.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,honey_level=0": { "model": "block/bee_hive" },
|
||||
"facing=south,honey_level=0": { "model": "block/bee_hive", "y": 180 },
|
||||
"facing=west,honey_level=0": { "model": "block/bee_hive", "y": 270 },
|
||||
"facing=east,honey_level=0": { "model": "block/bee_hive", "y": 90 },
|
||||
"facing=north,honey_level=1": { "model": "block/bee_hive" },
|
||||
"facing=south,honey_level=1": { "model": "block/bee_hive", "y": 180 },
|
||||
"facing=west,honey_level=1": { "model": "block/bee_hive", "y": 270 },
|
||||
"facing=east,honey_level=1": { "model": "block/bee_hive", "y": 90 },
|
||||
"facing=north,honey_level=2": { "model": "block/bee_hive" },
|
||||
"facing=south,honey_level=2": { "model": "block/bee_hive", "y": 180 },
|
||||
"facing=west,honey_level=2": { "model": "block/bee_hive", "y": 270 },
|
||||
"facing=east,honey_level=2": { "model": "block/bee_hive", "y": 90 },
|
||||
"facing=north,honey_level=3": { "model": "block/bee_hive" },
|
||||
"facing=south,honey_level=3": { "model": "block/bee_hive", "y": 180 },
|
||||
"facing=west,honey_level=3": { "model": "block/bee_hive", "y": 270 },
|
||||
"facing=east,honey_level=3": { "model": "block/bee_hive", "y": 90 },
|
||||
"facing=north,honey_level=4": { "model": "block/bee_hive" },
|
||||
"facing=south,honey_level=4": { "model": "block/bee_hive", "y": 180 },
|
||||
"facing=west,honey_level=4": { "model": "block/bee_hive", "y": 270 },
|
||||
"facing=east,honey_level=4": { "model": "block/bee_hive", "y": 90 },
|
||||
"facing=north,honey_level=5": { "model": "block/bee_hive_honey" },
|
||||
"facing=south,honey_level=5": { "model": "block/bee_hive_honey", "y": 180 },
|
||||
"facing=west,honey_level=5": { "model": "block/bee_hive_honey", "y": 270 },
|
||||
"facing=east,honey_level=5": { "model": "block/bee_hive_honey", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,honey_level=0": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=0": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=0": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=0": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=1": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=1": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=1": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=1": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=2": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=2": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=2": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=2": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=3": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=3": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=3": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=3": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=4": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=4": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=4": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=4": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=5": { "model": "block/beehive_honey" },
|
||||
"facing=south,honey_level=5": { "model": "block/beehive_honey", "y": 180 },
|
||||
"facing=west,honey_level=5": { "model": "block/beehive_honey", "y": 270 },
|
||||
"facing=east,honey_level=5": { "model": "block/beehive_honey", "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/birch_log" },
|
||||
"axis=z": { "model": "block/birch_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/birch_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/birch_log", "x": 90 },
|
||||
"axis=x": { "model": "block/birch_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east,powered=false": { "model": "block/crimson_button", "y": 90 },
|
||||
"face=floor,facing=west,powered=false": { "model": "block/crimson_button", "y": 270 },
|
||||
"face=floor,facing=south,powered=false": { "model": "block/crimson_button", "y": 180 },
|
||||
"face=floor,facing=north,powered=false": { "model": "block/crimson_button" },
|
||||
"face=wall,facing=east,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=false": { "model": "block/crimson_button", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=false": { "model": "block/crimson_button", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=false": { "model": "block/crimson_button", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=false": { "model": "block/crimson_button", "x": 180, "y": 180 },
|
||||
"face=floor,facing=east,powered=true": { "model": "block/crimson_button_pressed", "y": 90 },
|
||||
"face=floor,facing=west,powered=true": { "model": "block/crimson_button_pressed", "y": 270 },
|
||||
"face=floor,facing=south,powered=true": { "model": "block/crimson_button_pressed", "y": 180 },
|
||||
"face=floor,facing=north,powered=true": { "model": "block/crimson_button_pressed" },
|
||||
"face=wall,facing=east,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=true": { "model": "block/crimson_button_pressed", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/crimson_fence_post" }},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_fungi" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_nylium" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_planks" }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": { "model": "block/crimson_pressure_plate" },
|
||||
"powered=true": { "model": "block/crimson_pressure_plate_down" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_roots" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/crimson_slab" },
|
||||
"type=top": { "model": "block/crimson_slab_top" },
|
||||
"type=double": { "model": "block/crimson_planks" }
|
||||
}
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/crimson_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/crimson_stem" },
|
||||
"axis=z": { "model": "block/crimson_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/crimson_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom" },
|
||||
"facing=south,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 180 },
|
||||
"facing=east,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 90 },
|
||||
"facing=west,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 270 },
|
||||
"facing=north,half=top,open=false": { "model": "block/crimson_trapdoor_top" },
|
||||
"facing=south,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 180 },
|
||||
"facing=east,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 90 },
|
||||
"facing=west,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 270 },
|
||||
"facing=north,half=bottom,open=true": { "model": "block/crimson_trapdoor_open" },
|
||||
"facing=south,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 180 },
|
||||
"facing=east,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 90 },
|
||||
"facing=west,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 270 },
|
||||
"facing=north,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 180 },
|
||||
"facing=south,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 0 },
|
||||
"facing=east,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 270 },
|
||||
"facing=west,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/dark_oak_log" },
|
||||
"axis=z": { "model": "block/dark_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/dark_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/dark_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/diorite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/granite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/hay_block" },
|
||||
"axis=z": { "model": "block/hay_block_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/hay_block_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/hay_block", "x": 90 },
|
||||
"axis=x": { "model": "block/hay_block", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/honey_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/honeycomb_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/jungle_log" },
|
||||
"axis=z": { "model": "block/jungle_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/jungle_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/jungle_log", "x": 90 },
|
||||
"axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,31 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
{ "when": { "up": true },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": true },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": true },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": true },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": true },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/nether_sprouts" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/netherite_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/oak_log" },
|
||||
"axis=z": { "model": "block/oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/oak_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/purpur_pillar" },
|
||||
"axis=z": { "model": "block/purpur_pillar_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/purpur_pillar_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/purpur_pillar", "x": 90 },
|
||||
"axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/quartz_pillar" },
|
||||
"axis=z": { "model": "block/quartz_pillar_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/quartz_pillar_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/quartz_pillar", "x": 90 },
|
||||
"axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/shroomlight" }
|
||||
}
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_floor0" },
|
||||
{ "model": "block/soul_fire_floor1" }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0" },
|
||||
{ "model": "block/soul_fire_side1" },
|
||||
{ "model": "block/soul_fire_side_alt0" },
|
||||
{ "model": "block/soul_fire_side_alt1" }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 90 },
|
||||
{ "model": "block/soul_fire_side1", "y": 90 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 90 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 90 }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 180 },
|
||||
{ "model": "block/soul_fire_side1", "y": 180 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 180 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 180 }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 270 },
|
||||
{ "model": "block/soul_fire_side1", "y": 270 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 270 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 270 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"hanging=true": { "model": "block/hanging_soul_fire_lantern"},
|
||||
"hanging=false": { "model": "block/soul_fire_lantern"}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/soul_fire_torch" }
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east": { "model": "block/soul_fire_wall_torch" },
|
||||
"facing=south": { "model": "block/soul_fire_wall_torch", "y": 90 },
|
||||
"facing=west": { "model": "block/soul_fire_wall_torch", "y": 180 },
|
||||
"facing=north": { "model": "block/soul_fire_wall_torch", "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/soul_soil" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/spruce_log" },
|
||||
"axis=z": { "model": "block/spruce_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/spruce_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/spruce_log", "x": 90 },
|
||||
"axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,29 +3,17 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "low" },
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "low" },
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "low" },
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "low" },
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_acacia_log" },
|
||||
"axis=z": { "model": "block/stripped_acacia_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_acacia_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_acacia_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_birch_log" },
|
||||
"axis=z": { "model": "block/stripped_birch_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_birch_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_birch_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_crimson_stem" },
|
||||
"axis=z": { "model": "block/stripped_crimson_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_crimson_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_dark_oak_log" },
|
||||
"axis=z": { "model": "block/stripped_dark_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_dark_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_jungle_log" },
|
||||
"axis=z": { "model": "block/stripped_jungle_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_jungle_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_jungle_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_oak_log" },
|
||||
"axis=z": { "model": "block/stripped_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_spruce_log" },
|
||||
"axis=z": { "model": "block/stripped_spruce_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_spruce_log_horizontal", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_spruce_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_warped_stem" },
|
||||
"axis=z": { "model": "block/stripped_warped_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_warped_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east,powered=false": { "model": "block/warped_button", "y": 90 },
|
||||
"face=floor,facing=west,powered=false": { "model": "block/warped_button", "y": 270 },
|
||||
"face=floor,facing=south,powered=false": { "model": "block/warped_button", "y": 180 },
|
||||
"face=floor,facing=north,powered=false": { "model": "block/warped_button" },
|
||||
"face=wall,facing=east,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=false": { "model": "block/warped_button", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=false": { "model": "block/warped_button", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=false": { "model": "block/warped_button", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=false": { "model": "block/warped_button", "x": 180, "y": 180 },
|
||||
"face=floor,facing=east,powered=true": { "model": "block/warped_button_pressed", "y": 90 },
|
||||
"face=floor,facing=west,powered=true": { "model": "block/warped_button_pressed", "y": 270 },
|
||||
"face=floor,facing=south,powered=true": { "model": "block/warped_button_pressed", "y": 180 },
|
||||
"face=floor,facing=north,powered=true": { "model": "block/warped_button_pressed" },
|
||||
"face=wall,facing=east,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=true": { "model": "block/warped_button_pressed", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "block/warped_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "block/warped_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/warped_fence_post" }},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_fungi" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_nylium" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_planks" }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": { "model": "block/warped_pressure_plate" },
|
||||
"powered=true": { "model": "block/warped_pressure_plate_down" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_roots" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/warped_slab" },
|
||||
"type=top": { "model": "block/warped_slab_top" },
|
||||
"type=double": { "model": "block/warped_planks" }
|
||||
}
|
||||
}
|
||||
@@ -1,44 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/warped_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/warped_stem" },
|
||||
"axis=z": { "model": "block/warped_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/warped_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,half=bottom,open=false": { "model": "block/warped_trapdoor_bottom" },
|
||||
"facing=south,half=bottom,open=false": { "model": "block/warped_trapdoor_bottom", "y": 180 },
|
||||
"facing=east,half=bottom,open=false": { "model": "block/warped_trapdoor_bottom", "y": 90 },
|
||||
"facing=west,half=bottom,open=false": { "model": "block/warped_trapdoor_bottom", "y": 270 },
|
||||
"facing=north,half=top,open=false": { "model": "block/warped_trapdoor_top" },
|
||||
"facing=south,half=top,open=false": { "model": "block/warped_trapdoor_top", "y": 180 },
|
||||
"facing=east,half=top,open=false": { "model": "block/warped_trapdoor_top", "y": 90 },
|
||||
"facing=west,half=top,open=false": { "model": "block/warped_trapdoor_top", "y": 270 },
|
||||
"facing=north,half=bottom,open=true": { "model": "block/warped_trapdoor_open" },
|
||||
"facing=south,half=bottom,open=true": { "model": "block/warped_trapdoor_open", "y": 180 },
|
||||
"facing=east,half=bottom,open=true": { "model": "block/warped_trapdoor_open", "y": 90 },
|
||||
"facing=west,half=bottom,open=true": { "model": "block/warped_trapdoor_open", "y": 270 },
|
||||
"facing=north,half=top,open=true": { "model": "block/warped_trapdoor_open", "x": 180, "y": 180 },
|
||||
"facing=south,half=top,open=true": { "model": "block/warped_trapdoor_open", "x": 180, "y": 0 },
|
||||
"facing=east,half=top,open=true": { "model": "block/warped_trapdoor_open", "x": 180, "y": 270 },
|
||||
"facing=west,half=top,open=true": { "model": "block/warped_trapdoor_open", "x": 180, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_wart_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/weeping_vines" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/weeping_vines_plant" }
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"directories":[],"files":["alt.json","default.json","glyph_sizes.bin"]}
|
||||
@@ -1 +0,0 @@
|
||||
{"directories":[],"files":["icon_16x16.png","icon_32x32.png","minecraft.icns"]}
|
||||
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -1 +0,0 @@
|
||||
{"directories":[],"files":["af_za.json","ar_sa.json","ast_es.json","az_az.json","ba_ru.json","bar.json","be_by.json","bg_bg.json","br_fr.json","brb.json","bs_ba.json","ca_es.json","cs_cz.json","cy_gb.json","da_dk.json","de_at.json","de_ch.json","de_de.json","el_gr.json","en_au.json","en_ca.json","en_gb.json","en_nz.json","en_pt.json","en_ud.json","en_us.json","enp.json","enws.json","eo_uy.json","es_ar.json","es_cl.json","es_ec.json","es_es.json","es_mx.json","es_uy.json","es_ve.json","esan.json","et_ee.json","eu_es.json","fa_ir.json","fi_fi.json","fil_ph.json","fo_fo.json","fr_ca.json","fr_fr.json","fra_de.json","fur_it.json","fy_nl.json","ga_ie.json","gd_gb.json","gl_es.json","gv_im.json","haw_us.json","he_il.json","hi_in.json","hr_hr.json","hu_hu.json","hy_am.json","id_id.json","ig_ng.json","io_en.json","is_is.json","isv.json","it_it.json","ja_jp.json","jbo_en.json","ka_ge.json","kk_kz.json","kn_in.json","ko_kr.json","ksh.json","kw_gb.json","la_la.json","lb_lu.json","li_li.json","lmo.json","lol_us.json","lt_lt.json","lv_lv.json","lzh.json","mi_nz.json","mk_mk.json","mn_mn.json","ms_my.json","mt_mt.json","nds_de.json","nl_be.json","nl_nl.json","nn_no.json","no_no.json","oc_fr.json","ovd.json","pl_pl.json","pt_br.json","pt_pt.json","qya_aa.json","ro_ro.json","rpr.json","ru_ru.json","se_no.json","sk_sk.json","sl_si.json","so_so.json","sq_al.json","sr_sp.json","sv_se.json","swg.json","sxu.json","szl.json","ta_in.json","th_th.json","tl_ph.json","tlh_aa.json","tok.json","tr_tr.json","tt_ru.json","uk_ua.json","val_es.json","vec_it.json","vi_vn.json","yi_de.json","yo_ng.json","zh_cn.json","zh_hk.json","zh_tw.json"]}
|
||||