You've already forked minecraft-assets
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65c67a1ffd | ||
|
|
d6f5cbfc2e |
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"directories":["assets","data","mappings"],"files":["20w11a.json","version.json"]}
|
||||
{"directories":["assets","data","mappings"],"files":["1.18.json","version.json"]}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"directories":["blockstates","font","icons","lang","models","particles","resourcepacks","shaders","sounds","texts","textures"],"files":["sounds.json"]}
|
||||
{"directories":["blockstates","font","icons","lang","models","particles","resourcepacks","shaders","sounds","texts","textures"],"files":["gpu_warnlist.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",
|
||||
@@ -69,50 +69,50 @@
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 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": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_side"
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -19,9 +19,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -29,9 +29,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -39,9 +39,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,43 +2,43 @@
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
@@ -58,23 +58,23 @@
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_log_horizontal",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "minecraft:block/acacia_log"
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/acacia_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/acacia_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,9 +13,9 @@
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/acacia_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,open=false": {
|
||||
"model": "minecraft:block/acacia_trapdoor_bottom"
|
||||
@@ -27,9 +27,9 @@
|
||||
"model": "minecraft:block/acacia_trapdoor_top"
|
||||
},
|
||||
"facing=north,half=top,open=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/acacia_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=false": {
|
||||
"model": "minecraft:block/acacia_trapdoor_bottom",
|
||||
@@ -44,9 +44,9 @@
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"y": 0,
|
||||
"model": "minecraft:block/acacia_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/acacia_trapdoor_bottom",
|
||||
@@ -61,9 +61,9 @@
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/acacia_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/amethyst_block.json
Normal file
7
assets/minecraft/blockstates/amethyst_block.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/amethyst_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
30
assets/minecraft/blockstates/amethyst_cluster.json
Normal file
30
assets/minecraft/blockstates/amethyst_cluster.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/andesite_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side"
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -22,9 +22,9 @@
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/andesite_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,9 +32,9 @@
|
||||
"south": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/andesite_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -42,9 +42,9 @@
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/andesite_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -52,8 +52,8 @@
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side_tall"
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -61,9 +61,9 @@
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/andesite_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -71,9 +71,9 @@
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/andesite_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -81,9 +81,9 @@
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/andesite_wall_side_tall",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/andesite_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
7
assets/minecraft/blockstates/azalea.json
Normal file
7
assets/minecraft/blockstates/azalea.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/azalea"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/azalea_leaves.json
Normal file
7
assets/minecraft/blockstates/azalea_leaves.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/azalea_leaves"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,13 +10,13 @@
|
||||
},
|
||||
"facing=east,open=false": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=east,open=true": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=north,open=false": {
|
||||
"x": 90,
|
||||
@@ -28,13 +28,13 @@
|
||||
},
|
||||
"facing=south,open=false": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=south,open=true": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
},
|
||||
"facing=up,open=false": {
|
||||
"model": "minecraft:block/barrel"
|
||||
@@ -44,13 +44,13 @@
|
||||
},
|
||||
"facing=west,open=false": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/barrel"
|
||||
},
|
||||
"facing=west,open=true": {
|
||||
"x": 90,
|
||||
"model": "minecraft:block/barrel_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/barrel_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,12 +8,12 @@
|
||||
"model": "minecraft:block/bedrock_mirrored"
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bedrock"
|
||||
"model": "minecraft:block/bedrock",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/bedrock_mirrored"
|
||||
"model": "minecraft:block/bedrock_mirrored",
|
||||
"y": 180
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
64
assets/minecraft/blockstates/big_dripleaf.json
Normal file
64
assets/minecraft/blockstates/big_dripleaf.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,tilt=full": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt"
|
||||
},
|
||||
"facing=east,tilt=none": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=east,tilt=partial": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt"
|
||||
},
|
||||
"facing=east,tilt=unstable": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"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": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt"
|
||||
},
|
||||
"facing=south,tilt=none": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=south,tilt=partial": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt"
|
||||
},
|
||||
"facing=south,tilt=unstable": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=west,tilt=full": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/big_dripleaf_full_tilt"
|
||||
},
|
||||
"facing=west,tilt=none": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
},
|
||||
"facing=west,tilt=partial": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/big_dripleaf_partial_tilt"
|
||||
},
|
||||
"facing=west,tilt=unstable": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/big_dripleaf"
|
||||
}
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/big_dripleaf_stem.json
Normal file
19
assets/minecraft/blockstates/big_dripleaf_stem.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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",
|
||||
@@ -69,50 +69,50 @@
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 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": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_side"
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -19,9 +19,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -29,9 +29,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -39,9 +39,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,43 +2,43 @@
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
@@ -58,23 +58,23 @@
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_log_horizontal",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "minecraft:block/birch_log"
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/birch_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/birch_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,9 +13,9 @@
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/birch_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,open=false": {
|
||||
"model": "minecraft:block/birch_trapdoor_bottom"
|
||||
@@ -27,9 +27,9 @@
|
||||
"model": "minecraft:block/birch_trapdoor_top"
|
||||
},
|
||||
"facing=north,half=top,open=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/birch_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=false": {
|
||||
"model": "minecraft:block/birch_trapdoor_bottom",
|
||||
@@ -44,9 +44,9 @@
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"y": 0,
|
||||
"model": "minecraft:block/birch_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/birch_trapdoor_bottom",
|
||||
@@ -61,9 +61,9 @@
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/birch_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/black_candle.json
Normal file
28
assets/minecraft/blockstates/black_candle.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/black_candle_cake.json
Normal file
10
assets/minecraft/blockstates/black_candle_cake.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/black_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/black_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,16 +5,16 @@
|
||||
"model": "minecraft:block/black_concrete_powder"
|
||||
},
|
||||
{
|
||||
"y": 90,
|
||||
"model": "minecraft:block/black_concrete_powder"
|
||||
"model": "minecraft:block/black_concrete_powder",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/black_concrete_powder"
|
||||
"model": "minecraft:block/black_concrete_powder",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"y": 270,
|
||||
"model": "minecraft:block/black_concrete_powder"
|
||||
"model": "minecraft:block/black_concrete_powder",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/black_stained_glass_pane_side"
|
||||
"model": "minecraft:block/black_stained_glass_pane_side",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -35,8 +35,8 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/black_stained_glass_pane_side_alt"
|
||||
"model": "minecraft:block/black_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -60,8 +60,8 @@
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside_alt"
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,8 +69,8 @@
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside"
|
||||
"model": "minecraft:block/black_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
7
assets/minecraft/blockstates/blackstone.json
Normal file
7
assets/minecraft/blockstates/blackstone.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/blackstone"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
assets/minecraft/blockstates/blackstone_slab.json
Normal file
13
assets/minecraft/blockstates/blackstone_slab.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "minecraft:block/blackstone_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "minecraft:block/blackstone"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "minecraft:block/blackstone_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
209
assets/minecraft/blockstates/blackstone_stairs.json
Normal file
209
assets/minecraft/blockstates/blackstone_stairs.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"x": 180,
|
||||
"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",
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/blackstone_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/blackstone_stairs",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
90
assets/minecraft/blockstates/blackstone_wall.json
Normal file
90
assets/minecraft/blockstates/blackstone_wall.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side",
|
||||
"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": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/blackstone_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
28
assets/minecraft/blockstates/blue_candle.json
Normal file
28
assets/minecraft/blockstates/blue_candle.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/blue_candle_cake.json
Normal file
10
assets/minecraft/blockstates/blue_candle_cake.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/blue_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/blue_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,16 +5,16 @@
|
||||
"model": "minecraft:block/blue_concrete_powder"
|
||||
},
|
||||
{
|
||||
"y": 90,
|
||||
"model": "minecraft:block/blue_concrete_powder"
|
||||
"model": "minecraft:block/blue_concrete_powder",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/blue_concrete_powder"
|
||||
"model": "minecraft:block/blue_concrete_powder",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"y": 270,
|
||||
"model": "minecraft:block/blue_concrete_powder"
|
||||
"model": "minecraft:block/blue_concrete_powder",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side"
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -35,8 +35,8 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side_alt"
|
||||
"model": "minecraft:block/blue_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -60,8 +60,8 @@
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside_alt"
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,8 +69,8 @@
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside"
|
||||
"model": "minecraft:block/blue_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/brick_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side"
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -22,9 +22,9 @@
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brick_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,9 +32,9 @@
|
||||
"south": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/brick_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -42,9 +42,9 @@
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/brick_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -52,8 +52,8 @@
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side_tall"
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -61,9 +61,9 @@
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brick_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -71,9 +71,9 @@
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/brick_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -81,9 +81,9 @@
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brick_wall_side_tall",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/brick_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
28
assets/minecraft/blockstates/brown_candle.json
Normal file
28
assets/minecraft/blockstates/brown_candle.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/brown_candle_cake.json
Normal file
10
assets/minecraft/blockstates/brown_candle_cake.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/brown_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/brown_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,16 +5,16 @@
|
||||
"model": "minecraft:block/brown_concrete_powder"
|
||||
},
|
||||
{
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brown_concrete_powder"
|
||||
"model": "minecraft:block/brown_concrete_powder",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/brown_concrete_powder"
|
||||
"model": "minecraft:block/brown_concrete_powder",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"y": 270,
|
||||
"model": "minecraft:block/brown_concrete_powder"
|
||||
"model": "minecraft:block/brown_concrete_powder",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brown_mushroom_block"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -23,9 +23,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/brown_mushroom_block"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -33,9 +33,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/brown_mushroom_block"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -43,9 +43,9 @@
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -53,9 +53,9 @@
|
||||
"down": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/brown_mushroom_block",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -71,9 +71,9 @@
|
||||
"east": "false"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": false,
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/mushroom_block_inside"
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -81,9 +81,9 @@
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": false,
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/mushroom_block_inside"
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -91,9 +91,9 @@
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": false,
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/mushroom_block_inside"
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -101,9 +101,9 @@
|
||||
"up": "false"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": false,
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": false
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -111,9 +111,9 @@
|
||||
"down": "false"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": false,
|
||||
"model": "minecraft:block/mushroom_block_inside",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side"
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -35,8 +35,8 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side_alt"
|
||||
"model": "minecraft:block/brown_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -60,8 +60,8 @@
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside_alt"
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,8 +69,8 @@
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside"
|
||||
"model": "minecraft:block/brown_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
7
assets/minecraft/blockstates/budding_amethyst.json
Normal file
7
assets/minecraft/blockstates/budding_amethyst.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/budding_amethyst"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/calcite.json
Normal file
7
assets/minecraft/blockstates/calcite.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/calcite"
|
||||
}
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/candle.json
Normal file
28
assets/minecraft/blockstates/candle.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/candle_cake.json
Normal file
10
assets/minecraft/blockstates/candle_cake.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +1,7 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/cave_vines.json
Normal file
10
assets/minecraft/blockstates/cave_vines.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"berries=false": {
|
||||
"model": "minecraft:block/cave_vines"
|
||||
},
|
||||
"berries=true": {
|
||||
"model": "minecraft:block/cave_vines_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/cave_vines_plant.json
Normal file
10
assets/minecraft/blockstates/cave_vines_plant.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"berries=false": {
|
||||
"model": "minecraft:block/cave_vines_plant"
|
||||
},
|
||||
"berries=true": {
|
||||
"model": "minecraft:block/cave_vines_plant_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/chain.json
Normal file
16
assets/minecraft/blockstates/chain.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/chiseled_deepslate.json
Normal file
7
assets/minecraft/blockstates/chiseled_deepslate.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/chiseled_deepslate"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/chiseled_nether_bricks.json
Normal file
7
assets/minecraft/blockstates/chiseled_nether_bricks.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/chiseled_nether_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/chiseled_polished_blackstone"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,9 +13,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/chorus_plant_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -23,9 +23,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/chorus_plant_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -33,9 +33,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/chorus_plant_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -43,9 +43,9 @@
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -53,9 +53,9 @@
|
||||
"down": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_side",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -64,8 +64,8 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"weight": 2,
|
||||
"model": "minecraft:block/chorus_plant_noside"
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/chorus_plant_noside1"
|
||||
@@ -84,25 +84,25 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/chorus_plant_noside1"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/chorus_plant_noside2"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/chorus_plant_noside3"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2,
|
||||
"y": 90,
|
||||
"model": "minecraft:block/chorus_plant_noside"
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -112,25 +112,25 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/chorus_plant_noside2"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/chorus_plant_noside3"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2,
|
||||
"y": 180,
|
||||
"model": "minecraft:block/chorus_plant_noside"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/chorus_plant_noside1"
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -140,25 +140,25 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/chorus_plant_noside3"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"weight": 2,
|
||||
"y": 270,
|
||||
"model": "minecraft:block/chorus_plant_noside"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/chorus_plant_noside1"
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/chorus_plant_noside2"
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -168,25 +168,25 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"x": 270
|
||||
"weight": 2,
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"x": 270
|
||||
"x": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -196,25 +196,25 @@
|
||||
},
|
||||
"apply": [
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside3",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside2",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/chorus_plant_noside1",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"uvlock": true,
|
||||
"weight": 2,
|
||||
"model": "minecraft:block/chorus_plant_noside",
|
||||
"x": 90
|
||||
"weight": 2,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/cobbled_deepslate.json
Normal file
7
assets/minecraft/blockstates/cobbled_deepslate.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cobbled_deepslate"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
assets/minecraft/blockstates/cobbled_deepslate_slab.json
Normal file
13
assets/minecraft/blockstates/cobbled_deepslate_slab.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
209
assets/minecraft/blockstates/cobbled_deepslate_stairs.json
Normal file
209
assets/minecraft/blockstates/cobbled_deepslate_stairs.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cobbled_deepslate_stairs",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
90
assets/minecraft/blockstates/cobbled_deepslate_wall.json
Normal file
90
assets/minecraft/blockstates/cobbled_deepslate_wall.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"when": {
|
||||
"up": "true"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_post"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"model": "minecraft:block/cobbled_deepslate_wall_side_tall",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/cobblestone_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,8 +13,8 @@
|
||||
"north": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side"
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -22,9 +22,9 @@
|
||||
"east": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cobblestone_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -32,9 +32,9 @@
|
||||
"south": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/cobblestone_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -42,9 +42,9 @@
|
||||
"west": "low"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/cobblestone_wall_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -52,8 +52,8 @@
|
||||
"north": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall"
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -61,9 +61,9 @@
|
||||
"east": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -71,9 +71,9 @@
|
||||
"south": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -81,9 +81,9 @@
|
||||
"west": "tall"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/cobblestone_wall_side_tall"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/copper_block.json
Normal file
7
assets/minecraft/blockstates/copper_block.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/copper_block"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/copper_ore.json
Normal file
7
assets/minecraft/blockstates/copper_ore.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/copper_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_deepslate_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_deepslate_tiles"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cracked_nether_bricks.json
Normal file
7
assets/minecraft/blockstates/cracked_nether_bricks.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_nether_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cracked_polished_blackstone_bricks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
@@ -69,50 +69,50 @@
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 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": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_side"
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -19,9 +19,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -29,9 +29,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -39,9 +39,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,43 +2,43 @@
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
@@ -58,23 +58,23 @@
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/crimson_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/crimson_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13,9 +13,9 @@
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/crimson_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,open=false": {
|
||||
"model": "minecraft:block/crimson_trapdoor_bottom"
|
||||
@@ -27,9 +27,9 @@
|
||||
"model": "minecraft:block/crimson_trapdoor_top"
|
||||
},
|
||||
"facing=north,half=top,open=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/crimson_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=false": {
|
||||
"model": "minecraft:block/crimson_trapdoor_bottom",
|
||||
@@ -44,9 +44,9 @@
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"y": 0,
|
||||
"model": "minecraft:block/crimson_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "minecraft:block/crimson_trapdoor_bottom",
|
||||
@@ -61,9 +61,9 @@
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/crimson_trapdoor_open",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cut_copper.json
Normal file
7
assets/minecraft/blockstates/cut_copper.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "minecraft:block/cut_copper"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
assets/minecraft/blockstates/cut_copper_slab.json
Normal file
13
assets/minecraft/blockstates/cut_copper_slab.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
209
assets/minecraft/blockstates/cut_copper_stairs.json
Normal file
209
assets/minecraft/blockstates/cut_copper_stairs.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/cut_copper_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/cut_copper_stairs",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/cyan_candle.json
Normal file
28
assets/minecraft/blockstates/cyan_candle.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/cyan_candle_cake.json
Normal file
10
assets/minecraft/blockstates/cyan_candle_cake.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"lit=false": {
|
||||
"model": "minecraft:block/cyan_candle_cake"
|
||||
},
|
||||
"lit=true": {
|
||||
"model": "minecraft:block/cyan_candle_cake_lit"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,16 +5,16 @@
|
||||
"model": "minecraft:block/cyan_concrete_powder"
|
||||
},
|
||||
{
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cyan_concrete_powder"
|
||||
"model": "minecraft:block/cyan_concrete_powder",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"y": 180,
|
||||
"model": "minecraft:block/cyan_concrete_powder"
|
||||
"model": "minecraft:block/cyan_concrete_powder",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"y": 270,
|
||||
"model": "minecraft:block/cyan_concrete_powder"
|
||||
"model": "minecraft:block/cyan_concrete_powder",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side"
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -35,8 +35,8 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side_alt"
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_side_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -60,8 +60,8 @@
|
||||
"south": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside_alt"
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside_alt",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -69,8 +69,8 @@
|
||||
"west": "false"
|
||||
},
|
||||
"apply": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside"
|
||||
"model": "minecraft:block/cyan_stained_glass_pane_noside",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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",
|
||||
@@ -69,50 +69,50 @@
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 90,
|
||||
"x": 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": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 180,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
"y": 270,
|
||||
"x": 90,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"north": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_side"
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -19,9 +19,9 @@
|
||||
"east": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -29,9 +29,9 @@
|
||||
"south": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -39,9 +39,9 @@
|
||||
"west": "true"
|
||||
},
|
||||
"apply": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_side",
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_side"
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,43 +2,43 @@
|
||||
"variants": {
|
||||
"facing=east,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=east,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=east,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=east,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"y": 270
|
||||
"y": 270,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
},
|
||||
"facing=north,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=north,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=north,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=north,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"y": 180
|
||||
"y": 180,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
},
|
||||
"facing=south,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
@@ -58,23 +58,23 @@
|
||||
},
|
||||
"facing=west,in_wall=false,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate"
|
||||
},
|
||||
"facing=west,in_wall=false,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_open"
|
||||
},
|
||||
"facing=west,in_wall=true,open=false": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall"
|
||||
},
|
||||
"facing=west,in_wall=true,open=true": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open",
|
||||
"y": 90
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_fence_gate_wall_open"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"y": 90,
|
||||
"model": "minecraft:block/dark_oak_log_horizontal",
|
||||
"x": 90
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "minecraft:block/dark_oak_log"
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/dark_oak_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_oak_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
@@ -20,190 +20,190 @@
|
||||
"model": "minecraft:block/dark_prismarine_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs"
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_inner",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"y": 270,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs_outer",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"y": 180,
|
||||
"uvlock": true,
|
||||
"model": "minecraft:block/dark_prismarine_stairs",
|
||||
"x": 180
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
62
assets/minecraft/blockstates/deepslate.json
Normal file
62
assets/minecraft/blockstates/deepslate.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=x": [
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate",
|
||||
"y": 90,
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"y": 90,
|
||||
"x": 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",
|
||||
"y": 180,
|
||||
"x": 90
|
||||
},
|
||||
{
|
||||
"model": "minecraft:block/deepslate_mirrored",
|
||||
"y": 180,
|
||||
"x": 90
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
13
assets/minecraft/blockstates/deepslate_brick_slab.json
Normal file
13
assets/minecraft/blockstates/deepslate_brick_slab.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
209
assets/minecraft/blockstates/deepslate_brick_stairs.json
Normal file
209
assets/minecraft/blockstates/deepslate_brick_stairs.json
Normal file
@@ -0,0 +1,209 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"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",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"x": 180,
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"y": 90,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_inner",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs_outer",
|
||||
"x": 180,
|
||||
"y": 270,
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "minecraft:block/deepslate_brick_stairs",
|
||||
"x": 180,
|
||||
"y": 180,
|
||||
"uvlock": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user