You've already forked minecraft-assets
Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86455bf9e2 | ||
|
|
d733930f11 | ||
|
|
87506796e1 | ||
|
|
c7a0ae1e03 | ||
|
|
06036fd53b | ||
|
|
1cae401072 | ||
|
|
2cd9c378ab | ||
|
|
fa1b7a0e84 | ||
|
|
695f7ffea1 | ||
|
|
931e4fecb5 | ||
|
|
603d10042b | ||
|
|
aa7dbdf69b | ||
|
|
463b30cea6 | ||
|
|
680741d97c | ||
|
|
93e502f1a7 | ||
|
|
006b2fff62 | ||
|
|
27ccae322b | ||
|
|
ed92fe8fb5 | ||
|
|
3941443515 | ||
|
|
8742080b63 | ||
|
|
5f3ebec498 | ||
|
|
89df2d9aba | ||
|
|
fa4d39710d | ||
|
|
8c1f90d4af | ||
|
|
5295e5c2ba | ||
|
|
f5ba9d4c24 | ||
|
|
8c84c333a9 | ||
|
|
9b338a0c8d | ||
|
|
1bf0091912 | ||
|
|
b3778e97b4 | ||
|
|
0a09709175 | ||
|
|
044148e94e | ||
|
|
5f0fec3de7 |
3
.github\FUNDING.yml
Normal file
3
.github\FUNDING.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
github: InventivetalentDev
|
||||
patreon: inventivetalent
|
||||
custom: ["https://www.paypal.me/inventivetalent", "https://donation.inventivetalent.org"]
|
||||
0
.github\stale.yml
Normal file
0
.github\stale.yml
Normal file
1
20w09a.json
Normal file
1
20w09a.json
Normal file
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/acacia_log" },
|
||||
"axis=z": { "model": "block/acacia_log", "x": 90 },
|
||||
"axis=x": { "model": "block/acacia_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/acacia_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/acacia_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/acacia_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
5
assets/minecraft/blockstates/ancient_debris.json
Normal file
5
assets/minecraft/blockstates/ancient_debris.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/ancient_debris" }
|
||||
}
|
||||
}
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/andesite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/andesite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/andesite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/andesite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=down": { "model": "block/barrel", "x": 180 },
|
||||
"facing=up": { "model": "block/barrel" },
|
||||
"facing=north": { "model": "block/barrel", "x": 90 },
|
||||
"facing=south": { "model": "block/barrel", "x": 90, "y": 180 },
|
||||
"facing=west": { "model": "block/barrel", "x": 90, "y": 270 },
|
||||
"facing=east": { "model": "block/barrel", "x": 90, "y": 90 }
|
||||
"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 }
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/basalt.json
Normal file
7
assets/minecraft/blockstates/basalt.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/basalt" },
|
||||
"axis=z": { "model": "block/basalt", "x": 90 },
|
||||
"axis=x": { "model": "block/basalt", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/bee_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 }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/birch_log" },
|
||||
"axis=z": { "model": "block/birch_log", "x": 90 },
|
||||
"axis=x": { "model": "block/birch_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/birch_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/birch_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/birch_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
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 }
|
||||
}
|
||||
}
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/cobblestone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/cobblestone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/cobblestone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
28
assets/minecraft/blockstates/crimson_button.json
Normal file
28
assets/minecraft/blockstates/crimson_button.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east,powered=false": { "model": "block/crimson_button", "y": 90 },
|
||||
"face=floor,facing=west,powered=false": { "model": "block/crimson_button", "y": 270 },
|
||||
"face=floor,facing=south,powered=false": { "model": "block/crimson_button", "y": 180 },
|
||||
"face=floor,facing=north,powered=false": { "model": "block/crimson_button" },
|
||||
"face=wall,facing=east,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=false": { "model": "block/crimson_button", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=false": { "model": "block/crimson_button", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=false": { "model": "block/crimson_button", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=false": { "model": "block/crimson_button", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=false": { "model": "block/crimson_button", "x": 180, "y": 180 },
|
||||
"face=floor,facing=east,powered=true": { "model": "block/crimson_button_pressed", "y": 90 },
|
||||
"face=floor,facing=west,powered=true": { "model": "block/crimson_button_pressed", "y": 270 },
|
||||
"face=floor,facing=south,powered=true": { "model": "block/crimson_button_pressed", "y": 180 },
|
||||
"face=floor,facing=north,powered=true": { "model": "block/crimson_button_pressed" },
|
||||
"face=wall,facing=east,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=true": { "model": "block/crimson_button_pressed", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=true": { "model": "block/crimson_button_pressed", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=true": { "model": "block/crimson_button_pressed", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
36
assets/minecraft/blockstates/crimson_door.json
Normal file
36
assets/minecraft/blockstates/crimson_door.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "block/crimson_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "block/crimson_door_bottom_hinge", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "block/crimson_door_bottom_hinge" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "block/crimson_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "block/crimson_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "block/crimson_door_top_hinge", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "block/crimson_door_top_hinge" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "block/crimson_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/blockstates/crimson_fence.json
Normal file
17
assets/minecraft/blockstates/crimson_fence.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/crimson_fence_post" }},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/crimson_fence_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/blockstates/crimson_fence_gate.json
Normal file
20
assets/minecraft/blockstates/crimson_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "block/crimson_fence_gate", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "block/crimson_fence_gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "block/crimson_fence_gate_wall", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "block/crimson_fence_gate_wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_fungus.json
Normal file
5
assets/minecraft/blockstates/crimson_fungus.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_fungus" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_nylium.json
Normal file
5
assets/minecraft/blockstates/crimson_nylium.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_nylium" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_planks.json
Normal file
5
assets/minecraft/blockstates/crimson_planks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_planks" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/crimson_pressure_plate.json
Normal file
6
assets/minecraft/blockstates/crimson_pressure_plate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": { "model": "block/crimson_pressure_plate" },
|
||||
"powered=true": { "model": "block/crimson_pressure_plate_down" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_roots.json
Normal file
5
assets/minecraft/blockstates/crimson_roots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_roots" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_sign.json
Normal file
5
assets/minecraft/blockstates/crimson_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_sign" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/crimson_slab.json
Normal file
7
assets/minecraft/blockstates/crimson_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/crimson_slab" },
|
||||
"type=top": { "model": "block/crimson_slab_top" },
|
||||
"type=double": { "model": "block/crimson_planks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/crimson_stairs.json
Normal file
44
assets/minecraft/blockstates/crimson_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/crimson_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/crimson_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/crimson_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/crimson_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/crimson_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/crimson_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/crimson_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/crimson_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/crimson_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/crimson_stem.json
Normal file
7
assets/minecraft/blockstates/crimson_stem.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/crimson_stem" },
|
||||
"axis=z": { "model": "block/crimson_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/crimson_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/crimson_trapdoor.json
Normal file
20
assets/minecraft/blockstates/crimson_trapdoor.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom" },
|
||||
"facing=south,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 180 },
|
||||
"facing=east,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 90 },
|
||||
"facing=west,half=bottom,open=false": { "model": "block/crimson_trapdoor_bottom", "y": 270 },
|
||||
"facing=north,half=top,open=false": { "model": "block/crimson_trapdoor_top" },
|
||||
"facing=south,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 180 },
|
||||
"facing=east,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 90 },
|
||||
"facing=west,half=top,open=false": { "model": "block/crimson_trapdoor_top", "y": 270 },
|
||||
"facing=north,half=bottom,open=true": { "model": "block/crimson_trapdoor_open" },
|
||||
"facing=south,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 180 },
|
||||
"facing=east,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 90 },
|
||||
"facing=west,half=bottom,open=true": { "model": "block/crimson_trapdoor_open", "y": 270 },
|
||||
"facing=north,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 180 },
|
||||
"facing=south,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 0 },
|
||||
"facing=east,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 270 },
|
||||
"facing=west,half=top,open=true": { "model": "block/crimson_trapdoor_open", "x": 180, "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crimson_wall_sign.json
Normal file
5
assets/minecraft/blockstates/crimson_wall_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crimson_sign" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crying_obsidian.json
Normal file
5
assets/minecraft/blockstates/crying_obsidian.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/crying_obsidian" }
|
||||
}
|
||||
}
|
||||
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" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/dark_oak_log" },
|
||||
"axis=z": { "model": "block/dark_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/dark_oak_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/dark_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/dark_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/dark_oak_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/diorite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/diorite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/diorite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/diorite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/end_stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/granite_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/granite_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/granite_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/granite_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/hay_block" },
|
||||
"axis=z": { "model": "block/hay_block", "x": 90 },
|
||||
"axis=x": { "model": "block/hay_block", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/hay_block_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/hay_block_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/jungle_log" },
|
||||
"axis=z": { "model": "block/jungle_log", "x": 90 },
|
||||
"axis=x": { "model": "block/jungle_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/jungle_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/jungle_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/jungle_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
@@ -1,19 +1,31 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "when": { "up": true },
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": true },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": true },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": true },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": true },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/mossy_cobblestone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/mossy_stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/nether_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
5
assets/minecraft/blockstates/nether_sprouts.json
Normal file
5
assets/minecraft/blockstates/nether_sprouts.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/nether_sprouts" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/netherite_block.json
Normal file
5
assets/minecraft/blockstates/netherite_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/netherite_block" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/oak_log" },
|
||||
"axis=z": { "model": "block/oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/oak_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/oak_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/oak_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
5
assets/minecraft/blockstates/potted_crimson_fungus.json
Normal file
5
assets/minecraft/blockstates/potted_crimson_fungus.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_crimson_fungus" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_crimson_roots.json
Normal file
5
assets/minecraft/blockstates/potted_crimson_roots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_crimson_roots" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_warped_fungus.json
Normal file
5
assets/minecraft/blockstates/potted_warped_fungus.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_warped_fungus" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/potted_warped_roots.json
Normal file
5
assets/minecraft/blockstates/potted_warped_roots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/potted_warped_roots" }
|
||||
}
|
||||
}
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/prismarine_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/prismarine_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/prismarine_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/purpur_pillar" },
|
||||
"axis=z": { "model": "block/purpur_pillar", "x": 90 },
|
||||
"axis=x": { "model": "block/purpur_pillar", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/purpur_pillar_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/purpur_pillar_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/quartz_pillar" },
|
||||
"axis=z": { "model": "block/quartz_pillar", "x": 90 },
|
||||
"axis=x": { "model": "block/quartz_pillar", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/quartz_pillar_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/quartz_pillar_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/red_nether_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/red_sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/red_sandstone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/sandstone_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/sandstone_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/sandstone_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
5
assets/minecraft/blockstates/shroomlight.json
Normal file
5
assets/minecraft/blockstates/shroomlight.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/shroomlight" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/chest" }
|
||||
}
|
||||
}
|
||||
37
assets/minecraft/blockstates/soul_fire.json
Normal file
37
assets/minecraft/blockstates/soul_fire.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_floor0" },
|
||||
{ "model": "block/soul_fire_floor1" }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0" },
|
||||
{ "model": "block/soul_fire_side1" },
|
||||
{ "model": "block/soul_fire_side_alt0" },
|
||||
{ "model": "block/soul_fire_side_alt1" }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 90 },
|
||||
{ "model": "block/soul_fire_side1", "y": 90 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 90 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 90 }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 180 },
|
||||
{ "model": "block/soul_fire_side1", "y": 180 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 180 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 180 }
|
||||
]
|
||||
},
|
||||
{ "apply": [
|
||||
{ "model": "block/soul_fire_side0", "y": 270 },
|
||||
{ "model": "block/soul_fire_side1", "y": 270 },
|
||||
{ "model": "block/soul_fire_side_alt0", "y": 270 },
|
||||
{ "model": "block/soul_fire_side_alt1", "y": 270 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/blockstates/soul_fire_lantern.json
Normal file
6
assets/minecraft/blockstates/soul_fire_lantern.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"hanging=true": { "model": "block/hanging_soul_fire_lantern"},
|
||||
"hanging=false": { "model": "block/soul_fire_lantern"}
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/soul_fire_torch.json
Normal file
5
assets/minecraft/blockstates/soul_fire_torch.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/soul_fire_torch" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/soul_fire_wall_torch.json
Normal file
8
assets/minecraft/blockstates/soul_fire_wall_torch.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east": { "model": "block/soul_fire_wall_torch" },
|
||||
"facing=south": { "model": "block/soul_fire_wall_torch", "y": 90 },
|
||||
"facing=west": { "model": "block/soul_fire_wall_torch", "y": 180 },
|
||||
"facing=north": { "model": "block/soul_fire_wall_torch", "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/soul_soil.json
Normal file
5
assets/minecraft/blockstates/soul_soil.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/soul_soil" }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/spruce_log" },
|
||||
"axis=z": { "model": "block/spruce_log", "x": 90 },
|
||||
"axis=x": { "model": "block/spruce_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/spruce_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/spruce_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
"": { "model": "block/spruce_sign" }
|
||||
}
|
||||
}
|
||||
n
|
||||
@@ -3,17 +3,29 @@
|
||||
{ "when": { "up": "true" },
|
||||
"apply": { "model": "block/stone_brick_wall_post" }
|
||||
},
|
||||
{ "when": { "north": "true" },
|
||||
{ "when": { "north": "low" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
{ "when": { "east": "low" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
{ "when": { "south": "low" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
{ "when": { "west": "low" },
|
||||
"apply": { "model": "block/stone_brick_wall_side", "y": 270, "uvlock": true }
|
||||
},
|
||||
{ "when": { "north": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "tall" },
|
||||
"apply": { "model": "block/stone_brick_wall_side_tall", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/stonecutter" }
|
||||
"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 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_acacia_log" },
|
||||
"axis=z": { "model": "block/stripped_acacia_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_acacia_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_acacia_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_acacia_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_birch_log" },
|
||||
"axis=z": { "model": "block/stripped_birch_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_birch_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_birch_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_birch_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/stripped_crimson_stem.json
Normal file
7
assets/minecraft/blockstates/stripped_crimson_stem.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_crimson_stem" },
|
||||
"axis=z": { "model": "block/stripped_crimson_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_crimson_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_dark_oak_log" },
|
||||
"axis=z": { "model": "block/stripped_dark_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_dark_oak_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_dark_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_dark_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_jungle_log" },
|
||||
"axis=z": { "model": "block/stripped_jungle_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_jungle_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_jungle_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_jungle_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_oak_log" },
|
||||
"axis=z": { "model": "block/stripped_oak_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_oak_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_oak_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_oak_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_spruce_log" },
|
||||
"axis=z": { "model": "block/stripped_spruce_log", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_spruce_log", "x": 90, "y": 90 }
|
||||
"axis=z": { "model": "block/stripped_spruce_log_horizontal", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_spruce_log_horizontal", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
7
assets/minecraft/blockstates/stripped_warped_stem.json
Normal file
7
assets/minecraft/blockstates/stripped_warped_stem.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/stripped_warped_stem" },
|
||||
"axis=z": { "model": "block/stripped_warped_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/stripped_warped_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/target.json
Normal file
5
assets/minecraft/blockstates/target.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/target" }
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/sign" }
|
||||
}
|
||||
}
|
||||
28
assets/minecraft/blockstates/warped_button.json
Normal file
28
assets/minecraft/blockstates/warped_button.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"variants": {
|
||||
"face=floor,facing=east,powered=false": { "model": "block/warped_button", "y": 90 },
|
||||
"face=floor,facing=west,powered=false": { "model": "block/warped_button", "y": 270 },
|
||||
"face=floor,facing=south,powered=false": { "model": "block/warped_button", "y": 180 },
|
||||
"face=floor,facing=north,powered=false": { "model": "block/warped_button" },
|
||||
"face=wall,facing=east,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=false": { "model": "block/warped_button", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=false": { "model": "block/warped_button", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=false": { "model": "block/warped_button", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=false": { "model": "block/warped_button", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=false": { "model": "block/warped_button", "x": 180, "y": 180 },
|
||||
"face=floor,facing=east,powered=true": { "model": "block/warped_button_pressed", "y": 90 },
|
||||
"face=floor,facing=west,powered=true": { "model": "block/warped_button_pressed", "y": 270 },
|
||||
"face=floor,facing=south,powered=true": { "model": "block/warped_button_pressed", "y": 180 },
|
||||
"face=floor,facing=north,powered=true": { "model": "block/warped_button_pressed" },
|
||||
"face=wall,facing=east,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 90 },
|
||||
"face=wall,facing=west,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 270 },
|
||||
"face=wall,facing=south,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90, "y": 180 },
|
||||
"face=wall,facing=north,powered=true": { "model": "block/warped_button_pressed", "uvlock": true, "x": 90 },
|
||||
"face=ceiling,facing=east,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 270 },
|
||||
"face=ceiling,facing=west,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 90 },
|
||||
"face=ceiling,facing=south,powered=true": { "model": "block/warped_button_pressed", "x": 180 },
|
||||
"face=ceiling,facing=north,powered=true": { "model": "block/warped_button_pressed", "x": 180, "y": 180 }
|
||||
}
|
||||
}
|
||||
36
assets/minecraft/blockstates/warped_door.json
Normal file
36
assets/minecraft/blockstates/warped_door.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "block/warped_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "block/warped_door_bottom_hinge", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "block/warped_door_bottom_hinge" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "block/warped_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "block/warped_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "block/warped_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "block/warped_door_top_hinge", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "block/warped_door_top_hinge" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "block/warped_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "block/warped_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/blockstates/warped_fence.json
Normal file
17
assets/minecraft/blockstates/warped_fence.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"multipart": [
|
||||
{ "apply": { "model": "block/warped_fence_post" }},
|
||||
{ "when": { "north": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "uvlock": true }
|
||||
},
|
||||
{ "when": { "east": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 90, "uvlock": true }
|
||||
},
|
||||
{ "when": { "south": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 180, "uvlock": true }
|
||||
},
|
||||
{ "when": { "west": "true" },
|
||||
"apply": { "model": "block/warped_fence_side", "y": 270, "uvlock": true }
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/blockstates/warped_fence_gate.json
Normal file
20
assets/minecraft/blockstates/warped_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=false": { "model": "block/warped_fence_gate", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true },
|
||||
"facing=west,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=false,open=true": { "model": "block/warped_fence_gate_open", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=false": { "model": "block/warped_fence_gate_wall", "uvlock": true, "y": 270 },
|
||||
"facing=south,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true },
|
||||
"facing=west,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 90 },
|
||||
"facing=north,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 180 },
|
||||
"facing=east,in_wall=true,open=true": { "model": "block/warped_fence_gate_wall_open", "uvlock": true, "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/warped_fungus.json
Normal file
5
assets/minecraft/blockstates/warped_fungus.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_fungus" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/warped_nylium.json
Normal file
5
assets/minecraft/blockstates/warped_nylium.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_nylium" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/warped_planks.json
Normal file
5
assets/minecraft/blockstates/warped_planks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_planks" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/warped_pressure_plate.json
Normal file
6
assets/minecraft/blockstates/warped_pressure_plate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false": { "model": "block/warped_pressure_plate" },
|
||||
"powered=true": { "model": "block/warped_pressure_plate_down" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/warped_roots.json
Normal file
5
assets/minecraft/blockstates/warped_roots.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_roots" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/warped_sign.json
Normal file
5
assets/minecraft/blockstates/warped_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"": { "model": "block/warped_sign" }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/warped_slab.json
Normal file
7
assets/minecraft/blockstates/warped_slab.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"type=bottom": { "model": "block/warped_slab" },
|
||||
"type=top": { "model": "block/warped_slab_top" },
|
||||
"type=double": { "model": "block/warped_planks" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/warped_stairs.json
Normal file
44
assets/minecraft/blockstates/warped_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "block/warped_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "block/warped_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "block/warped_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "block/warped_stairs_outer", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "block/warped_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "block/warped_stairs_inner", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "block/warped_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "block/warped_stairs_outer", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "block/warped_stairs_inner", "x": 180, "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/blockstates/warped_stem.json
Normal file
7
assets/minecraft/blockstates/warped_stem.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "block/warped_stem" },
|
||||
"axis=z": { "model": "block/warped_stem", "x": 90 },
|
||||
"axis=x": { "model": "block/warped_stem", "x": 90, "y": 90 }
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user