You've already forked minecraft-assets
Compare commits
1 Commits
1.21.4-pre
...
1.8.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f13115dec |
BIN
assets/icons/icon_16x16.png
Normal file
BIN
assets/icons/icon_16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
BIN
assets/icons/icon_32x32.png
Normal file
BIN
assets/icons/icon_32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
assets/icons/minecraft.icns
Normal file
BIN
assets/icons/minecraft.icns
Normal file
Binary file not shown.
36
assets/minecraft/blockstates/acacia_door.json
Normal file
36
assets/minecraft/blockstates/acacia_door.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "acacia_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "acacia_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/acacia_double_slab.json
Normal file
5
assets/minecraft/blockstates/acacia_double_slab.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "acacia_planks" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/acacia_fence.json
Normal file
20
assets/minecraft/blockstates/acacia_fence.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "acacia_fence_post" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "acacia_fence_n", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=false": { "model": "acacia_fence_n", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=false": { "model": "acacia_fence_n", "y": 180, "uvlock": true },
|
||||
"east=false,north=false,south=false,west=true": { "model": "acacia_fence_n", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=false": { "model": "acacia_fence_ne", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=false": { "model": "acacia_fence_ne", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=true": { "model": "acacia_fence_ne", "y": 180, "uvlock": true },
|
||||
"east=false,north=true,south=false,west=true": { "model": "acacia_fence_ne", "y": 270, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=false": { "model": "acacia_fence_ns", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=true": { "model": "acacia_fence_ns", "y": 90, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=false": { "model": "acacia_fence_nse", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=true": { "model": "acacia_fence_nse", "y": 90, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=true": { "model": "acacia_fence_nse", "y": 180, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=true": { "model": "acacia_fence_nse", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=true": { "model": "acacia_fence_nsew", "uvlock": true }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/acacia_fence_gate.json
Normal file
20
assets/minecraft/blockstates/acacia_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "acacia_fence_gate_closed" },
|
||||
"facing=west,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=false,open=true": { "model": "acacia_fence_gate_open" },
|
||||
"facing=west,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=false": { "model": "acacia_wall_gate_closed" },
|
||||
"facing=west,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=true": { "model": "acacia_wall_gate_open" },
|
||||
"facing=west,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/acacia_leaves.json
Normal file
5
assets/minecraft/blockstates/acacia_leaves.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "acacia_leaves" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/acacia_log.json
Normal file
8
assets/minecraft/blockstates/acacia_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "acacia_log" },
|
||||
"axis=z": { "model": "acacia_log_side" },
|
||||
"axis=x": { "model": "acacia_log_side", "y": 90 },
|
||||
"axis=none": { "model": "acacia_bark" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/acacia_planks.json
Normal file
5
assets/minecraft/blockstates/acacia_planks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "acacia_planks" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/acacia_sapling.json
Normal file
6
assets/minecraft/blockstates/acacia_sapling.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"stage=0": { "model": "acacia_sapling" },
|
||||
"stage=1": { "model": "acacia_sapling" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/acacia_slab.json
Normal file
6
assets/minecraft/blockstates/acacia_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=bottom": { "model": "half_slab_acacia" },
|
||||
"half=top": { "model": "upper_slab_acacia" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/acacia_stairs.json
Normal file
44
assets/minecraft/blockstates/acacia_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "acacia_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/activator_rail.json
Normal file
16
assets/minecraft/blockstates/activator_rail.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false,shape=north_south": { "model": "activator_rail_flat" },
|
||||
"powered=false,shape=east_west": { "model": "activator_rail_flat", "y": 90 },
|
||||
"powered=false,shape=ascending_east": { "model": "activator_rail_raised_ne", "y": 90 },
|
||||
"powered=false,shape=ascending_west": { "model": "activator_rail_raised_sw", "y": 90 },
|
||||
"powered=false,shape=ascending_north": { "model": "activator_rail_raised_ne" },
|
||||
"powered=false,shape=ascending_south": { "model": "activator_rail_raised_sw" },
|
||||
"powered=true,shape=north_south": { "model": "activator_rail_active_flat" },
|
||||
"powered=true,shape=east_west": { "model": "activator_rail_active_flat", "y": 90 },
|
||||
"powered=true,shape=ascending_east": { "model": "activator_rail_active_raised_ne", "y": 90 },
|
||||
"powered=true,shape=ascending_west": { "model": "activator_rail_active_raised_sw", "y": 90 },
|
||||
"powered=true,shape=ascending_north": { "model": "activator_rail_active_raised_ne" },
|
||||
"powered=true,shape=ascending_south": { "model": "activator_rail_active_raised_sw" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/allium.json
Normal file
5
assets/minecraft/blockstates/allium.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "allium" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/andesite.json
Normal file
5
assets/minecraft/blockstates/andesite.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "andesite" }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/anvil.json
Normal file
16
assets/minecraft/blockstates/anvil.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"damage=0,facing=south": { "model": "anvil_undamaged" },
|
||||
"damage=0,facing=west": { "model": "anvil_undamaged", "y": 90 },
|
||||
"damage=0,facing=north": { "model": "anvil_undamaged", "y": 180 },
|
||||
"damage=0,facing=east": { "model": "anvil_undamaged", "y": 270 },
|
||||
"damage=1,facing=south": { "model": "anvil_slightly_damaged" },
|
||||
"damage=1,facing=west": { "model": "anvil_slightly_damaged", "y": 90 },
|
||||
"damage=1,facing=north": { "model": "anvil_slightly_damaged", "y": 180 },
|
||||
"damage=1,facing=east": { "model": "anvil_slightly_damaged", "y": 270 },
|
||||
"damage=2,facing=south": { "model": "anvil_very_damaged" },
|
||||
"damage=2,facing=west": { "model": "anvil_very_damaged", "y": 90 },
|
||||
"damage=2,facing=north": { "model": "anvil_very_damaged", "y": 180 },
|
||||
"damage=2,facing=east": { "model": "anvil_very_damaged", "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/beacon.json
Normal file
5
assets/minecraft/blockstates/beacon.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "beacon" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/bed.json
Normal file
12
assets/minecraft/blockstates/bed.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north,part=foot": { "model": "bed_foot", "y": 180 },
|
||||
"facing=east,part=foot": { "model": "bed_foot", "y": 270 },
|
||||
"facing=south,part=foot": { "model": "bed_foot" },
|
||||
"facing=west,part=foot": { "model": "bed_foot", "y": 90 },
|
||||
"facing=north,part=head": { "model": "bed_head", "y": 180 },
|
||||
"facing=east,part=head": { "model": "bed_head", "y": 270 },
|
||||
"facing=south,part=head": { "model": "bed_head" },
|
||||
"facing=west,part=head": { "model": "bed_head", "y": 90 }
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/blockstates/bedrock.json
Normal file
10
assets/minecraft/blockstates/bedrock.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": [
|
||||
{ "model": "bedrock" },
|
||||
{ "model": "bedrock_mirrored" },
|
||||
{ "model": "bedrock", "y": 180 },
|
||||
{ "model": "bedrock_mirrored", "y": 180 }
|
||||
]
|
||||
}
|
||||
}
|
||||
36
assets/minecraft/blockstates/birch_door.json
Normal file
36
assets/minecraft/blockstates/birch_door.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "birch_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "birch_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "birch_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "birch_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_double_slab.json
Normal file
5
assets/minecraft/blockstates/birch_double_slab.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "birch_planks" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/birch_fence.json
Normal file
20
assets/minecraft/blockstates/birch_fence.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "birch_fence_post" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "birch_fence_n", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=false": { "model": "birch_fence_n", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=false": { "model": "birch_fence_n", "y": 180, "uvlock": true },
|
||||
"east=false,north=false,south=false,west=true": { "model": "birch_fence_n", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=false": { "model": "birch_fence_ne", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=false": { "model": "birch_fence_ne", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=true": { "model": "birch_fence_ne", "y": 180, "uvlock": true },
|
||||
"east=false,north=true,south=false,west=true": { "model": "birch_fence_ne", "y": 270, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=false": { "model": "birch_fence_ns", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=true": { "model": "birch_fence_ns", "y": 90, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=false": { "model": "birch_fence_nse", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=true": { "model": "birch_fence_nse", "y": 90, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=true": { "model": "birch_fence_nse", "y": 180, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=true": { "model": "birch_fence_nse", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=true": { "model": "birch_fence_nsew", "uvlock": true }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/birch_fence_gate.json
Normal file
20
assets/minecraft/blockstates/birch_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "birch_fence_gate_closed" },
|
||||
"facing=west,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=false,open=true": { "model": "birch_fence_gate_open" },
|
||||
"facing=west,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=false": { "model": "birch_wall_gate_closed" },
|
||||
"facing=west,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open" },
|
||||
"facing=west,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_leaves.json
Normal file
5
assets/minecraft/blockstates/birch_leaves.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "birch_leaves" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/birch_log.json
Normal file
8
assets/minecraft/blockstates/birch_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "birch_log" },
|
||||
"axis=z": { "model": "birch_log_side" },
|
||||
"axis=x": { "model": "birch_log_side", "y": 90 },
|
||||
"axis=none": { "model": "birch_bark" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/birch_planks.json
Normal file
5
assets/minecraft/blockstates/birch_planks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "birch_planks" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/birch_sapling.json
Normal file
6
assets/minecraft/blockstates/birch_sapling.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"stage=0": { "model": "birch_sapling" },
|
||||
"stage=1": { "model": "birch_sapling" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/birch_slab.json
Normal file
6
assets/minecraft/blockstates/birch_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=bottom": { "model": "half_slab_birch" },
|
||||
"half=top": { "model": "upper_slab_birch" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/birch_stairs.json
Normal file
44
assets/minecraft/blockstates/birch_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "birch_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "birch_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "birch_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "birch_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "birch_outer_stairs" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "birch_outer_stairs" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "birch_inner_stairs" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "birch_inner_stairs" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/black_carpet.json
Normal file
5
assets/minecraft/blockstates/black_carpet.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "carpet_black" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/black_stained_glass.json
Normal file
5
assets/minecraft/blockstates/black_stained_glass.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "glass_black" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/black_stained_glass_pane.json
Normal file
20
assets/minecraft/blockstates/black_stained_glass_pane.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "black_pane_nsew" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "black_pane_n" },
|
||||
"east=true,north=false,south=false,west=false": { "model": "black_pane_n", "y": 90 },
|
||||
"east=false,north=false,south=true,west=false": { "model": "black_pane_n", "y": 180 },
|
||||
"east=false,north=false,south=false,west=true": { "model": "black_pane_n", "y": 270 },
|
||||
"east=true,north=true,south=false,west=false": { "model": "black_pane_ne" },
|
||||
"east=true,north=false,south=true,west=false": { "model": "black_pane_ne", "y": 90 },
|
||||
"east=false,north=false,south=true,west=true": { "model": "black_pane_ne", "y": 180 },
|
||||
"east=false,north=true,south=false,west=true": { "model": "black_pane_ne", "y": 270 },
|
||||
"east=false,north=true,south=true,west=false": { "model": "black_pane_ns" },
|
||||
"east=true,north=false,south=false,west=true": { "model": "black_pane_ns", "y": 90 },
|
||||
"east=true,north=true,south=true,west=false": { "model": "black_pane_nse" },
|
||||
"east=true,north=false,south=true,west=true": { "model": "black_pane_nse", "y": 90 },
|
||||
"east=false,north=true,south=true,west=true": { "model": "black_pane_nse", "y": 180 },
|
||||
"east=true,north=true,south=false,west=true": { "model": "black_pane_nse", "y": 270 },
|
||||
"east=true,north=true,south=true,west=true": { "model": "black_pane_nsew" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "hardened_clay_black" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/black_wool.json
Normal file
5
assets/minecraft/blockstates/black_wool.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "black_wool" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/blue_carpet.json
Normal file
5
assets/minecraft/blockstates/blue_carpet.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "carpet_blue" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/blue_orchid.json
Normal file
5
assets/minecraft/blockstates/blue_orchid.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "orchid" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/blue_stained_glass.json
Normal file
5
assets/minecraft/blockstates/blue_stained_glass.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "glass_blue" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/blue_stained_glass_pane.json
Normal file
20
assets/minecraft/blockstates/blue_stained_glass_pane.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "blue_pane_nsew" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "blue_pane_n" },
|
||||
"east=true,north=false,south=false,west=false": { "model": "blue_pane_n", "y": 90 },
|
||||
"east=false,north=false,south=true,west=false": { "model": "blue_pane_n", "y": 180 },
|
||||
"east=false,north=false,south=false,west=true": { "model": "blue_pane_n", "y": 270 },
|
||||
"east=true,north=true,south=false,west=false": { "model": "blue_pane_ne" },
|
||||
"east=true,north=false,south=true,west=false": { "model": "blue_pane_ne", "y": 90 },
|
||||
"east=false,north=false,south=true,west=true": { "model": "blue_pane_ne", "y": 180 },
|
||||
"east=false,north=true,south=false,west=true": { "model": "blue_pane_ne", "y": 270 },
|
||||
"east=false,north=true,south=true,west=false": { "model": "blue_pane_ns" },
|
||||
"east=true,north=false,south=false,west=true": { "model": "blue_pane_ns", "y": 90 },
|
||||
"east=true,north=true,south=true,west=false": { "model": "blue_pane_nse" },
|
||||
"east=true,north=false,south=true,west=true": { "model": "blue_pane_nse", "y": 90 },
|
||||
"east=false,north=true,south=true,west=true": { "model": "blue_pane_nse", "y": 180 },
|
||||
"east=true,north=true,south=false,west=true": { "model": "blue_pane_nse", "y": 270 },
|
||||
"east=true,north=true,south=true,west=true": { "model": "blue_pane_nsew" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "hardened_clay_blue" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/blue_wool.json
Normal file
5
assets/minecraft/blockstates/blue_wool.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "blue_wool" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/bookshelf.json
Normal file
5
assets/minecraft/blockstates/bookshelf.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "bookshelf" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/brewing_stand.json
Normal file
12
assets/minecraft/blockstates/brewing_stand.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"has_bottle_0=false,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_empty" },
|
||||
"has_bottle_0=true,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_bottles_1" },
|
||||
"has_bottle_0=false,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_2" },
|
||||
"has_bottle_0=false,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_3" },
|
||||
"has_bottle_0=true,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_12" },
|
||||
"has_bottle_0=true,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_13" },
|
||||
"has_bottle_0=false,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_23" },
|
||||
"has_bottle_0=true,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_123" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/brick_block.json
Normal file
5
assets/minecraft/blockstates/brick_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "brick" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/brick_double_slab.json
Normal file
6
assets/minecraft/blockstates/brick_double_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "brick" },
|
||||
"all": { "model": "brick" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/brick_slab.json
Normal file
6
assets/minecraft/blockstates/brick_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=bottom": { "model": "half_slab_brick" },
|
||||
"half=top": { "model": "upper_slab_brick" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/brick_stairs.json
Normal file
44
assets/minecraft/blockstates/brick_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "brick_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "brick_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "brick_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "brick_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "brick_outer_stairs" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "brick_outer_stairs" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "brick_inner_stairs" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "brick_inner_stairs" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/brown_carpet.json
Normal file
5
assets/minecraft/blockstates/brown_carpet.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "carpet_brown" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/brown_mushroom.json
Normal file
5
assets/minecraft/blockstates/brown_mushroom.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "brown_mushroom" }
|
||||
}
|
||||
}
|
||||
17
assets/minecraft/blockstates/brown_mushroom_block.json
Normal file
17
assets/minecraft/blockstates/brown_mushroom_block.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"variants": {
|
||||
"variant=north_west": { "model": "brown_mushroom_block_nw" },
|
||||
"variant=north": { "model": "brown_mushroom_block_n" },
|
||||
"variant=north_east": { "model": "brown_mushroom_block_ne" },
|
||||
"variant=west": { "model": "brown_mushroom_block_w" },
|
||||
"variant=center": { "model": "brown_mushroom_block_c" },
|
||||
"variant=east": { "model": "brown_mushroom_block_e" },
|
||||
"variant=south_west": { "model": "brown_mushroom_block_sw" },
|
||||
"variant=south": { "model": "brown_mushroom_block_s" },
|
||||
"variant=south_east": { "model": "brown_mushroom_block_se" },
|
||||
"variant=stem": { "model": "brown_mushroom_block_stem" },
|
||||
"variant=all_stem": { "model": "brown_mushroom_block_stem_all" },
|
||||
"variant=all_outside": { "model": "brown_mushroom_block_cap_all" },
|
||||
"variant=all_inside": { "model": "brown_mushroom_block_inside_all" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/brown_stained_glass.json
Normal file
5
assets/minecraft/blockstates/brown_stained_glass.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "glass_brown" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/brown_stained_glass_pane.json
Normal file
20
assets/minecraft/blockstates/brown_stained_glass_pane.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "brown_pane_nsew" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "brown_pane_n" },
|
||||
"east=true,north=false,south=false,west=false": { "model": "brown_pane_n", "y": 90 },
|
||||
"east=false,north=false,south=true,west=false": { "model": "brown_pane_n", "y": 180 },
|
||||
"east=false,north=false,south=false,west=true": { "model": "brown_pane_n", "y": 270 },
|
||||
"east=true,north=true,south=false,west=false": { "model": "brown_pane_ne" },
|
||||
"east=true,north=false,south=true,west=false": { "model": "brown_pane_ne", "y": 90 },
|
||||
"east=false,north=false,south=true,west=true": { "model": "brown_pane_ne", "y": 180 },
|
||||
"east=false,north=true,south=false,west=true": { "model": "brown_pane_ne", "y": 270 },
|
||||
"east=false,north=true,south=true,west=false": { "model": "brown_pane_ns" },
|
||||
"east=true,north=false,south=false,west=true": { "model": "brown_pane_ns", "y": 90 },
|
||||
"east=true,north=true,south=true,west=false": { "model": "brown_pane_nse" },
|
||||
"east=true,north=false,south=true,west=true": { "model": "brown_pane_nse", "y": 90 },
|
||||
"east=false,north=true,south=true,west=true": { "model": "brown_pane_nse", "y": 180 },
|
||||
"east=true,north=true,south=false,west=true": { "model": "brown_pane_nse", "y": 270 },
|
||||
"east=true,north=true,south=true,west=true": { "model": "brown_pane_nsew" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "hardened_clay_brown" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/brown_wool.json
Normal file
5
assets/minecraft/blockstates/brown_wool.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "brown_wool" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cactus.json
Normal file
5
assets/minecraft/blockstates/cactus.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "cactus" }
|
||||
}
|
||||
}
|
||||
11
assets/minecraft/blockstates/cake.json
Normal file
11
assets/minecraft/blockstates/cake.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"variants": {
|
||||
"bites=0": { "model": "cake_uneaten" },
|
||||
"bites=1": { "model": "cake_slice1" },
|
||||
"bites=2": { "model": "cake_slice2" },
|
||||
"bites=3": { "model": "cake_slice3" },
|
||||
"bites=4": { "model": "cake_slice4" },
|
||||
"bites=5": { "model": "cake_slice5" },
|
||||
"bites=6": { "model": "cake_slice6" }
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/blockstates/carrots.json
Normal file
12
assets/minecraft/blockstates/carrots.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0": { "model": "carrots_stage0" },
|
||||
"age=1": { "model": "carrots_stage0" },
|
||||
"age=2": { "model": "carrots_stage1" },
|
||||
"age=3": { "model": "carrots_stage1" },
|
||||
"age=4": { "model": "carrots_stage2" },
|
||||
"age=5": { "model": "carrots_stage2" },
|
||||
"age=6": { "model": "carrots_stage2" },
|
||||
"age=7": { "model": "carrots_stage3" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/cauldron.json
Normal file
8
assets/minecraft/blockstates/cauldron.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"level=0": { "model": "cauldron_empty" },
|
||||
"level=1": { "model": "cauldron_level1" },
|
||||
"level=2": { "model": "cauldron_level2" },
|
||||
"level=3": { "model": "cauldron_level3" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "stonebrick_chiseled" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/chiseled_quartz_block.json
Normal file
6
assets/minecraft/blockstates/chiseled_quartz_block.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "quartz_chiseled" }
|
||||
}
|
||||
}
|
||||
|
||||
5
assets/minecraft/blockstates/chiseled_red_sandstone.json
Normal file
5
assets/minecraft/blockstates/chiseled_red_sandstone.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "red_sandstone_chiseled" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/chiseled_sandstone.json
Normal file
5
assets/minecraft/blockstates/chiseled_sandstone.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "sandstone_chiseled" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/chiseled_stonebrick.json
Normal file
5
assets/minecraft/blockstates/chiseled_stonebrick.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "stonebrick_chiseled" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/clay.json
Normal file
5
assets/minecraft/blockstates/clay.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "clay" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/coal_block.json
Normal file
5
assets/minecraft/blockstates/coal_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "coal_block" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/coal_ore.json
Normal file
5
assets/minecraft/blockstates/coal_ore.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "coal_ore" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/coarse_dirt.json
Normal file
5
assets/minecraft/blockstates/coarse_dirt.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "coarse_dirt" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cobblestone.json
Normal file
5
assets/minecraft/blockstates/cobblestone.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "cobblestone" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "cobblestone" },
|
||||
"all": { "model": "cobblestone" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "cobblestone" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/cobblestone_slab.json
Normal file
6
assets/minecraft/blockstates/cobblestone_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=bottom": { "model": "half_slab_cobblestone" },
|
||||
"half=top": { "model": "upper_slab_cobblestone" }
|
||||
}
|
||||
}
|
||||
36
assets/minecraft/blockstates/cobblestone_wall.json
Normal file
36
assets/minecraft/blockstates/cobblestone_wall.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_post" },
|
||||
"east=false,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_n" },
|
||||
"east=true,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true },
|
||||
"east=false,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_ne" },
|
||||
"east=true,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true },
|
||||
"east=false,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true },
|
||||
"east=false,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_ns" },
|
||||
"east=true,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_ns", "y": 90, "uvlock": true },
|
||||
"east=true,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_nse" },
|
||||
"east=true,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true },
|
||||
"east=false,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true },
|
||||
"east=true,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nsew" },
|
||||
"east=false,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_post" },
|
||||
"east=false,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_n" },
|
||||
"east=true,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true },
|
||||
"east=false,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_ne" },
|
||||
"east=true,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true },
|
||||
"east=false,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true },
|
||||
"east=false,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_ns_above" },
|
||||
"east=true,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_ns_above", "y": 90, "uvlock": true },
|
||||
"east=true,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_nse" },
|
||||
"east=true,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true },
|
||||
"east=false,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true },
|
||||
"east=true,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nsew" }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/cocoa.json
Normal file
16
assets/minecraft/blockstates/cocoa.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"age=0,facing=south": { "model": "cocoa_age0_s" },
|
||||
"age=0,facing=west": { "model": "cocoa_age0_s", "y": 90 },
|
||||
"age=0,facing=north": { "model": "cocoa_age0_s", "y": 180 },
|
||||
"age=0,facing=east": { "model": "cocoa_age0_s", "y": 270 },
|
||||
"age=1,facing=south": { "model": "cocoa_age1_s" },
|
||||
"age=1,facing=west": { "model": "cocoa_age1_s", "y": 90 },
|
||||
"age=1,facing=north": { "model": "cocoa_age1_s", "y": 180 },
|
||||
"age=1,facing=east": { "model": "cocoa_age1_s", "y": 270 },
|
||||
"age=2,facing=south": { "model": "cocoa_age2_s" },
|
||||
"age=2,facing=west": { "model": "cocoa_age2_s", "y": 90 },
|
||||
"age=2,facing=north": { "model": "cocoa_age2_s", "y": 180 },
|
||||
"age=2,facing=east": { "model": "cocoa_age2_s", "y": 270 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/command_block.json
Normal file
5
assets/minecraft/blockstates/command_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "command_block" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "stonebrick_cracked" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cracked_stonebrick.json
Normal file
5
assets/minecraft/blockstates/cracked_stonebrick.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "stonebrick_cracked" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/crafting_table.json
Normal file
5
assets/minecraft/blockstates/crafting_table.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "crafting_table" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cyan_carpet.json
Normal file
5
assets/minecraft/blockstates/cyan_carpet.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "carpet_cyan" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cyan_stained_glass.json
Normal file
5
assets/minecraft/blockstates/cyan_stained_glass.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "glass_cyan" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/cyan_stained_glass_pane.json
Normal file
20
assets/minecraft/blockstates/cyan_stained_glass_pane.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "cyan_pane_nsew" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "cyan_pane_n" },
|
||||
"east=true,north=false,south=false,west=false": { "model": "cyan_pane_n", "y": 90 },
|
||||
"east=false,north=false,south=true,west=false": { "model": "cyan_pane_n", "y": 180 },
|
||||
"east=false,north=false,south=false,west=true": { "model": "cyan_pane_n", "y": 270 },
|
||||
"east=true,north=true,south=false,west=false": { "model": "cyan_pane_ne" },
|
||||
"east=true,north=false,south=true,west=false": { "model": "cyan_pane_ne", "y": 90 },
|
||||
"east=false,north=false,south=true,west=true": { "model": "cyan_pane_ne", "y": 180 },
|
||||
"east=false,north=true,south=false,west=true": { "model": "cyan_pane_ne", "y": 270 },
|
||||
"east=false,north=true,south=true,west=false": { "model": "cyan_pane_ns" },
|
||||
"east=true,north=false,south=false,west=true": { "model": "cyan_pane_ns", "y": 90 },
|
||||
"east=true,north=true,south=true,west=false": { "model": "cyan_pane_nse" },
|
||||
"east=true,north=false,south=true,west=true": { "model": "cyan_pane_nse", "y": 90 },
|
||||
"east=false,north=true,south=true,west=true": { "model": "cyan_pane_nse", "y": 180 },
|
||||
"east=true,north=true,south=false,west=true": { "model": "cyan_pane_nse", "y": 270 },
|
||||
"east=true,north=true,south=true,west=true": { "model": "cyan_pane_nsew" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "hardened_clay_cyan" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/cyan_wool.json
Normal file
5
assets/minecraft/blockstates/cyan_wool.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "cyan_wool" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dandelion.json
Normal file
5
assets/minecraft/blockstates/dandelion.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "dandelion" }
|
||||
}
|
||||
}
|
||||
36
assets/minecraft/blockstates/dark_oak_door.json
Normal file
36
assets/minecraft/blockstates/dark_oak_door.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom" },
|
||||
"facing=south,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 90 },
|
||||
"facing=west,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 180 },
|
||||
"facing=north,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 270 },
|
||||
"facing=east,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh" },
|
||||
"facing=south,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 90 },
|
||||
"facing=west,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 180 },
|
||||
"facing=north,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 270 },
|
||||
"facing=east,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 90 },
|
||||
"facing=south,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 180 },
|
||||
"facing=west,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 270 },
|
||||
"facing=north,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh" },
|
||||
"facing=east,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 270 },
|
||||
"facing=south,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom" },
|
||||
"facing=west,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 90 },
|
||||
"facing=north,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 180 },
|
||||
"facing=east,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top" },
|
||||
"facing=south,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 90 },
|
||||
"facing=west,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 180 },
|
||||
"facing=north,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 270 },
|
||||
"facing=east,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh" },
|
||||
"facing=south,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 90 },
|
||||
"facing=west,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 180 },
|
||||
"facing=north,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 270 },
|
||||
"facing=east,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 90 },
|
||||
"facing=south,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 180 },
|
||||
"facing=west,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 270 },
|
||||
"facing=north,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh" },
|
||||
"facing=east,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 270 },
|
||||
"facing=south,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top" },
|
||||
"facing=west,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 90 },
|
||||
"facing=north,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 180 }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_double_slab.json
Normal file
5
assets/minecraft/blockstates/dark_oak_double_slab.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "dark_oak_planks" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/dark_oak_fence.json
Normal file
20
assets/minecraft/blockstates/dark_oak_fence.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"east=false,north=false,south=false,west=false": { "model": "dark_oak_fence_post" },
|
||||
"east=false,north=true,south=false,west=false": { "model": "dark_oak_fence_n", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=false": { "model": "dark_oak_fence_n", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=false": { "model": "dark_oak_fence_n", "y": 180, "uvlock": true },
|
||||
"east=false,north=false,south=false,west=true": { "model": "dark_oak_fence_n", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=false": { "model": "dark_oak_fence_ne", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=false": { "model": "dark_oak_fence_ne", "y": 90, "uvlock": true },
|
||||
"east=false,north=false,south=true,west=true": { "model": "dark_oak_fence_ne", "y": 180, "uvlock": true },
|
||||
"east=false,north=true,south=false,west=true": { "model": "dark_oak_fence_ne", "y": 270, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=false": { "model": "dark_oak_fence_ns", "uvlock": true },
|
||||
"east=true,north=false,south=false,west=true": { "model": "dark_oak_fence_ns", "y": 90, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=false": { "model": "dark_oak_fence_nse", "uvlock": true },
|
||||
"east=true,north=false,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 90, "uvlock": true },
|
||||
"east=false,north=true,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 180, "uvlock": true },
|
||||
"east=true,north=true,south=false,west=true": { "model": "dark_oak_fence_nse", "y": 270, "uvlock": true },
|
||||
"east=true,north=true,south=true,west=true": { "model": "dark_oak_fence_nsew", "uvlock": true }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/dark_oak_fence_gate.json
Normal file
20
assets/minecraft/blockstates/dark_oak_fence_gate.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=south,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed" },
|
||||
"facing=west,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open" },
|
||||
"facing=west,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed" },
|
||||
"facing=west,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 270, "uvlock": true },
|
||||
"facing=south,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open" },
|
||||
"facing=west,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 90, "uvlock": true },
|
||||
"facing=north,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 180, "uvlock": true },
|
||||
"facing=east,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 270, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_leaves.json
Normal file
5
assets/minecraft/blockstates/dark_oak_leaves.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "dark_oak_leaves" }
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/blockstates/dark_oak_log.json
Normal file
8
assets/minecraft/blockstates/dark_oak_log.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"axis=y": { "model": "dark_oak_log" },
|
||||
"axis=z": { "model": "dark_oak_log_side" },
|
||||
"axis=x": { "model": "dark_oak_log_side", "y": 90 },
|
||||
"axis=none": { "model": "dark_oak_bark" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_oak_planks.json
Normal file
5
assets/minecraft/blockstates/dark_oak_planks.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "dark_oak_planks" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/dark_oak_sapling.json
Normal file
6
assets/minecraft/blockstates/dark_oak_sapling.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"stage=0": { "model": "dark_oak_sapling" },
|
||||
"stage=1": { "model": "dark_oak_sapling" }
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/blockstates/dark_oak_slab.json
Normal file
6
assets/minecraft/blockstates/dark_oak_slab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=bottom": { "model": "half_slab_dark_oak" },
|
||||
"half=top": { "model": "upper_slab_dark_oak" }
|
||||
}
|
||||
}
|
||||
44
assets/minecraft/blockstates/dark_oak_stairs.json
Normal file
44
assets/minecraft/blockstates/dark_oak_stairs.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=straight": { "model": "dark_oak_stairs" },
|
||||
"facing=west,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs" },
|
||||
"facing=west,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs" },
|
||||
"facing=north,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs" },
|
||||
"facing=west,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=north,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=east,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true },
|
||||
"facing=west,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true },
|
||||
"facing=south,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs" },
|
||||
"facing=north,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=east,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
|
||||
"facing=west,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true },
|
||||
"facing=south,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
|
||||
"facing=north,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dark_prismarine.json
Normal file
5
assets/minecraft/blockstates/dark_prismarine.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "prismarine_dark" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/daylight_detector.json
Normal file
20
assets/minecraft/blockstates/daylight_detector.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"power=0": { "model": "daylight_detector" },
|
||||
"power=1": { "model": "daylight_detector" },
|
||||
"power=2": { "model": "daylight_detector" },
|
||||
"power=3": { "model": "daylight_detector" },
|
||||
"power=4": { "model": "daylight_detector" },
|
||||
"power=5": { "model": "daylight_detector" },
|
||||
"power=6": { "model": "daylight_detector" },
|
||||
"power=7": { "model": "daylight_detector" },
|
||||
"power=8": { "model": "daylight_detector" },
|
||||
"power=9": { "model": "daylight_detector" },
|
||||
"power=10": { "model": "daylight_detector" },
|
||||
"power=11": { "model": "daylight_detector" },
|
||||
"power=12": { "model": "daylight_detector" },
|
||||
"power=13": { "model": "daylight_detector" },
|
||||
"power=14": { "model": "daylight_detector" },
|
||||
"power=15": { "model": "daylight_detector" }
|
||||
}
|
||||
}
|
||||
20
assets/minecraft/blockstates/daylight_detector_inverted.json
Normal file
20
assets/minecraft/blockstates/daylight_detector_inverted.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"variants": {
|
||||
"power=0": { "model": "daylight_detector_inverted" },
|
||||
"power=1": { "model": "daylight_detector_inverted" },
|
||||
"power=2": { "model": "daylight_detector_inverted" },
|
||||
"power=3": { "model": "daylight_detector_inverted" },
|
||||
"power=4": { "model": "daylight_detector_inverted" },
|
||||
"power=5": { "model": "daylight_detector_inverted" },
|
||||
"power=6": { "model": "daylight_detector_inverted" },
|
||||
"power=7": { "model": "daylight_detector_inverted" },
|
||||
"power=8": { "model": "daylight_detector_inverted" },
|
||||
"power=9": { "model": "daylight_detector_inverted" },
|
||||
"power=10": { "model": "daylight_detector_inverted" },
|
||||
"power=11": { "model": "daylight_detector_inverted" },
|
||||
"power=12": { "model": "daylight_detector_inverted" },
|
||||
"power=13": { "model": "daylight_detector_inverted" },
|
||||
"power=14": { "model": "daylight_detector_inverted" },
|
||||
"power=15": { "model": "daylight_detector_inverted" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/dead_bush.json
Normal file
5
assets/minecraft/blockstates/dead_bush.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "dead_bush" }
|
||||
}
|
||||
}
|
||||
16
assets/minecraft/blockstates/detector_rail.json
Normal file
16
assets/minecraft/blockstates/detector_rail.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"variants": {
|
||||
"powered=false,shape=north_south": { "model": "detector_rail_flat" },
|
||||
"powered=false,shape=east_west": { "model": "detector_rail_flat", "y": 90 },
|
||||
"powered=false,shape=ascending_east": { "model": "detector_rail_raised_ne", "y": 90 },
|
||||
"powered=false,shape=ascending_west": { "model": "detector_rail_raised_sw", "y": 90 },
|
||||
"powered=false,shape=ascending_north": { "model": "detector_rail_raised_ne" },
|
||||
"powered=false,shape=ascending_south": { "model": "detector_rail_raised_sw" },
|
||||
"powered=true,shape=north_south": { "model": "detector_rail_powered_flat" },
|
||||
"powered=true,shape=east_west": { "model": "detector_rail_powered_flat", "y": 90 },
|
||||
"powered=true,shape=ascending_east": { "model": "detector_rail_powered_raised_ne", "y": 90 },
|
||||
"powered=true,shape=ascending_west": { "model": "detector_rail_powered_raised_sw", "y": 90 },
|
||||
"powered=true,shape=ascending_north": { "model": "detector_rail_powered_raised_ne" },
|
||||
"powered=true,shape=ascending_south": { "model": "detector_rail_powered_raised_sw" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/diamond_block.json
Normal file
5
assets/minecraft/blockstates/diamond_block.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "diamond_block" }
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/blockstates/diamond_ore.json
Normal file
5
assets/minecraft/blockstates/diamond_ore.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "diamond_ore" }
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user