You've already forked minecraft-assets
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e4ec20a57 | ||
|
|
27ccae322b | ||
|
|
ed92fe8fb5 | ||
|
|
3941443515 | ||
|
|
8742080b63 | ||
|
|
5f3ebec498 | ||
|
|
89df2d9aba | ||
|
|
fa4d39710d | ||
|
|
8c1f90d4af | ||
|
|
5295e5c2ba | ||
|
|
f5ba9d4c24 | ||
|
|
8c84c333a9 | ||
|
|
9b338a0c8d | ||
|
|
1bf0091912 | ||
|
|
b3778e97b4 | ||
|
|
0a09709175 | ||
|
|
044148e94e | ||
|
|
5f0fec3de7 | ||
|
|
a57133010d | ||
|
|
2899084dcb |
5
assets/minecraft/blockstates/acacia_sign.json
Normal file
5
assets/minecraft/blockstates/acacia_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/acacia_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/acacia_wall_sign.json
Normal file
5
assets/minecraft/blockstates/acacia_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/acacia_sign" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/andesite_slab.json
Normal file
7
assets/minecraft/blockstates/andesite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/andesite_slab" },
|
||||
"type=top": { "model": "block/andesite_slab_top" },
|
||||
"type=double": { "model": "block/andesite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/andesite_stairs.json
Normal file
44
assets/minecraft/blockstates/andesite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/andesite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/andesite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/andesite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/andesite_wall.json
Normal file
19
assets/minecraft/blockstates/andesite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/andesite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
26
assets/minecraft/blockstates/bamboo.json
Normal file
26
assets/minecraft/blockstates/bamboo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "age": "0" },
|
||||
"apply": [
|
||||
{ "model": "block/bamboo1_age0" },
|
||||
{ "model": "block/bamboo2_age0" },
|
||||
{ "model": "block/bamboo3_age0" },
|
||||
{ "model": "block/bamboo4_age0" }
|
||||
]
|
||||
},
|
||||
{ "when": { "age": "1" },
|
||||
"apply": [
|
||||
{ "model": "block/bamboo1_age1" },
|
||||
{ "model": "block/bamboo2_age1" },
|
||||
{ "model": "block/bamboo3_age1" },
|
||||
{ "model": "block/bamboo4_age1" }
|
||||
]
|
||||
},
|
||||
{ "when": { "leaves": "small" },
|
||||
"apply": { "model": "block/bamboo_small_leaves" }
|
||||
},
|
||||
{ "when": { "leaves": "large" },
|
||||
"apply": { "model": "block/bamboo_large_leaves" }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/bamboo_sapling.json
Normal file
5
assets/minecraft/blockstates/bamboo_sapling.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/bamboo_sapling" }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/barrel.json
Normal file
16
assets/minecraft/blockstates/barrel.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down,open=false": { "model": "block/barrel", "x": 180 },
|
||||
"facing=up,open=false": { "model": "block/barrel" },
|
||||
"facing=north,open=false": { "model": "block/barrel", "x": 90 },
|
||||
"facing=south,open=false": { "model": "block/barrel", "x": 90, "y": 180 },
|
||||
"facing=west,open=false": { "model": "block/barrel", "x": 90, "y": 270 },
|
||||
"facing=east,open=false": { "model": "block/barrel", "x": 90, "y": 90 },
|
||||
"facing=down,open=true": { "model": "block/barrel_open", "x": 180 },
|
||||
"facing=up,open=true": { "model": "block/barrel_open" },
|
||||
"facing=north,open=true": { "model": "block/barrel_open", "x": 90 },
|
||||
"facing=south,open=true": { "model": "block/barrel_open", "x": 90, "y": 180 },
|
||||
"facing=west,open=true": { "model": "block/barrel_open", "x": 90, "y": 270 },
|
||||
"facing=east,open=true": { "model": "block/barrel_open", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/bee_nest.json
Normal file
28
assets/minecraft/blockstates/bee_nest.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,honey_level=0": { "model": "block/bee_nest" },
|
||||
"facing=south,honey_level=0": { "model": "block/bee_nest", "y": 180 },
|
||||
"facing=west,honey_level=0": { "model": "block/bee_nest", "y": 270 },
|
||||
"facing=east,honey_level=0": { "model": "block/bee_nest", "y": 90 },
|
||||
"facing=north,honey_level=1": { "model": "block/bee_nest" },
|
||||
"facing=south,honey_level=1": { "model": "block/bee_nest", "y": 180 },
|
||||
"facing=west,honey_level=1": { "model": "block/bee_nest", "y": 270 },
|
||||
"facing=east,honey_level=1": { "model": "block/bee_nest", "y": 90 },
|
||||
"facing=north,honey_level=2": { "model": "block/bee_nest" },
|
||||
"facing=south,honey_level=2": { "model": "block/bee_nest", "y": 180 },
|
||||
"facing=west,honey_level=2": { "model": "block/bee_nest", "y": 270 },
|
||||
"facing=east,honey_level=2": { "model": "block/bee_nest", "y": 90 },
|
||||
"facing=north,honey_level=3": { "model": "block/bee_nest" },
|
||||
"facing=south,honey_level=3": { "model": "block/bee_nest", "y": 180 },
|
||||
"facing=west,honey_level=3": { "model": "block/bee_nest", "y": 270 },
|
||||
"facing=east,honey_level=3": { "model": "block/bee_nest", "y": 90 },
|
||||
"facing=north,honey_level=4": { "model": "block/bee_nest" },
|
||||
"facing=south,honey_level=4": { "model": "block/bee_nest", "y": 180 },
|
||||
"facing=west,honey_level=4": { "model": "block/bee_nest", "y": 270 },
|
||||
"facing=east,honey_level=4": { "model": "block/bee_nest", "y": 90 },
|
||||
"facing=north,honey_level=5": { "model": "block/bee_nest_honey" },
|
||||
"facing=south,honey_level=5": { "model": "block/bee_nest_honey", "y": 180 },
|
||||
"facing=west,honey_level=5": { "model": "block/bee_nest_honey", "y": 270 },
|
||||
"facing=east,honey_level=5": { "model": "block/bee_nest_honey", "y": 90 }
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/beehive.json
Normal file
28
assets/minecraft/blockstates/beehive.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,honey_level=0": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=0": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=0": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=0": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=1": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=1": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=1": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=1": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=2": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=2": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=2": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=2": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=3": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=3": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=3": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=3": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=4": { "model": "block/beehive" },
|
||||
"facing=south,honey_level=4": { "model": "block/beehive", "y": 180 },
|
||||
"facing=west,honey_level=4": { "model": "block/beehive", "y": 270 },
|
||||
"facing=east,honey_level=4": { "model": "block/beehive", "y": 90 },
|
||||
"facing=north,honey_level=5": { "model": "block/beehive_honey" },
|
||||
"facing=south,honey_level=5": { "model": "block/beehive_honey", "y": 180 },
|
||||
"facing=west,honey_level=5": { "model": "block/beehive_honey", "y": 270 },
|
||||
"facing=east,honey_level=5": { "model": "block/beehive_honey", "y": 90 }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/bell.json
Normal file
20
assets/minecraft/blockstates/bell.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,attachment=floor": { "model": "block/bell_floor" },
|
||||
"facing=south,attachment=floor": { "model": "block/bell_floor", "y": 180 },
|
||||
"facing=east,attachment=floor": { "model": "block/bell_floor", "y": 90 },
|
||||
"facing=west,attachment=floor": { "model": "block/bell_floor", "y": 270 },
|
||||
"facing=north,attachment=ceiling": { "model": "block/bell_ceiling" },
|
||||
"facing=south,attachment=ceiling": { "model": "block/bell_ceiling", "y": 180 },
|
||||
"facing=east,attachment=ceiling": { "model": "block/bell_ceiling", "y": 90 },
|
||||
"facing=west,attachment=ceiling": { "model": "block/bell_ceiling", "y": 270 },
|
||||
"facing=east,attachment=single_wall": { "model": "block/bell_wall" },
|
||||
"facing=west,attachment=single_wall": { "model": "block/bell_wall", "y": 180 },
|
||||
"facing=south,attachment=single_wall": { "model": "block/bell_wall", "y": 90 },
|
||||
"facing=north,attachment=single_wall": { "model": "block/bell_wall", "y": 270 },
|
||||
"facing=east,attachment=double_wall": { "model": "block/bell_between_walls" },
|
||||
"facing=west,attachment=double_wall": { "model": "block/bell_between_walls", "y": 180 },
|
||||
"facing=north,attachment=double_wall": { "model": "block/bell_between_walls", "y": 90 },
|
||||
"facing=south,attachment=double_wall": { "model": "block/bell_between_walls", "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_sign.json
Normal file
5
assets/minecraft/blockstates/birch_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/birch_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_wall_sign.json
Normal file
5
assets/minecraft/blockstates/birch_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/birch_sign" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/blast_furnace.json
Normal file
12
assets/minecraft/blockstates/blast_furnace.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "block/blast_furnace" },
|
||||
"facing=south,lit=false": { "model": "block/blast_furnace", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "block/blast_furnace", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "block/blast_furnace", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "block/blast_furnace_on" },
|
||||
"facing=south,lit=true": { "model": "block/blast_furnace_on", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "block/blast_furnace_on", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "block/blast_furnace_on", "y": 90 }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/brick_wall.json
Normal file
19
assets/minecraft/blockstates/brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
12
assets/minecraft/blockstates/campfire.json
Normal file
12
assets/minecraft/blockstates/campfire.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=true": { "model": "block/campfire", "y": 180 },
|
||||
"facing=south,lit=true": { "model": "block/campfire" },
|
||||
"facing=east,lit=true": { "model": "block/campfire", "y": 270 },
|
||||
"facing=west,lit=true": { "model": "block/campfire", "y": 90 },
|
||||
"facing=north,lit=false": { "model": "block/campfire_off", "y": 180 },
|
||||
"facing=south,lit=false": { "model": "block/campfire_off" },
|
||||
"facing=east,lit=false": { "model": "block/campfire_off", "y": 270 },
|
||||
"facing=west,lit=false": { "model": "block/campfire_off", "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cartography_table.json
Normal file
5
assets/minecraft/blockstates/cartography_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/cartography_table" }
|
||||
}
|
||||
}
|
||||
29
assets/minecraft/blockstates/composter.json
Normal file
29
assets/minecraft/blockstates/composter.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/composter" }},
|
||||
{ "when": { "level": "1" },
|
||||
"apply": { "model": "block/composter_contents1" }
|
||||
},
|
||||
{ "when": { "level": "2" },
|
||||
"apply": { "model": "block/composter_contents2" }
|
||||
},
|
||||
{ "when": { "level": "3" },
|
||||
"apply": { "model": "block/composter_contents3" }
|
||||
},
|
||||
{ "when": { "level": "4" },
|
||||
"apply": { "model": "block/composter_contents4" }
|
||||
},
|
||||
{ "when": { "level": "5" },
|
||||
"apply": { "model": "block/composter_contents5" }
|
||||
},
|
||||
{ "when": { "level": "6" },
|
||||
"apply": { "model": "block/composter_contents6" }
|
||||
},
|
||||
{ "when": { "level": "7" },
|
||||
"apply": { "model": "block/composter_contents7" }
|
||||
},
|
||||
{ "when": { "level": "8" },
|
||||
"apply": { "model": "block/composter_contents_ready" }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/cornflower.json
Normal file
5
assets/minecraft/blockstates/cornflower.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/cornflower" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cut_red_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/cut_red_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/cut_red_sandstone_slab" },
|
||||
"type=top": { "model": "block/cut_red_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/cut_red_sandstone" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/cut_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/cut_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/cut_sandstone_slab" },
|
||||
"type=top": { "model": "block/cut_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/cut_sandstone" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_sign.json
Normal file
5
assets/minecraft/blockstates/dark_oak_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dark_oak_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_wall_sign.json
Normal file
5
assets/minecraft/blockstates/dark_oak_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/dark_oak_sign" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/diorite_slab.json
Normal file
7
assets/minecraft/blockstates/diorite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/diorite_slab" },
|
||||
"type=top": { "model": "block/diorite_slab_top" },
|
||||
"type=double": { "model": "block/diorite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/diorite_stairs.json
Normal file
44
assets/minecraft/blockstates/diorite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/diorite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/diorite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/diorite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/diorite_wall.json
Normal file
19
assets/minecraft/blockstates/diorite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/diorite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
7
assets/minecraft/blockstates/end_stone_brick_slab.json
Normal file
7
assets/minecraft/blockstates/end_stone_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/end_stone_brick_slab" },
|
||||
"type=top": { "model": "block/end_stone_brick_slab_top" },
|
||||
"type=double": { "model": "block/end_stone_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/end_stone_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/end_stone_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/end_stone_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/end_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/end_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/end_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/end_stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/end_stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/fletching_table.json
Normal file
5
assets/minecraft/blockstates/fletching_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/fletching_table" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/granite_slab.json
Normal file
7
assets/minecraft/blockstates/granite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/granite_slab" },
|
||||
"type=top": { "model": "block/granite_slab_top" },
|
||||
"type=double": { "model": "block/granite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/granite_stairs.json
Normal file
44
assets/minecraft/blockstates/granite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/granite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/granite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/granite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/granite_wall.json
Normal file
19
assets/minecraft/blockstates/granite_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/granite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/grass_path" }
|
||||
"": [
|
||||
{ "model": "block/grass_path" },
|
||||
{ "model": "block/grass_path", "y": 90 },
|
||||
{ "model": "block/grass_path", "y": 180 },
|
||||
{ "model": "block/grass_path", "y": 270 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
16
assets/minecraft/blockstates/grindstone.json
Normal file
16
assets/minecraft/blockstates/grindstone.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east": { "model": "block/grindstone", "y": 90 },
|
||||
"face=floor,facing=west": { "model": "block/grindstone", "y": 270 },
|
||||
"face=floor,facing=south": { "model": "block/grindstone", "y": 180 },
|
||||
"face=floor,facing=north": { "model": "block/grindstone" },
|
||||
"face=wall,facing=east": { "model": "block/grindstone", "x": 90, "y": 90 },
|
||||
"face=wall,facing=west": { "model": "block/grindstone", "x": 90, "y": 270 },
|
||||
"face=wall,facing=south": { "model": "block/grindstone", "x": 90, "y": 180 },
|
||||
"face=wall,facing=north": { "model": "block/grindstone", "x": 90 },
|
||||
"face=ceiling,facing=east": { "model": "block/grindstone", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west": { "model": "block/grindstone", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south": { "model": "block/grindstone", "x": 180 },
|
||||
"face=ceiling,facing=north": { "model": "block/grindstone", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/honey_block.json
Normal file
5
assets/minecraft/blockstates/honey_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/honey_block" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/honeycomb_block.json
Normal file
5
assets/minecraft/blockstates/honeycomb_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/honeycomb_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/stone" }
|
||||
"": [
|
||||
{ "model": "block/stone" },
|
||||
{ "model": "block/stone_mirrored" },
|
||||
{ "model": "block/stone", "y": 180 },
|
||||
{ "model": "block/stone_mirrored", "y": 180 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
10
assets/minecraft/blockstates/jigsaw.json
Normal file
10
assets/minecraft/blockstates/jigsaw.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "block/jigsaw"},
|
||||
"facing=down": { "model": "block/jigsaw", "x": 180 },
|
||||
"facing=north": { "model": "block/jigsaw", "x" : 90},
|
||||
"facing=south": { "model": "block/jigsaw", "x" : 90, "y": 180 },
|
||||
"facing=west": { "model": "block/jigsaw", "x" : 90, "y": 270 },
|
||||
"facing=east": { "model": "block/jigsaw", "x" : 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/jungle_sign.json
Normal file
5
assets/minecraft/blockstates/jungle_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/jungle_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/jungle_wall_sign.json
Normal file
5
assets/minecraft/blockstates/jungle_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/jungle_sign" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/lantern.json
Normal file
6
assets/minecraft/blockstates/lantern.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"hanging=true": { "model": "block/hanging_lantern"},
|
||||
"hanging=false": { "model": "block/lantern"}
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/lectern.json
Normal file
8
assets/minecraft/blockstates/lectern.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/lectern" },
|
||||
"facing=south": { "model": "block/lectern", "y": 180 },
|
||||
"facing=west": { "model": "block/lectern", "y": 270 },
|
||||
"facing=east": { "model": "block/lectern", "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/lily_of_the_valley.json
Normal file
5
assets/minecraft/blockstates/lily_of_the_valley.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/lily_of_the_valley" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/loom.json
Normal file
8
assets/minecraft/blockstates/loom.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/loom" },
|
||||
"facing=south": { "model": "block/loom", "y": 180 },
|
||||
"facing=west": { "model": "block/loom", "y": 270 },
|
||||
"facing=east": { "model": "block/loom", "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/mossy_cobblestone_slab.json
Normal file
7
assets/minecraft/blockstates/mossy_cobblestone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/mossy_cobblestone_slab" },
|
||||
"type=top": { "model": "block/mossy_cobblestone_slab_top" },
|
||||
"type=double": { "model": "block/mossy_cobblestone" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/mossy_cobblestone_stairs.json
Normal file
44
assets/minecraft/blockstates/mossy_cobblestone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/mossy_cobblestone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/mossy_cobblestone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/mossy_cobblestone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/mossy_cobblestone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/mossy_stone_brick_slab.json
Normal file
7
assets/minecraft/blockstates/mossy_stone_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/mossy_stone_brick_slab" },
|
||||
"type=top": { "model": "block/mossy_stone_brick_slab_top" },
|
||||
"type=double": { "model": "block/mossy_stone_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/mossy_stone_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/mossy_stone_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/mossy_stone_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/mossy_stone_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/mossy_stone_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/mossy_stone_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/mossy_stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/mossy_stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"variants": {
|
||||
"snowy=false": { "model": "block/mycelium" },
|
||||
"snowy=false": [
|
||||
{ "model": "block/mycelium" },
|
||||
{ "model": "block/mycelium", "y": 90 },
|
||||
{ "model": "block/mycelium", "y": 180 },
|
||||
{ "model": "block/mycelium", "y": 270 }
|
||||
],
|
||||
"snowy=true": { "model": "block/grass_block_snow" }
|
||||
}
|
||||
}
|
||||
|
||||
19
assets/minecraft/blockstates/nether_brick_wall.json
Normal file
19
assets/minecraft/blockstates/nether_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
5
assets/minecraft/blockstates/oak_sign.json
Normal file
5
assets/minecraft/blockstates/oak_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/oak_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/oak_wall_sign.json
Normal file
5
assets/minecraft/blockstates/oak_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/oak_sign" }
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"variants": {
|
||||
"snowy=false": { "model": "block/podzol" },
|
||||
"snowy=false": [
|
||||
{ "model": "block/podzol" },
|
||||
{ "model": "block/podzol", "y": 90 },
|
||||
{ "model": "block/podzol", "y": 180 },
|
||||
{ "model": "block/podzol", "y": 270 }
|
||||
],
|
||||
"snowy=true": { "model": "block/grass_block_snow" }
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/polished_andesite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_andesite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_andesite_slab" },
|
||||
"type=top": { "model": "block/polished_andesite_slab_top" },
|
||||
"type=double": { "model": "block/polished_andesite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_andesite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_andesite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_andesite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_andesite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_andesite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_andesite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/polished_diorite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_diorite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_diorite_slab" },
|
||||
"type=top": { "model": "block/polished_diorite_slab_top" },
|
||||
"type=double": { "model": "block/polished_diorite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_diorite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_diorite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_diorite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_diorite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_diorite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_diorite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/polished_granite_slab.json
Normal file
7
assets/minecraft/blockstates/polished_granite_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/polished_granite_slab" },
|
||||
"type=top": { "model": "block/polished_granite_slab_top" },
|
||||
"type=double": { "model": "block/polished_granite" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/polished_granite_stairs.json
Normal file
44
assets/minecraft/blockstates/polished_granite_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/polished_granite_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/polished_granite_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/polished_granite_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/polished_granite_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/polished_granite_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_bamboo.json
Normal file
5
assets/minecraft/blockstates/potted_bamboo.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_bamboo" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_cornflower.json
Normal file
5
assets/minecraft/blockstates/potted_cornflower.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_cornflower" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_lily_of_the_valley" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_wither_rose.json
Normal file
5
assets/minecraft/blockstates/potted_wither_rose.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_wither_rose" }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/prismarine_wall.json
Normal file
19
assets/minecraft/blockstates/prismarine_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
7
assets/minecraft/blockstates/red_nether_brick_slab.json
Normal file
7
assets/minecraft/blockstates/red_nether_brick_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/red_nether_brick_slab" },
|
||||
"type=top": { "model": "block/red_nether_brick_slab_top" },
|
||||
"type=double": { "model": "block/red_nether_bricks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/red_nether_brick_stairs.json
Normal file
44
assets/minecraft/blockstates/red_nether_brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/red_nether_brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/red_nether_brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/red_nether_brick_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/red_nether_brick_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/red_nether_brick_wall.json
Normal file
19
assets/minecraft/blockstates/red_nether_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/blockstates/red_sandstone_wall.json
Normal file
19
assets/minecraft/blockstates/red_sandstone_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
19
assets/minecraft/blockstates/sandstone_wall.json
Normal file
19
assets/minecraft/blockstates/sandstone_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/blockstates/scaffolding.json
Normal file
6
assets/minecraft/blockstates/scaffolding.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"bottom=true": { "model": "block/scaffolding_unstable" },
|
||||
"bottom=false": { "model": "block/scaffolding_stable" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/chest" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/smithing_table.json
Normal file
5
assets/minecraft/blockstates/smithing_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/smithing_table" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/smoker.json
Normal file
12
assets/minecraft/blockstates/smoker.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,lit=false": { "model": "block/smoker" },
|
||||
"facing=south,lit=false": { "model": "block/smoker", "y": 180 },
|
||||
"facing=west,lit=false": { "model": "block/smoker", "y": 270 },
|
||||
"facing=east,lit=false": { "model": "block/smoker", "y": 90 },
|
||||
"facing=north,lit=true": { "model": "block/smoker_on" },
|
||||
"facing=south,lit=true": { "model": "block/smoker_on", "y": 180 },
|
||||
"facing=west,lit=true": { "model": "block/smoker_on", "y": 270 },
|
||||
"facing=east,lit=true": { "model": "block/smoker_on", "y": 90 }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_quartz_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_quartz_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_quartz_slab" },
|
||||
"type=top": { "model": "block/smooth_quartz_slab_top" },
|
||||
"type=double": { "model": "block/smooth_quartz" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/smooth_quartz_stairs.json
Normal file
44
assets/minecraft/blockstates/smooth_quartz_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_quartz_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_quartz_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_quartz_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_quartz_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_red_sandstone_slab" },
|
||||
"type=top": { "model": "block/smooth_red_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_red_sandstone" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_red_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_red_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_sandstone_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_sandstone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_sandstone_slab" },
|
||||
"type=top": { "model": "block/smooth_sandstone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_sandstone" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/smooth_sandstone_stairs.json
Normal file
44
assets/minecraft/blockstates/smooth_sandstone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/smooth_sandstone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/smooth_sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/smooth_sandstone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/smooth_sandstone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/smooth_stone_slab.json
Normal file
7
assets/minecraft/blockstates/smooth_stone_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/smooth_stone_slab" },
|
||||
"type=top": { "model": "block/smooth_stone_slab_top" },
|
||||
"type=double": { "model": "block/smooth_stone_slab_double" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/spruce_sign.json
Normal file
5
assets/minecraft/blockstates/spruce_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/spruce_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/spruce_wall_sign.json
Normal file
5
assets/minecraft/blockstates/spruce_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/spruce_sign" }
|
||||
}
|
||||
}
|
||||
19
assets/minecraft/blockstates/stone_brick_wall.json
Normal file
19
assets/minecraft/blockstates/stone_brick_wall.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/stone_slab" },
|
||||
"type=top": { "model": "block/stone_slab_top" },
|
||||
"type=double": { "model": "block/stone_slab_double" }
|
||||
"type=double": { "model": "block/stone" }
|
||||
}
|
||||
}
|
||||
|
||||
44
assets/minecraft/blockstates/stone_stairs.json
Normal file
44
assets/minecraft/blockstates/stone_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/stone_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/stone_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/stone_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/stone_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/stone_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/stone_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/stone_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/stonecutter.json
Normal file
8
assets/minecraft/blockstates/stonecutter.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "block/stonecutter" },
|
||||
"facing=south": { "model": "block/stonecutter", "y": 180 },
|
||||
"facing=west": { "model": "block/stonecutter", "y": 270 },
|
||||
"facing=east": { "model": "block/stonecutter", "y": 90 }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/sweet_berry_bush.json
Normal file
8
assets/minecraft/blockstates/sweet_berry_bush.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "block/sweet_berry_bush_stage0" },
|
||||
"age=1": { "model": "block/sweet_berry_bush_stage1" },
|
||||
"age=2": { "model": "block/sweet_berry_bush_stage2" },
|
||||
"age=3": { "model": "block/sweet_berry_bush_stage3" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/wither_rose.json
Normal file
5
assets/minecraft/blockstates/wither_rose.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/wither_rose" }
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"file": "minecraft:font/nonlatin_european.png",
|
||||
"ascent": 7,
|
||||
"chars": [
|
||||
"\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u00df\u00f0\u00f8\u00fe\u0391\u0392",
|
||||
"\u00a1\u2030\u00ad\u00b7\u20b4\u2260\u00bf\u00d7\u00d8\u00de\u04bb\u00f0\u00f8\u00fe\u0391\u0392",
|
||||
"\u0393\u0394\u0395\u0396\u0397\u0398\u0399\u039a\u039b\u039c\u039d\u039e\u039f\u03a0\u03a1\u03a3",
|
||||
"\u03a4\u03a5\u03a6\u03a7\u03a8\u03a9\u03b1\u03b2\u03b3\u03b4\u03b5\u03b6\u03b7\u03b8\u03b9\u03ba",
|
||||
"\u03bb\u03bc\u03bd\u03be\u03bf\u03c0\u03c1\u03c2\u03c3\u03c4\u03c5\u03c6\u03c7\u03c8\u03c9\u0402",
|
||||
@@ -15,9 +15,34 @@
|
||||
"\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b",
|
||||
"\u044c\u044d\u044e\u044f\u0454\u0455\u0456\u0458\u0459\u045a\u2013\u2014\u2018\u2019\u201c\u201d",
|
||||
"\u201e\u2026\u204a\u2190\u2191\u2192\u2193\u21c4\uff0b\u018f\u0259\u025b\u026a\u04ae\u04af\u04e8",
|
||||
"\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u0406\u0472\u0473",
|
||||
"\u04e9\u02bb\u02cc\u037e\u0138\u1e9e\u00df\u20bd\u20ac\u0462\u0463\u0474\u0475\u04C0\u0472\u0473",
|
||||
"\u2070\u00b9\u00b3\u2074\u2075\u2076\u2077\u2078\u2079\u207a\u207b\u207c\u207d\u207e\u2071\u2122",
|
||||
"\u0294\u0295\u29c8\u2694\u2620\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
"\u0294\u0295\u29c8\u2694\u2620\u049a\u049b\u0492\u0493\u04b0\u04b1\u04d8\u04d9\u0496\u0497\u04a2",
|
||||
"\u04a3\u04ba\u05d0\u05d1\u05d2\u05d3\u05d4\u05d5\u05d6\u05d7\u05d8\u05d9\u05db\u05dc\u05de\u05dd",
|
||||
"\u05e0\u05df\u05e1\u05e2\u05e4\u05e3\u05e6\u05e5\u05e7\u05e8\u00a2\u00a4\u00a5\u00a9\u00ae\u00b5",
|
||||
"\u00b6\u00bc\u00bd\u00be\u0387\u2010\u201a\u2020\u2021\u2022\u2031\u2032\u2033\u2034\u2035\u2036",
|
||||
"\u2037\u2039\u203a\u203b\u203c\u203d\u2042\u2048\u2049\u204b\u204e\u204f\u2051\u2052\u2057\u2117",
|
||||
"\u2212\u2213\u221e\u2600\u2601\u2608\u0404\u2632\u2635\u263d\u2640\u2642\u26a5\u2660\u2663\u2665",
|
||||
"\u2666\u2669\u266a\u266b\u266c\u266d\u266e\u266f\u2680\u2681\u2682\u2683\u2684\u2685\u26a0\u26a1",
|
||||
"\u26cf\u2714\u2744\u274c\u2764\u2b50\u2e18\u2e2e\u2e35\u2e38\u2E41\u2E4B\u295d\u1614\u0190\u07c8",
|
||||
"\u03db\u3125\u2c6f\u15fa\u0186\u15e1\u018e\u2132\u2141\uA7B0\ua780\u0500\ua779\u1d1a\u27d8\u2229",
|
||||
"\u0245\u2144\u0250\u0254\u01dd\u025f\u1d77\u0265\u1d09\u027e\u029e\ua781\u026f\u0279\u0287\u028c",
|
||||
"\u028d\u028e\u0531\u0532\u0533\u0534\u0536\u0537\u0539\u053a\u053b\u053c\u053d\u053e\u053f\u0540",
|
||||
"\u0541\u0542\u0543\u0544\u0545\u0546\u0547\u0548\u0549\u054b\u054c\u054d\u054e\u054f\u0550\u0551",
|
||||
"\u0552\u0553\u0554\u0555\u0556\u0559\u0561\u0562\u0563\u0564\u0565\u0566\u0567\u0568\u0569\u056a",
|
||||
"\u056b\u056c\u056d\u056e\u056f\u0570\u0571\u0572\u0573\u0574\u0575\u0576\u0577\u0578\u0579\u057a",
|
||||
"\u057b\u057c\u057d\u057e\u057f\u0580\u0581\u0582\u0583\u0584\u0585\u0586\u0587\u05e9\u05ea\u0538",
|
||||
"\u055a\u055b\u055c\u055d\u055e\u055f\u0560\u0588\u058f\u00af\u017f\u01b7\u0292\u01f7\u01bf\u021c",
|
||||
"\u021d\u0224\u0225\u02d9\ua75a\ua75b\u2011\u214b\u23cf\u23e9\u23ea\u23ed\u23ee\u23ef\u23f4\u23f5",
|
||||
"\u23f6\u23f7\u23f8\u23f9\u23fa\u23fb\u23fc\u23fd\u2b58\u25b2\u25b6\u25bc\u25c0\u25cf\u25e6\u25d8",
|
||||
"\u2693\u26e8\u0132\u0133\u01c9\ua728\ua729\ua739\ua73b\ufb00\ufb01\ufb02\ufb03\ufb05\ufffd\u0535",
|
||||
"\u054a\u16a0\u16a2\u16a3\u16a4\u16a5\u16a6\u16a7\u16a8\u16a9\u16aa\u16ab\u16ac\u16ad\u16ae\u16af",
|
||||
"\u16b0\u16b1\u16b2\u16b3\u16b4\u16b6\u16b7\u16b8\u16b9\u16ba\u16bb\u16bc\u16bd\u16be\u16bf\u16c0",
|
||||
"\u16c1\u16c2\u16c3\u16c4\u16c5\u16c6\u16c7\u16c8\u16c9\u16ca\u16cb\u16cc\u16cd\u16ce\u16cf\u16d0",
|
||||
"\u16d1\u16d2\u16d3\u16d4\u16d5\u16d6\u16d7\u16d8\u16d9\u16da\u16db\u16dc\u16dd\u16de\u16df\u16e0",
|
||||
"\u16e1\u16e2\u16e3\u16e4\u16e5\u16e6\u16e7\u16e8\u16e9\u16ea\u16eb\u16ec\u16ed\u16ee\u16ef\u16f0",
|
||||
"\u16f1\u16f2\u16f3\u16f4\u16f5\u16f6\u16f7\u16f8\u263a\u263b\u00a6\u2639\u05da\u05f3\u05f4\u05f0",
|
||||
"\u05f1\u05f2\u05be\u05c3\u05c6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -43,7 +68,15 @@
|
||||
"\u0490\u0491\u1e02\u1e03\u1e0a\u1e0b\u1e1e\u1e1f\u1e22\u1e23\u1e30\u1e31\u1e40\u1e41\u1e56\u1e57",
|
||||
"\u1e60\u1e61\u1e6a\u1e6b\u1e80\u1e81\u1e82\u1e83\u1e84\u1e85\u1ef2\u1ef3\u00e8\u00e9\u00ea\u00eb",
|
||||
"\u0149\u01e7\u01eb\u040f\u1e0d\u1e25\u1e5b\u1e6d\u1e92\u1eca\u1ecb\u1ecc\u1ecd\u1ee4\u1ee5\u2116",
|
||||
"\u0207\u0194\u0263\u0283\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
"\u0207\u0194\u0263\u0283\u2047\u01f1\u01f2\u01f3\u01c4\u01c5\u01c6\u01c7\u01c8\u01ca\u01cb\u01cc",
|
||||
"\u2139\u1d6b\ua732\ua733\ua734\ua735\ua736\ua737\ua738\ua73a\ua73c\ua73d\ua74e\ua74f\ua760\ua761",
|
||||
"\ufb04\ufb06\u16a1\u16b5\u01a0\u01a1\u01af\u01b0\u1eae\u1eaf\u1ea4\u1ea5\u1ebe\u1ebf\u1ed1\u1eda",
|
||||
"\u1edb\u1ee8\u1ee9\u1eb0\u1eb1\u1ea6\u1ea7\u1ec0\u1ec1\u1ed3\u1edc\u1edd\u1eea\u1eeb\u1ea2\u1ea3",
|
||||
"\u1eb2\u1eb3\u1ea8\u1ea9\u1eba\u1ebb\u1ed5\u1ede\u1ec2\u1ec3\u1ec8\u1ec9\u1ece\u1ecf\u1ed4\u1edf",
|
||||
"\u1ee6\u1ee7\u1eec\u1eed\u1ef6\u1ef7\u1ea0\u1ea1\u1eb6\u1eb7\u1eac\u1ead\u1eb8\u1eb9\u1ec6\u1ec7",
|
||||
"\u1ed8\u1ed9\u1ee2\u1ee3\u1ef0\u1ef1\u1ef4\u1ef5\u1ed0\u0195\u1eaa\u1eab\u1ed6\u1ed7\u1eef\u261e",
|
||||
"\u261c\u262e\u1eb4\u1eb5\u1ebc\u1ebd\u1ec4\u1ec5\u1ed2\u1ee0\u1ee1\u1eee\u1ef8\u1ef9\u0498\u0499",
|
||||
"\u04a0\u04a1\u04aa\u04ab\u01f6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4379
assets/minecraft/lang/ba_ru.json
Normal file
4379
assets/minecraft/lang/ba_ru.json
Normal file
File diff suppressed because it is too large
Load Diff
4379
assets/minecraft/lang/bar.json
Normal file
4379
assets/minecraft/lang/bar.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user