You've already forked minecraft-assets
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bca5976bc | ||
|
|
7b221feab9 | ||
|
|
c299b1f61c | ||
|
|
86c695f617 |
3
.github\FUNDING.yml
Normal file
3
.github\FUNDING.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
github: InventivetalentDev
|
||||
patreon: inventivetalent
|
||||
custom: ["https://www.paypal.me/inventivetalent", "https://donation.inventivetalent.org"]
|
||||
0
.github\stale.yml
Normal file
0
.github\stale.yml
Normal file
File diff suppressed because one or more lines are too long
5
README.md
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":["22w18a.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"]}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"directories":["blockstates","font","icons","lang","models","particles","resourcepacks","shaders","sounds","texts","textures"],"files":["gpu_warnlist.json","regional_compliancies.json","sounds.json"]}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,23 +2,23 @@
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
@@ -30,13 +30,13 @@
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
@@ -70,49 +70,49 @@
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,123 +1,123 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left"
|
||||
"model": "minecraft:block/acacia_door_bottom"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left_open",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right"
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right_open",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_left"
|
||||
"model": "minecraft:block/acacia_door_top"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_left_open",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_right"
|
||||
"model": "minecraft:block/acacia_door_top_hinge"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_right_open",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left_open"
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right_open",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_left",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_left_open"
|
||||
"model": "minecraft:block/acacia_door_top_hinge"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_right",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_right_open",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left_open",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right_open"
|
||||
"model": "minecraft:block/acacia_door_bottom"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_left",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_left_open",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_right",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_right_open"
|
||||
"model": "minecraft:block/acacia_door_top"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_left_open",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right",
|
||||
"model": "minecraft:block/acacia_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_bottom_right_open",
|
||||
"model": "minecraft:block/acacia_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_left",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_left_open",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/acacia_door_top_right",
|
||||
"model": "minecraft:block/acacia_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/acacia_door_top_right_open",
|
||||
"model": "minecraft:block/acacia_door_top",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,42 +6,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,80 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/amethyst_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "minecraft:block/amethyst_cluster",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "minecraft:block/amethyst_cluster",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "minecraft:block/amethyst_cluster",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "minecraft:block/amethyst_cluster",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "minecraft:block/amethyst_cluster"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "minecraft:block/amethyst_cluster",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,89 +1,89 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/azalea"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"age": "0"
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/bamboo1_age0"
|
||||
@@ -14,12 +17,12 @@
|
||||
{
|
||||
"model": "minecraft:block/bamboo4_age0"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"age": "0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"age": "1"
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/bamboo1_age1"
|
||||
@@ -33,25 +36,22 @@
|
||||
{
|
||||
"model": "minecraft:block/bamboo4_age1"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"age": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_small_leaves"
|
||||
},
|
||||
"when": {
|
||||
"leaves": "small"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_small_leaves"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_large_leaves"
|
||||
},
|
||||
"when": {
|
||||
"leaves": "large"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/bamboo_large_leaves"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": {
|
||||
"model": "minecraft:block/barrel",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=down,open=true": {
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"model": "minecraft:block/barrel",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"model": "minecraft:block/barrel",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=north,open=true": {
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"model": "minecraft:block/barrel",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "minecraft:block/barrel"
|
||||
@@ -43,14 +43,14 @@
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"model": "minecraft:block/barrel",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,honey_level=0": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=east,honey_level=1": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=east,honey_level=2": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=east,honey_level=3": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=east,honey_level=4": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=east,honey_level=5": {
|
||||
"model": "minecraft:block/bee_nest_honey",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/bee_nest_honey"
|
||||
},
|
||||
"facing=north,honey_level=0": {
|
||||
"model": "minecraft:block/bee_nest"
|
||||
@@ -43,52 +43,52 @@
|
||||
"model": "minecraft:block/bee_nest_honey"
|
||||
},
|
||||
"facing=south,honey_level=0": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=south,honey_level=1": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=south,honey_level=2": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=south,honey_level=3": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=south,honey_level=4": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=south,honey_level=5": {
|
||||
"model": "minecraft:block/bee_nest_honey",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bee_nest_honey"
|
||||
},
|
||||
"facing=west,honey_level=0": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=west,honey_level=1": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=west,honey_level=2": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=west,honey_level=3": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=west,honey_level=4": {
|
||||
"model": "minecraft:block/bee_nest",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest"
|
||||
},
|
||||
"facing=west,honey_level=5": {
|
||||
"model": "minecraft:block/bee_nest_honey",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/bee_nest_honey"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,honey_level=0": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=east,honey_level=1": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=east,honey_level=2": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=east,honey_level=3": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=east,honey_level=4": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=east,honey_level=5": {
|
||||
"model": "minecraft:block/beehive_honey",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/beehive_honey"
|
||||
},
|
||||
"facing=north,honey_level=0": {
|
||||
"model": "minecraft:block/beehive"
|
||||
@@ -43,52 +43,52 @@
|
||||
"model": "minecraft:block/beehive_honey"
|
||||
},
|
||||
"facing=south,honey_level=0": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=south,honey_level=1": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=south,honey_level=2": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=south,honey_level=3": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=south,honey_level=4": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=south,honey_level=5": {
|
||||
"model": "minecraft:block/beehive_honey",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/beehive_honey"
|
||||
},
|
||||
"facing=west,honey_level=0": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=west,honey_level=1": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=west,honey_level=2": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=west,honey_level=3": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=west,honey_level=4": {
|
||||
"model": "minecraft:block/beehive",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive"
|
||||
},
|
||||
"facing=west,honey_level=5": {
|
||||
"model": "minecraft:block/beehive_honey",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/beehive_honey"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,tilt=full": {
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,tilt=none": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,tilt=partial": {
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,tilt=unstable": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north,tilt=full": {
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt"
|
||||
},
|
||||
"facing=north,tilt=none": {
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=north,tilt=partial": {
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt"
|
||||
},
|
||||
"facing=north,tilt=unstable": {
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=south,tilt=full": {
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,tilt=none": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,tilt=partial": {
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,tilt=unstable": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,tilt=full": {
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,tilt=none": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,tilt=partial": {
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,tilt=unstable": {
|
||||
"model": "minecraft:block/big_dripleaf",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "minecraft:block/big_dripleaf_stem",
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "minecraft:block/big_dripleaf_stem"
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "minecraft:block/big_dripleaf_stem",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "minecraft:block/big_dripleaf_stem",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,23 +2,23 @@
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
@@ -30,13 +30,13 @@
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
@@ -70,49 +70,49 @@
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,123 +1,123 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_left"
|
||||
"model": "minecraft:block/birch_door_bottom"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_left_open",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_right"
|
||||
"model": "minecraft:block/birch_door_bottom_hinge"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_right_open",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_left"
|
||||
"model": "minecraft:block/birch_door_top"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_left_open",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_right"
|
||||
"model": "minecraft:block/birch_door_top_hinge"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_right_open",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_left",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_left_open"
|
||||
"model": "minecraft:block/birch_door_bottom_hinge"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_right",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_right_open",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_left",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_left_open"
|
||||
"model": "minecraft:block/birch_door_top_hinge"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_right",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_right_open",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_left",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_left_open",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_right",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_right_open"
|
||||
"model": "minecraft:block/birch_door_bottom"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_left",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_left_open",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_right",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_right_open"
|
||||
"model": "minecraft:block/birch_door_top"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_left",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_left_open",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_bottom_right",
|
||||
"model": "minecraft:block/birch_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_bottom_right_open",
|
||||
"model": "minecraft:block/birch_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_left",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_left_open",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/birch_door_top_right",
|
||||
"model": "minecraft:block/birch_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/birch_door_top_right_open",
|
||||
"model": "minecraft:block/birch_door_top",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,42 +6,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,80 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "minecraft:block/black_candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "minecraft:block/black_candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "minecraft:block/black_candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "minecraft:block/black_candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "minecraft:block/black_candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "minecraft:block/black_candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "minecraft:block/black_candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "minecraft:block/black_candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/black_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/black_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,71 +6,71 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side_alt"
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside"
|
||||
},
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside_alt"
|
||||
},
|
||||
"when": {
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"south": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,89 +1,89 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "minecraft:block/blue_candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "minecraft:block/blue_candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "minecraft:block/blue_candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "minecraft:block/blue_candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "minecraft:block/blue_candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "minecraft:block/blue_candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "minecraft:block/blue_candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "minecraft:block/blue_candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/blue_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/blue_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,71 +6,71 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side_alt"
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside"
|
||||
},
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside_alt"
|
||||
},
|
||||
"when": {
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"south": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,51 +6,51 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle0"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_0": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle1"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_1": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle2"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_2": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_bottle2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty0"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_0": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty1"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_1": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty2"
|
||||
},
|
||||
"when": {
|
||||
"has_bottle_2": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brewing_stand_empty2"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,89 +1,89 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "minecraft:block/brown_candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "minecraft:block/brown_candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "minecraft:block/brown_candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "minecraft:block/brown_candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "minecraft:block/brown_candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "minecraft:block/brown_candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "minecraft:block/brown_candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "minecraft:block/brown_candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/brown_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/brown_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,119 +1,119 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"uvlock": true,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"down": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside"
|
||||
},
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 90,
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 180,
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 270,
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
"up": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"x": 270,
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"uvlock": false,
|
||||
"x": 90
|
||||
},
|
||||
"when": {
|
||||
"down": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"x": 90,
|
||||
"uvlock": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,71 +6,71 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side_alt"
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside"
|
||||
},
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside_alt"
|
||||
},
|
||||
"when": {
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"south": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/budding_amethyst"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/calcite"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "minecraft:block/candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "minecraft:block/candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "minecraft:block/candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "minecraft:block/candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "minecraft:block/candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "minecraft:block/candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "minecraft:block/candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "minecraft:block/candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"level=0": {
|
||||
"model": "minecraft:block/cauldron"
|
||||
},
|
||||
"level=1": {
|
||||
"model": "minecraft:block/cauldron_level1"
|
||||
},
|
||||
"level=2": {
|
||||
"model": "minecraft:block/cauldron_level2"
|
||||
},
|
||||
"level=3": {
|
||||
"model": "minecraft:block/cauldron_level3"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"berries=false": {
|
||||
"model": "minecraft:block/cave_vines"
|
||||
},
|
||||
"berries=true": {
|
||||
"model": "minecraft:block/cave_vines_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"berries=false": {
|
||||
"model": "minecraft:block/cave_vines_plant"
|
||||
},
|
||||
"berries=true": {
|
||||
"model": "minecraft:block/cave_vines_plant_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "minecraft:block/chain",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"": {
|
||||
"model": "minecraft:block/chain"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "minecraft:block/chain",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/chiseled_deepslate"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,64 +1,67 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"uvlock": true,
|
||||
"x": 270
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"when": {
|
||||
"down": "true"
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"down": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
@@ -73,150 +76,147 @@
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3"
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"north": "false"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"y": 90
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"east": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"y": 270
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"x": 270
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"uvlock": true,
|
||||
"x": 270
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"uvlock": true,
|
||||
"x": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"uvlock": true,
|
||||
"x": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"up": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2,
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"down": "false"
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
],
|
||||
"when": {
|
||||
"down": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cobbled_deepslate"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "minecraft:block/cobbled_deepslate_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "minecraft:block/cobbled_deepslate"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "minecraft:block/cobbled_deepslate_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,209 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,89 +1,89 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,mode=compare,powered=false": {
|
||||
"model": "minecraft:block/comparator",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/comparator"
|
||||
},
|
||||
"facing=east,mode=compare,powered=true": {
|
||||
"model": "minecraft:block/comparator_on",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/comparator_on"
|
||||
},
|
||||
"facing=east,mode=subtract,powered=false": {
|
||||
"model": "minecraft:block/comparator_subtract",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/comparator_subtract"
|
||||
},
|
||||
"facing=east,mode=subtract,powered=true": {
|
||||
"model": "minecraft:block/comparator_on_subtract",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/comparator_on_subtract"
|
||||
},
|
||||
"facing=north,mode=compare,powered=false": {
|
||||
"model": "minecraft:block/comparator",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/comparator"
|
||||
},
|
||||
"facing=north,mode=compare,powered=true": {
|
||||
"model": "minecraft:block/comparator_on",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/comparator_on"
|
||||
},
|
||||
"facing=north,mode=subtract,powered=false": {
|
||||
"model": "minecraft:block/comparator_subtract",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/comparator_subtract"
|
||||
},
|
||||
"facing=north,mode=subtract,powered=true": {
|
||||
"model": "minecraft:block/comparator_on_subtract",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/comparator_on_subtract"
|
||||
},
|
||||
"facing=south,mode=compare,powered=false": {
|
||||
"model": "minecraft:block/comparator"
|
||||
@@ -45,20 +45,20 @@
|
||||
"model": "minecraft:block/comparator_on_subtract"
|
||||
},
|
||||
"facing=west,mode=compare,powered=false": {
|
||||
"model": "minecraft:block/comparator",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/comparator"
|
||||
},
|
||||
"facing=west,mode=compare,powered=true": {
|
||||
"model": "minecraft:block/comparator_on",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/comparator_on"
|
||||
},
|
||||
"facing=west,mode=subtract,powered=false": {
|
||||
"model": "minecraft:block/comparator_subtract",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/comparator_subtract"
|
||||
},
|
||||
"facing=west,mode=subtract,powered=true": {
|
||||
"model": "minecraft:block/comparator_on_subtract",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/comparator_on_subtract"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,67 +6,67 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents1"
|
||||
},
|
||||
"when": {
|
||||
"level": "1"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents2"
|
||||
},
|
||||
"when": {
|
||||
"level": "2"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents3"
|
||||
},
|
||||
"when": {
|
||||
"level": "3"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents4"
|
||||
},
|
||||
"when": {
|
||||
"level": "4"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents5"
|
||||
},
|
||||
"when": {
|
||||
"level": "5"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents6"
|
||||
},
|
||||
"when": {
|
||||
"level": "6"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents7"
|
||||
},
|
||||
"when": {
|
||||
"level": "7"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents_ready"
|
||||
},
|
||||
"when": {
|
||||
"level": "8"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/composter_contents_ready"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/copper_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/copper_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_deepslate_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_deepslate_tiles"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,23 +2,23 @@
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
@@ -30,13 +30,13 @@
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
@@ -70,49 +70,49 @@
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,123 +1,123 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left"
|
||||
"model": "minecraft:block/crimson_door_bottom"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left_open",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right"
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right_open",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_left"
|
||||
"model": "minecraft:block/crimson_door_top"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_left_open",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_right"
|
||||
"model": "minecraft:block/crimson_door_top_hinge"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_right_open",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left_open"
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right_open",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_left",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_left_open"
|
||||
"model": "minecraft:block/crimson_door_top_hinge"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_right",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_right_open",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left_open",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right_open"
|
||||
"model": "minecraft:block/crimson_door_bottom"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_left",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_left_open",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_right",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_right_open"
|
||||
"model": "minecraft:block/crimson_door_top"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_left_open",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right",
|
||||
"model": "minecraft:block/crimson_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_bottom_right_open",
|
||||
"model": "minecraft:block/crimson_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_left",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_left_open",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/crimson_door_top_right",
|
||||
"model": "minecraft:block/crimson_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/crimson_door_top_right_open",
|
||||
"model": "minecraft:block/crimson_door_top",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,42 +6,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,80 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cut_copper"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "minecraft:block/cut_copper_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "minecraft:block/cut_copper"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "minecraft:block/cut_copper_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,209 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"candles=1,lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_one_candle"
|
||||
},
|
||||
"candles=1,lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_one_candle_lit"
|
||||
},
|
||||
"candles=2,lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_two_candles"
|
||||
},
|
||||
"candles=2,lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_two_candles_lit"
|
||||
},
|
||||
"candles=3,lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_three_candles"
|
||||
},
|
||||
"candles=3,lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_three_candles_lit"
|
||||
},
|
||||
"candles=4,lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_four_candles"
|
||||
},
|
||||
"candles=4,lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_four_candles_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,71 +6,71 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side"
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side_alt"
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside"
|
||||
},
|
||||
"when": {
|
||||
"north": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside_alt"
|
||||
},
|
||||
"when": {
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside_alt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"south": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "false"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
@@ -30,13 +30,13 @@
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"x": 180
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
@@ -70,49 +70,49 @@
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,123 +1,123 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left"
|
||||
"model": "minecraft:block/dark_oak_door_bottom"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right"
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left"
|
||||
"model": "minecraft:block/dark_oak_door_top"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right"
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left_open"
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left_open"
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right_open"
|
||||
"model": "minecraft:block/dark_oak_door_bottom"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right_open"
|
||||
"model": "minecraft:block/dark_oak_door_top"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right",
|
||||
"model": "minecraft:block/dark_oak_door_bottom_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_bottom_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_left_open",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right",
|
||||
"model": "minecraft:block/dark_oak_door_top_hinge",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "minecraft:block/dark_oak_door_top_right_open",
|
||||
"model": "minecraft:block/dark_oak_door_top",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,42 +6,42 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,80 +1,80 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=south,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=south,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=south,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"uvlock": true
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
@@ -21,189 +21,189 @@
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,62 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": [
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
}
|
||||
],
|
||||
"axis=y": [
|
||||
{
|
||||
"model": "minecraft:block/deepslate"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored"
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"y": 180
|
||||
}
|
||||
],
|
||||
"axis=z": [
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "minecraft:block/deepslate_brick_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "minecraft:block/deepslate_bricks"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "minecraft:block/deepslate_brick_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,209 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_post"
|
||||
},
|
||||
"when": {
|
||||
"up": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "low"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side_tall",
|
||||
"uvlock": true
|
||||
},
|
||||
"when": {
|
||||
"north": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"when": {
|
||||
"east": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"when": {
|
||||
"south": "tall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"apply": {
|
||||
"model": "minecraft:block/deepslate_brick_wall_side_tall",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"when": {
|
||||
"west": "tall"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_coal_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_copper_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_diamond_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_emerald_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_gold_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/deepslate_iron_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user