Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/acacia_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/acacia_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/acacia_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/acacia_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/acacia_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/acacia_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/acacia_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/acacia_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/acacia_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/acacia_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/acacia_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/acacia_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/acacia_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/acacia_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/acacia_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/acacia_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/acacia_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/acacia_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/acacia_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/acacia_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/acacia_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/acacia_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/bamboo_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/bamboo_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/bamboo_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/bamboo_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/bamboo_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/birch_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/birch_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/birch_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/birch_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/birch_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/birch_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/birch_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/birch_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/birch_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/birch_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/birch_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/birch_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/birch_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/birch_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/birch_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/birch_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/birch_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/birch_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/birch_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/birch_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/birch_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/birch_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/birch_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/birch_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/birch_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/birch_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/birch_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/birch_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/birch_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/birch_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,12 @@
{
"variants": {
"": [
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom", "weight": 1 },
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom_02", "weight": 1 },
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom_03", "weight": 1 },
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom_04", "weight": 3 },
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom_05", "weight": 3 },
{ "model": "minecraft:block/variants/brown_mushroom/brown_mushroom_06", "weight": 3 }
]
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"": [
{"model": "minecraft:block/cactus", "weight": 12 },
{"model": "minecraft:block/variants/cactus/cactus_flower_01", "weight":3 },
{"model": "minecraft:block/variants/cactus/cactus_flower_02", "weight":3 },
{"model": "minecraft:block/variants/cactus/cactus_flower_03", "weight":2 }
]
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/cherry_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/cherry_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/cherry_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/cherry_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/cherry_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/cherry_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/cherry_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/cherry_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/cherry_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/cherry_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/cherry_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/cherry_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/cherry_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/cherry_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/cherry_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/cherry_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/cherry_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/cherry_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/cherry_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/cherry_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/cherry_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/cherry_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/crimson_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/crimson_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/crimson_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/crimson_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/crimson_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/crimson_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/crimson_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/crimson_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/crimson_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/crimson_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/crimson_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/crimson_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/crimson_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/crimson_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/crimson_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/crimson_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/crimson_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/crimson_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/crimson_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/crimson_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/crimson_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/crimson_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/cut_red_sandstone_slab"
},
"type=double": {
"model": "minecraft:block/cut_red_sandstone_slab_double"
},
"type=top": {
"model": "minecraft:block/cut_red_sandstone_slab_top"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/cut_sandstone_slab"
},
"type=double": {
"model": "minecraft:block/cut_sandstone_slab_double"
},
"type=top": {
"model": "minecraft:block/cut_sandstone_slab_top"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/dark_oak_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/dark_oak_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/dark_oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/dark_oak_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/dark_oak_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/dark_oak_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/dark_oak_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/dark_oak_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/dark_oak_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/dark_oak_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/dark_oak_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "minecraft:block/grass", "weight": 8 },
{ "model": "minecraft:block/variants/tallgrass/short_grass_short", "weight": 4 }
]
}
}

View File

@@ -0,0 +1,23 @@
{
"variants": {
"snowy=false": [
{"model": "minecraft:block/grass_block", "weight":32},
{"model": "minecraft:block/grass_block", "weight":32, "y": 90},
{"model": "minecraft:block/grass_block", "weight":32, "y": 180},
{"model": "minecraft:block/grass_block", "weight":32, "y": 270},
{"model": "minecraft:block/variants/grass/grass_block_clover", "weight":2},
{"model": "minecraft:block/variants/grass/grass_block_clover", "weight":2, "y": 90},
{"model": "minecraft:block/variants/grass/grass_block_clover", "weight":2, "y": 180},
{"model": "minecraft:block/variants/grass/grass_block_clover", "weight":2, "y": 270},
{"model": "minecraft:block/variants/grass/grass_block_smallclover", "weight":2},
{"model": "minecraft:block/variants/grass/grass_block_smallclover", "weight":2, "y": 90},
{"model": "minecraft:block/variants/grass/grass_block_smallclover", "weight":2, "y": 180},
{"model": "minecraft:block/variants/grass/grass_block_smallclover", "weight":2, "y": 270}
],
"snowy=true": {
"model": "minecraft:block/grass_block_snow"
}
}
}

View File

@@ -0,0 +1,52 @@
{
"variants": {
"power=0": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate"
},
"power=1": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=10": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=11": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=12": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=13": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=14": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=15": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=2": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=3": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=4": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=5": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=6": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=7": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=8": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
},
"power=9": {
"model": "minecraft:block/plates/heavy_weighted_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/jungle_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/jungle_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/jungle_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/jungle_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/jungle_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/jungle_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/jungle_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/jungle_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/jungle_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/jungle_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/jungle_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/jungle_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/jungle_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/jungle_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/jungle_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/jungle_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/jungle_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/jungle_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/jungle_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/jungle_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/jungle_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/jungle_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,52 @@
{
"variants": {
"power=0": {
"model": "minecraft:block/plates/light_weighted_pressure_plate"
},
"power=1": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=10": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=11": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=12": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=13": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=14": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=15": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=2": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=3": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=4": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=5": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=6": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=7": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=8": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
},
"power=9": {
"model": "minecraft:block/plates/light_weighted_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,22 @@
{
"variants": {
"": [
{ "model": "minecraft:block/lily_pad", "weight": 10},
{ "model": "minecraft:block/lily_pad", "y": 90, "weight": 10 },
{ "model": "minecraft:block/lily_pad", "y": 180, "weight": 10 },
{ "model": "minecraft:block/lily_pad", "y": 270, "weight": 10 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_alt", "weight": 10},
{ "model": "minecraft:block/variants/lily_pad/lily_pad_alt", "y": 90, "weight": 10 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_alt", "y": 180, "weight": 10 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_alt", "y": 270, "weight": 10 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_03", "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_03", "y": 90, "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_03", "y": 180, "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_03", "y": 270, "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_04", "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_04", "y": 90, "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_04", "y": 180, "weight": 2 },
{ "model": "minecraft:block/variants/lily_pad/lily_pad_flower_04", "y": 270, "weight": 2 }
]
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/mangrove_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/mangrove_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/mangrove_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/mangrove_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/mangrove_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/mangrove_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/mangrove_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/mangrove_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/mangrove_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/mangrove_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/mangrove_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/mossy_stone_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,23 @@
{
"variants": {
"snowy=false": [
{"model": "minecraft:block/variants/mycelium/mycelium", "weight":84},
{"model": "minecraft:block/variants/mycelium/mycelium", "weight":84, "y": 90},
{"model": "minecraft:block/variants/mycelium/mycelium", "weight":84, "y": 180},
{"model": "minecraft:block/variants/mycelium/mycelium", "weight":84, "y": 270},
{"model": "minecraft:block/variants/mycelium/mycelium_clover", "weight":4},
{"model": "minecraft:block/variants/mycelium/mycelium_clover", "weight":4, "y": 90},
{"model": "minecraft:block/variants/mycelium/mycelium_clover", "weight":4, "y": 180},
{"model": "minecraft:block/variants/mycelium/mycelium_clover", "weight":4, "y": 270},
{"model": "minecraft:block/variants/mycelium/mycelium_clover_small", "weight":6},
{"model": "minecraft:block/variants/mycelium/mycelium_clover_small", "weight":6, "y":90},
{"model": "minecraft:block/variants/mycelium/mycelium_clover_small", "weight":6, "y":180},
{"model": "minecraft:block/variants/mycelium/mycelium_clover_small", "weight":6, "y":270}
],
"snowy=true": {
"model": "minecraft:block/grass_block_snow"
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/nether_brick_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/nether_brick_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/nether_brick_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/nether_brick_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/nether_brick_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/nether_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/oak_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/oak_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/oak_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/oak_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/oak_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/oak_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/oak_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/oak_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/oak_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/oak_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/oak_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/oak_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/oak_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/oak_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/oak_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/oak_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/oak_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/oak_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/oak_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/oak_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/oak_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/oak_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/oak_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/oak_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/oak_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/oak_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/oak_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/oak_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/oak_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/oak_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,23 @@
{
"variants": {
"snowy=false": [
{"model": "minecraft:block/variants/podzol/podzol", "weight":84},
{"model": "minecraft:block/variants/podzol/podzol", "weight":84, "y": 90},
{"model": "minecraft:block/variants/podzol/podzol", "weight":84, "y": 180},
{"model": "minecraft:block/variants/podzol/podzol", "weight":84, "y": 270},
{"model": "minecraft:block/variants/podzol/podzol_clover", "weight":4},
{"model": "minecraft:block/variants/podzol/podzol_clover", "weight":4, "y": 90},
{"model": "minecraft:block/variants/podzol/podzol_clover", "weight":4, "y": 180},
{"model": "minecraft:block/variants/podzol/podzol_clover", "weight":4, "y": 270},
{"model": "minecraft:block/variants/podzol/podzol_clover_small", "weight":6},
{"model": "minecraft:block/variants/podzol/podzol_clover_small", "weight":6, "y":90},
{"model": "minecraft:block/variants/podzol/podzol_clover_small", "weight":6, "y":180},
{"model": "minecraft:block/variants/podzol/podzol_clover_small", "weight":6, "y":270}
],
"snowy=true": {
"model": "minecraft:block/grass_block_snow"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/polished_andesite_slab"
},
"type=double": {
"model": "minecraft:block/polished_andesite_slab_double"
},
"type=top": {
"model": "minecraft:block/polished_andesite_slab_top"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/polished_blackstone_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/polished_blackstone_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/polished_blackstone_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/polished_blackstone_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/polished_diorite_slab"
},
"type=double": {
"model": "minecraft:block/polished_diorite_slab_double"
},
"type=top": {
"model": "minecraft:block/polished_diorite_slab_top"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/polished_granite_slab"
},
"type=double": {
"model": "minecraft:block/polished_granite_slab_double"
},
"type=top": {
"model": "minecraft:block/polished_granite_slab_top"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"": [
{"model": "minecraft:block/potted_cactus", "weight": 8 },
{"model": "minecraft:block/variants/potted_cactus/potted_cactus_flower_01", "weight":3 },
{"model": "minecraft:block/variants/potted_cactus/potted_cactus_flower_02", "weight":3 },
{"model": "minecraft:block/variants/potted_cactus/potted_cactus_flower_03", "weight":2 }
]
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/quartz_slab"
},
"type=double": {
"model": "minecraft:block/quartz_slab_double"
},
"type=top": {
"model": "minecraft:block/quartz_slab_top"
}
}
}

View File

@@ -0,0 +1,9 @@
{
"variants": {
"": [
{ "model": "minecraft:block/red_mushroom"},
{ "model": "minecraft:block/variants/red_mushroom/red_mushroom_02"},
{ "model": "minecraft:block/variants/red_mushroom/red_mushroom_03"}
]
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_nether_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "minecraft:block/red_sandstone_slab"
},
"type=double": {
"model": "minecraft:block/red_sandstone_slab_double"
},
"type=top": {
"model": "minecraft:block/red_sandstone_slab_top"
}
}
}

View File

@@ -0,0 +1,189 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs_invert",
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs_invert",
"uvlock": true,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs_invert",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_inner_invert",
"uvlock": true,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/red_sandstone_stairs_outer_invert",
"uvlock": true,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "minecraft:block/stairs/red_sandstone_stairs_invert",
"uvlock": true,
"y": 180
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/red_sandstone_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,189 @@
{
"variants": {
"facing=east,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner"
},
"facing=east,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=east,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer"
},
"facing=east,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs"
},
"facing=east,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 90
},
"facing=east,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 90
},
"facing=east,half=top,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs_invert",
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=north,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 270
},
"facing=north,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 270
},
"facing=north,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs_invert",
"uvlock": true,
"y": 270
},
"facing=south,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner"
},
"facing=south,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer"
},
"facing=south,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=south,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 180
},
"facing=south,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 90
},
"facing=south,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 180
},
"facing=south,half=top,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs_invert",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 90
},
"facing=west,half=bottom,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer",
"uvlock": true,
"y": 180
},
"facing=west,half=bottom,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_left": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=inner_right": {
"model": "minecraft:block/stairs/sandstone_stairs_inner_invert",
"uvlock": true,
"y": 270
},
"facing=west,half=top,shape=outer_left": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 180
},
"facing=west,half=top,shape=outer_right": {
"model": "minecraft:block/stairs/sandstone_stairs_outer_invert",
"uvlock": true,
"y": 270
},
"facing=west,half=top,shape=straight": {
"model": "minecraft:block/stairs/sandstone_stairs_invert",
"uvlock": true,
"y": 180
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/sandstone_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"": [
{ "model": "minecraft:block/short_grass", "weight": 8 },
{ "model": "minecraft:block/variants/tallgrass/short_grass_short", "weight": 4 }
]
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/spruce_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/spruce_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/spruce_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/spruce_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/spruce_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/spruce_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/spruce_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/spruce_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/spruce_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/spruce_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/spruce_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/spruce_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/spruce_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/spruce_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/spruce_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/spruce_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/spruce_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/spruce_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/spruce_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/spruce_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/spruce_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/spruce_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,90 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_post"
},
"when": {
"up": "true"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side",
"uvlock": true
},
"when": {
"north": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side",
"uvlock": true,
"y": 90
},
"when": {
"east": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side",
"uvlock": true,
"y": 180
},
"when": {
"south": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side",
"uvlock": true,
"y": 270
},
"when": {
"west": "low"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side_tall",
"uvlock": true
},
"when": {
"north": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side_tall",
"uvlock": true,
"y": 90
},
"when": {
"east": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side_tall",
"uvlock": true,
"y": 180
},
"when": {
"south": "tall"
}
},
{
"apply": {
"model": "minecraft:block/walls/stone_brick_wall_side_tall",
"uvlock": true,
"y": 270
},
"when": {
"west": "tall"
}
}
]
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/stone_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/stone_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/stone_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/stone_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/stone_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/stone_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/stone_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/stone_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/stone_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/stone_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/stone_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/stone_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/stone_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/stone_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/stone_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/stone_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=ceiling,facing=east,powered=false": {
"model": "minecraft:block/button/warped_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=east,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=north,powered=false": {
"model": "minecraft:block/button/warped_button",
"x": 180,
"y": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"x": 180,
"y": 180
},
"face=ceiling,facing=south,powered=false": {
"model": "minecraft:block/button/warped_button",
"x": 180
},
"face=ceiling,facing=south,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"x": 180
},
"face=ceiling,facing=west,powered=false": {
"model": "minecraft:block/button/warped_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=west,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"x": 180,
"y": 90
},
"face=floor,facing=east,powered=false": {
"model": "minecraft:block/button/warped_button",
"y": 90
},
"face=floor,facing=east,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"y": 90
},
"face=floor,facing=north,powered=false": {
"model": "minecraft:block/button/warped_button"
},
"face=floor,facing=north,powered=true": {
"model": "minecraft:block/button/warped_button_pressed"
},
"face=floor,facing=south,powered=false": {
"model": "minecraft:block/button/warped_button",
"y": 180
},
"face=floor,facing=south,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"y": 180
},
"face=floor,facing=west,powered=false": {
"model": "minecraft:block/button/warped_button",
"y": 270
},
"face=floor,facing=west,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"y": 270
},
"face=wall,facing=east,powered=false": {
"model": "minecraft:block/button/warped_button",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=east,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"uvlock": false,
"x": 90,
"y": 90
},
"face=wall,facing=north,powered=false": {
"model": "minecraft:block/button/warped_button",
"uvlock": false,
"x": 90
},
"face=wall,facing=north,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"uvlock": false,
"x": 90
},
"face=wall,facing=south,powered=false": {
"model": "minecraft:block/button/warped_button",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=south,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"uvlock": false,
"x": 90,
"y": 180
},
"face=wall,facing=west,powered=false": {
"model": "minecraft:block/button/warped_button",
"uvlock": false,
"x": 90,
"y": 270
},
"face=wall,facing=west,powered=true": {
"model": "minecraft:block/button/warped_button_pressed",
"uvlock": false,
"x": 90,
"y": 270
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "minecraft:block/fences/warped_fence_post"
}
},
{
"apply": {
"model": "minecraft:block/fences/warped_fence_side",
"uvlock": false
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/warped_fence_side",
"uvlock": false,
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/warped_fence_side",
"uvlock": false,
"y": 180
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "minecraft:block/fences/warped_fence_side",
"uvlock": false,
"y": 270
},
"when": {
"west": "true"
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=east,in_wall=false,open=false": {
"model": "minecraft:block/fences/warped_fence_gate",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=false,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_open",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=false": {
"model": "minecraft:block/fences/warped_fence_gate_wall",
"uvlock": false,
"y": 270
},
"facing=east,in_wall=true,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_wall_open",
"uvlock": false,
"y": 270
},
"facing=north,in_wall=false,open=false": {
"model": "minecraft:block/fences/warped_fence_gate",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=false,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_open",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=false": {
"model": "minecraft:block/fences/warped_fence_gate_wall",
"uvlock": false,
"y": 180
},
"facing=north,in_wall=true,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_wall_open",
"uvlock": false,
"y": 180
},
"facing=south,in_wall=false,open=false": {
"model": "minecraft:block/fences/warped_fence_gate",
"uvlock": false
},
"facing=south,in_wall=false,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_open",
"uvlock": false
},
"facing=south,in_wall=true,open=false": {
"model": "minecraft:block/fences/warped_fence_gate_wall",
"uvlock": false
},
"facing=south,in_wall=true,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_wall_open",
"uvlock": false
},
"facing=west,in_wall=false,open=false": {
"model": "minecraft:block/fences/warped_fence_gate",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=false,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_open",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=false": {
"model": "minecraft:block/fences/warped_fence_gate_wall",
"uvlock": false,
"y": 90
},
"facing=west,in_wall=true,open=true": {
"model": "minecraft:block/fences/warped_fence_gate_wall_open",
"uvlock": false,
"y": 90
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "minecraft:block/plates/warped_pressure_plate"
},
"powered=true": {
"model": "minecraft:block/plates/warped_pressure_plate_down"
}
}
}