Create/Update assets for version 1.9.2

This commit is contained in:
InventiveBot 2017-02-18 13:29:02 +00:00
parent edd2521bab
commit cb4388f548
4345 changed files with 260723 additions and 0 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
assets/icons/minecraft.icns Normal file

Binary file not shown.

View 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 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "acacia_planks" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "acacia_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "acacia_log" },
"axis=z": { "model": "acacia_log", "x": 90 },
"axis=x": { "model": "acacia_log", "x": 90, "y": 90 },
"axis=none": { "model": "acacia_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "acacia_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "acacia_sapling" },
"stage=1": { "model": "acacia_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_acacia" },
"half=top": { "model": "upper_slab_acacia" }
}
}

View 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, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View 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" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "allium" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "andesite" }
}
}

View 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 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "beacon" }
}
}

View 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 }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "bedrock" },
{ "model": "bedrock_mirrored" },
{ "model": "bedrock", "y": 180 },
{ "model": "bedrock_mirrored", "y": 180 }
]
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"age=0": { "model": "beetroots_stage0" },
"age=1": { "model": "beetroots_stage1" },
"age=2": { "model": "beetroots_stage2" },
"age=3": { "model": "beetroots_stage3" }
}
}

View 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 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "birch_planks" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "birch_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "birch_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "birch_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "birch_log" },
"axis=z": { "model": "birch_log", "x": 90 },
"axis=x": { "model": "birch_log", "x": 90, "y": 90 },
"axis=none": { "model": "birch_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "birch_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "birch_sapling" },
"stage=1": { "model": "birch_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_birch" },
"half=top": { "model": "upper_slab_birch" }
}
}

View 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, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_black" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_black" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "black_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "black_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "black_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "black_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "black_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "black_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "black_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "black_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "black_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_black" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "black_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_blue" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "orchid" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_blue" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "blue_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "blue_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "blue_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "blue_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "blue_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "blue_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "blue_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "blue_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "blue_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_blue" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "blue_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "bookshelf" }
}
}

View File

@ -0,0 +1,23 @@
{
"multipart": [
{ "apply": { "model": "brewing_stand" }},
{ "when": { "has_bottle_0": "true" },
"apply": { "model": "brewing_stand_bottle0" }
},
{ "when": { "has_bottle_1": "true" },
"apply": { "model": "brewing_stand_bottle1" }
},
{ "when": { "has_bottle_2": "true" },
"apply": { "model": "brewing_stand_bottle2" }
},
{ "when": { "has_bottle_0": "false" },
"apply": { "model": "brewing_stand_empty0" }
},
{ "when": { "has_bottle_1": "false" },
"apply": { "model": "brewing_stand_empty1" }
},
{ "when": { "has_bottle_2": "false" },
"apply": { "model": "brewing_stand_empty2" }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "brick" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "brick" },
"all": { "model": "brick" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_brick" },
"half=top": { "model": "upper_slab_brick" }
}
}

View 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, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_brown" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "brown_mushroom" }
}
}

View 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" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_brown" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "brown_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "brown_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "brown_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "brown_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "brown_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "brown_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "brown_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "brown_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "brown_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_brown" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "brown_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "cactus" }
}
}

View 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" }
}
}

View 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" }
}
}

View 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" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"conditional=false,facing=down": { "model": "chain_command_block", "x": 90 },
"conditional=false,facing=up": { "model": "chain_command_block", "x": 270 },
"conditional=false,facing=north": { "model": "chain_command_block" },
"conditional=false,facing=south": { "model": "chain_command_block", "y": 180 },
"conditional=false,facing=west": { "model": "chain_command_block", "y": 270 },
"conditional=false,facing=east": { "model": "chain_command_block", "y": 90 },
"conditional=true,facing=down": { "model": "chain_command_block_conditional", "x": 90 },
"conditional=true,facing=up": { "model": "chain_command_block_conditional", "x": 270 },
"conditional=true,facing=north": { "model": "chain_command_block_conditional" },
"conditional=true,facing=south": { "model": "chain_command_block_conditional", "y": 180 },
"conditional=true,facing=west": { "model": "chain_command_block_conditional", "y": 270 },
"conditional=true,facing=east": { "model": "chain_command_block_conditional", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_chiseled" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "quartz_chiseled" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_sandstone_chiseled" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "sandstone_chiseled" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_chiseled" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"age=0": { "model": "chorus_flower" },
"age=1": { "model": "chorus_flower" },
"age=2": { "model": "chorus_flower" },
"age=3": { "model": "chorus_flower" },
"age=4": { "model": "chorus_flower" },
"age=5": { "model": "chorus_flower_dead" }
}
}

View File

@ -0,0 +1,70 @@
{
"multipart": [
{ "when": { "north": true },
"apply": { "model": "chorus_plant_side" }
},
{ "when": { "east": true },
"apply": { "model": "chorus_plant_side", "y": 90, "uvlock": true }
},
{ "when": { "south": true },
"apply": { "model": "chorus_plant_side", "y": 180, "uvlock": true }
},
{ "when": { "west": true },
"apply": { "model": "chorus_plant_side", "y": 270, "uvlock": true }
},
{ "when": { "up": true },
"apply": { "model": "chorus_plant_side", "x": 270, "uvlock": true }
},
{ "when": { "down": true },
"apply": { "model": "chorus_plant_side", "x": 90, "uvlock": true }
},
{ "when": { "north": false },
"apply": [
{ "model": "chorus_plant_noside", "weight": 2 },
{ "model": "chorus_plant_noside1" },
{ "model": "chorus_plant_noside2" },
{ "model": "chorus_plant_noside3" }
]
},
{ "when": { "east": false },
"apply": [
{ "model": "chorus_plant_noside1", "y": 90, "uvlock": true },
{ "model": "chorus_plant_noside2", "y": 90, "uvlock": true },
{ "model": "chorus_plant_noside3", "y": 90, "uvlock": true },
{ "model": "chorus_plant_noside", "weight": 2, "y": 90, "uvlock": true }
]
},
{ "when": { "south": false },
"apply": [
{ "model": "chorus_plant_noside2", "y": 180, "uvlock": true },
{ "model": "chorus_plant_noside3", "y": 180, "uvlock": true },
{ "model": "chorus_plant_noside", "weight": 2, "y": 180, "uvlock": true },
{ "model": "chorus_plant_noside1", "y": 180, "uvlock": true }
]
},
{ "when": { "west": false },
"apply": [
{ "model": "chorus_plant_noside3", "y": 270, "uvlock": true },
{ "model": "chorus_plant_noside", "weight": 2, "y": 270, "uvlock": true },
{ "model": "chorus_plant_noside1", "y": 270, "uvlock": true },
{ "model": "chorus_plant_noside2", "y": 270, "uvlock": true }
]
},
{ "when": { "up": false },
"apply": [
{ "model": "chorus_plant_noside", "weight": 2, "x": 270, "uvlock": true },
{ "model": "chorus_plant_noside3", "x": 270, "uvlock": true },
{ "model": "chorus_plant_noside1", "x": 270, "uvlock": true },
{ "model": "chorus_plant_noside2", "x": 270, "uvlock": true }
]
},
{ "when": { "down": false },
"apply": [
{ "model": "chorus_plant_noside3", "x": 90, "uvlock": true },
{ "model": "chorus_plant_noside2", "x": 90, "uvlock": true },
{ "model": "chorus_plant_noside1", "x": 90, "uvlock": true },
{ "model": "chorus_plant_noside", "weight": 2, "x": 90, "uvlock": true }
]
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "clay" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "coal_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "coal_ore" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "coarse_dirt" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "cobblestone" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "cobblestone" },
"all": { "model": "cobblestone" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "cobblestone" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_cobblestone" },
"half=top": { "model": "upper_slab_cobblestone" }
}
}

View File

@ -0,0 +1,19 @@
{
"multipart": [
{ "when": { "up": "true" },
"apply": { "model": "cobblestone_wall_post" }
},
{ "when": { "north": "true" },
"apply": { "model": "cobblestone_wall_side", "uvlock": true }
},
{ "when": { "east": "true" },
"apply": { "model": "cobblestone_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": "true" },
"apply": { "model": "cobblestone_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": "true" },
"apply": { "model": "cobblestone_wall_side", "y": 270, "uvlock": true }
}
]
}

View 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 }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"conditional=false,facing=down": { "model": "command_block", "x": 90 },
"conditional=false,facing=up": { "model": "command_block", "x": 270 },
"conditional=false,facing=north": { "model": "command_block" },
"conditional=false,facing=south": { "model": "command_block", "y": 180 },
"conditional=false,facing=west": { "model": "command_block", "y": 270 },
"conditional=false,facing=east": { "model": "command_block", "y": 90 },
"conditional=true,facing=down": { "model": "command_block_conditional", "x": 90 },
"conditional=true,facing=up": { "model": "command_block_conditional", "x": 270 },
"conditional=true,facing=north": { "model": "command_block_conditional" },
"conditional=true,facing=south": { "model": "command_block_conditional", "y": 180 },
"conditional=true,facing=west": { "model": "command_block_conditional", "y": 270 },
"conditional=true,facing=east": { "model": "command_block_conditional", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_cracked" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_cracked" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "crafting_table" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_cyan" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_cyan" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "cyan_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "cyan_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "cyan_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "cyan_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "cyan_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "cyan_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "cyan_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "cyan_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "cyan_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_cyan" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "cyan_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dandelion" }
}
}

View 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 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dark_oak_planks" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dark_oak_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "dark_oak_log" },
"axis=z": { "model": "dark_oak_log", "x": 90 },
"axis=x": { "model": "dark_oak_log", "x": 90, "y": 90 },
"axis=none": { "model": "dark_oak_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dark_oak_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "dark_oak_sapling" },
"stage=1": { "model": "dark_oak_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_dark_oak" },
"half=top": { "model": "upper_slab_dark_oak" }
}
}

View 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, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "prismarine_dark" }
}
}

View 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" }
}
}

View 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" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dead_bush" }
}
}

View 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" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "diamond_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "diamond_ore" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "diorite" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "dirt" },
{ "model": "dirt", "y": 90 },
{ "model": "dirt", "y": 180 },
{ "model": "dirt", "y": 270 }
]
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"facing=down": { "model": "dispenser_vertical", "x": 180 },
"facing=up": { "model": "dispenser_vertical" },
"facing=north": { "model": "dispenser" },
"facing=south": { "model": "dispenser", "y": 180 },
"facing=west": { "model": "dispenser", "y": 270 },
"facing=east": { "model": "dispenser", "y": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_fern_bottom" },
"half=upper": { "model": "double_fern_top" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_grass_bottom" },
"half=upper": { "model": "double_grass_top" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_rose_bottom" },
"half=upper": { "model": "double_rose_top" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "dragon_egg" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"facing=down": { "model": "dropper_vertical", "x": 180 },
"facing=up": { "model": "dropper_vertical" },
"facing=north": { "model": "dropper" },
"facing=south": { "model": "dropper", "y": 180 },
"facing=west": { "model": "dropper", "y": 270 },
"facing=east": { "model": "dropper", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "emerald_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "emerald_ore" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "enchanting_table_base" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "end_bricks" }
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"eye=false,facing=south": { "model": "end_portal_frame_empty" },
"eye=false,facing=west": { "model": "end_portal_frame_empty", "y": 90 },
"eye=false,facing=north": { "model": "end_portal_frame_empty", "y": 180 },
"eye=false,facing=east": { "model": "end_portal_frame_empty", "y": 270 },
"eye=true,facing=south": { "model": "end_portal_frame_filled" },
"eye=true,facing=west": { "model": "end_portal_frame_filled", "y": 90 },
"eye=true,facing=north": { "model": "end_portal_frame_filled", "y": 180 },
"eye=true,facing=east": { "model": "end_portal_frame_filled", "y": 270 }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"facing=up": { "model": "end_rod" },
"facing=down": { "model": "end_rod", "x": 180 },
"facing=east": { "model": "end_rod", "y": 90, "x": 90 },
"facing=south": { "model": "end_rod", "y": 180, "x": 90 },
"facing=west": { "model": "end_rod", "y": 270, "x": 90 },
"facing=north": { "model": "end_rod", "y": 0, "x": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "end_stone" }
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"moisture=0": { "model": "farmland_dry" },
"moisture=1": { "model": "farmland_dry" },
"moisture=2": { "model": "farmland_dry" },
"moisture=3": { "model": "farmland_dry" },
"moisture=4": { "model": "farmland_dry" },
"moisture=5": { "model": "farmland_dry" },
"moisture=6": { "model": "farmland_dry" },
"moisture=7": { "model": "farmland_moist" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "fern" }
}
}

View File

@ -0,0 +1,50 @@
{
"multipart": [
{ "when": {"north": false, "east": false, "south": false, "west": false, "up": false},
"apply": [
{ "model": "fire_floor0" },
{ "model": "fire_floor1" }
]
},
{ "when": {"OR": [{"north": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "fire_side0" },
{ "model": "fire_side1" },
{ "model": "fire_side_alt0" },
{ "model": "fire_side_alt1" }
]
},
{ "when": {"OR": [{"east": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "fire_side0", "y": 90 },
{ "model": "fire_side1", "y": 90 },
{ "model": "fire_side_alt0", "y": 90 },
{ "model": "fire_side_alt1", "y": 90 }
]
},
{ "when": {"OR": [{"south": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "fire_side0", "y": 180 },
{ "model": "fire_side1", "y": 180 },
{ "model": "fire_side_alt0", "y": 180 },
{ "model": "fire_side_alt1", "y": 180 }
]
},
{ "when": {"OR": [{"west": true}, {"north": false, "east": false, "south": false, "west": false, "up": false}]},
"apply": [
{ "model": "fire_side0", "y": 270 },
{ "model": "fire_side1", "y": 270 },
{ "model": "fire_side_alt0", "y": 270 },
{ "model": "fire_side_alt1", "y": 270 }
]
},
{ "when": {"up": true},
"apply": [
{ "model": "fire_up0" },
{ "model": "fire_up1" },
{ "model": "fire_up_alt0" },
{ "model": "fire_up_alt1" }
]
}
]
}

View File

@ -0,0 +1,26 @@
{
"variants": {
"contents=empty": { "model": "flower_pot" },
"contents=rose": { "model": "flower_pot_rose" },
"contents=blue_orchid": { "model": "flower_pot_orchid" },
"contents=allium": { "model": "flower_pot_allium" },
"contents=houstonia": { "model": "flower_pot_houstonia" },
"contents=red_tulip": { "model": "flower_pot_tulip_red" },
"contents=orange_tulip": { "model": "flower_pot_tulip_orange" },
"contents=white_tulip": { "model": "flower_pot_tulip_white" },
"contents=pink_tulip": { "model": "flower_pot_tulip_pink" },
"contents=oxeye_daisy": { "model": "flower_pot_daisy" },
"contents=dandelion": { "model": "flower_pot_dandelion" },
"contents=oak_sapling": { "model": "flower_pot_oak" },
"contents=spruce_sapling": { "model": "flower_pot_spruce" },
"contents=birch_sapling": { "model": "flower_pot_birch" },
"contents=jungle_sapling": { "model": "flower_pot_jungle" },
"contents=acacia_sapling": { "model": "flower_pot_acacia" },
"contents=dark_oak_sapling": { "model": "flower_pot_dark_oak" },
"contents=mushroom_red": { "model": "flower_pot_mushroom_red" },
"contents=mushroom_brown": { "model": "flower_pot_mushroom_brown" },
"contents=dead_bush": { "model": "flower_pot_dead_bush" },
"contents=fern": { "model": "flower_pot_fern" },
"contents=cactus": { "model": "flower_pot_cactus" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"age=0": { "model": "frosted_ice_0" },
"age=1": { "model": "frosted_ice_1" },
"age=2": { "model": "frosted_ice_2" },
"age=3": { "model": "frosted_ice_3" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "furnace" },
"facing=south": { "model": "furnace", "y": 180 },
"facing=west": { "model": "furnace", "y": 270 },
"facing=east": { "model": "furnace", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glowstone" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "gold_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "gold_ore" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"powered=false,shape=north_south": { "model": "golden_rail_flat" },
"powered=false,shape=east_west": { "model": "golden_rail_flat", "y": 90 },
"powered=false,shape=ascending_east": { "model": "golden_rail_raised_ne", "y": 90 },
"powered=false,shape=ascending_west": { "model": "golden_rail_raised_sw", "y": 90 },
"powered=false,shape=ascending_north": { "model": "golden_rail_raised_ne" },
"powered=false,shape=ascending_south": { "model": "golden_rail_raised_sw" },
"powered=true,shape=north_south": { "model": "golden_rail_active_flat" },
"powered=true,shape=east_west": { "model": "golden_rail_active_flat", "y": 90 },
"powered=true,shape=ascending_east": { "model": "golden_rail_active_raised_ne", "y": 90 },
"powered=true,shape=ascending_west": { "model": "golden_rail_active_raised_sw", "y": 90 },
"powered=true,shape=ascending_north": { "model": "golden_rail_active_raised_ne" },
"powered=true,shape=ascending_south": { "model": "golden_rail_active_raised_sw" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "granite" }
}
}

View File

@ -0,0 +1,11 @@
{
"variants": {
"snowy=false": [
{ "model": "grass_normal" },
{ "model": "grass_normal", "y": 90 },
{ "model": "grass_normal", "y": 180 },
{ "model": "grass_normal", "y": 270 }
],
"snowy=true": { "model": "grass_snowed" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "grass_path" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "gravel" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_gray" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_gray" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "gray_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "gray_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "gray_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "gray_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "gray_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "gray_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "gray_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "gray_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "gray_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_gray" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "gray_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_green" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_green" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "green_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "green_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "green_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "green_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "green_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "green_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "green_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "green_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "green_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_green" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "green_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "hay" },
"axis=z": { "model": "hay", "x": 90 },
"axis=x": { "model": "hay", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"power=0": { "model": "heavy_pressure_plate_up" },
"power=1": { "model": "heavy_pressure_plate_down" },
"power=2": { "model": "heavy_pressure_plate_down" },
"power=3": { "model": "heavy_pressure_plate_down" },
"power=4": { "model": "heavy_pressure_plate_down" },
"power=5": { "model": "heavy_pressure_plate_down" },
"power=6": { "model": "heavy_pressure_plate_down" },
"power=7": { "model": "heavy_pressure_plate_down" },
"power=8": { "model": "heavy_pressure_plate_down" },
"power=9": { "model": "heavy_pressure_plate_down" },
"power=10": { "model": "heavy_pressure_plate_down" },
"power=11": { "model": "heavy_pressure_plate_down" },
"power=12": { "model": "heavy_pressure_plate_down" },
"power=13": { "model": "heavy_pressure_plate_down" },
"power=14": { "model": "heavy_pressure_plate_down" },
"power=15": { "model": "heavy_pressure_plate_down" }
}
}

View File

@ -0,0 +1,9 @@
{
"variants": {
"facing=down": { "model": "hopper_down" },
"facing=north": { "model": "hopper_side" },
"facing=south": { "model": "hopper_side", "y": 180 },
"facing=west": { "model": "hopper_side", "y": 270 },
"facing=east": { "model": "hopper_side", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "houstonia" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "ice" }
}
}

View File

@ -0,0 +1,32 @@
{
"multipart": [
{ "apply": { "model": "iron_bars_post_ends" }},
{ "when": { "north": false, "east": false, "south": false, "west": false },
"apply": { "model": "iron_bars_post" }
},
{ "when": { "north": true, "east": false, "south": false, "west": false },
"apply": { "model": "iron_bars_cap" }
},
{ "when": { "north": false, "east": true, "south": false, "west": false },
"apply": { "model": "iron_bars_cap", "y": 90 }
},
{ "when": { "north": false, "east": false, "south": true, "west": false },
"apply": { "model": "iron_bars_cap_alt" }
},
{ "when": { "north": false, "east": false, "south": false, "west": true },
"apply": { "model": "iron_bars_cap_alt", "y": 90 }
},
{ "when": { "north": true },
"apply": { "model": "iron_bars_side" }
},
{ "when": { "east": true },
"apply": { "model": "iron_bars_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "iron_bars_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "iron_bars_side_alt", "y": 90 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "iron_block" }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": { "model": "iron_door_bottom" },
"facing=south,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true": { "model": "iron_door_bottom" },
"facing=west,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "iron_door_top" },
"facing=south,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh" },
"facing=south,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh" },
"facing=east,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true": { "model": "iron_door_top" },
"facing=west,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 180 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "iron_ore" }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=north,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=south,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=east,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=west,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=north,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=south,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=east,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=west,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=north,half=bottom,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 180 },
"facing=east,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 90 },
"facing=west,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 270 },
"facing=north,half=top,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=top,open=true": { "model": "iron_trapdoor_open", "y": 180 },
"facing=east,half=top,open=true": { "model": "iron_trapdoor_open", "y": 90 },
"facing=west,half=top,open=true": { "model": "iron_trapdoor_open", "y": 270 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "item_frame" },
"map": { "model": "item_frame_map" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "jukebox" }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom" },
"facing=south,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom" },
"facing=west,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "jungle_door_top" },
"facing=south,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh" },
"facing=south,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh" },
"facing=east,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true": { "model": "jungle_door_top" },
"facing=west,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 180 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "jungle_planks" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "jungle_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "jungle_log" },
"axis=z": { "model": "jungle_log", "x": 90 },
"axis=x": { "model": "jungle_log", "x": 90, "y": 90 },
"axis=none": { "model": "jungle_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "jungle_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "jungle_sapling" },
"stage=1": { "model": "jungle_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_jungle" },
"half=top": { "model": "upper_slab_jungle" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "jungle_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "ladder" },
"facing=east": { "model": "ladder", "y": 90 },
"facing=south": { "model": "ladder", "y": 180 },
"facing=west": { "model": "ladder", "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "lapis_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "lapis_ore" }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=down_z,powered=false": { "model": "lever_off", "x": 180, "y": 180 },
"facing=down_x,powered=false": { "model": "lever_off", "x": 180, "y": 90 },
"facing=up_z,powered=false": { "model": "lever_off" },
"facing=up_x,powered=false": { "model": "lever_off", "y": 270 },
"facing=east,powered=false": { "model": "lever_off", "x": 90, "y": 90 },
"facing=west,powered=false": { "model": "lever_off", "x": 90, "y": 270 },
"facing=south,powered=false" : { "model": "lever_off", "x": 90, "y": 180 },
"facing=north,powered=false" : { "model": "lever_off", "x": 90 },
"facing=down_z,powered=true" : { "model": "lever", "x": 180, "y": 180 },
"facing=down_x,powered=true" : { "model": "lever", "x": 180, "y": 90 },
"facing=up_z,powered=true": { "model": "lever" },
"facing=up_x,powered=true": { "model": "lever", "y": 270 },
"facing=east,powered=true": { "model": "lever", "x": 90, "y": 90 },
"facing=west,powered=true": { "model": "lever", "x": 90, "y": 270 },
"facing=south,powered=true": { "model": "lever", "x": 90, "y": 180 },
"facing=north,powered=true": { "model": "lever", "x": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_light_blue" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_light_blue" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "light_blue_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "light_blue_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "light_blue_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "light_blue_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "light_blue_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "light_blue_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "light_blue_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "light_blue_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "light_blue_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_light_blue" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "light_blue_wool" }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"power=0": { "model": "light_pressure_plate_up" },
"power=1": { "model": "light_pressure_plate_down" },
"power=2": { "model": "light_pressure_plate_down" },
"power=3": { "model": "light_pressure_plate_down" },
"power=4": { "model": "light_pressure_plate_down" },
"power=5": { "model": "light_pressure_plate_down" },
"power=6": { "model": "light_pressure_plate_down" },
"power=7": { "model": "light_pressure_plate_down" },
"power=8": { "model": "light_pressure_plate_down" },
"power=9": { "model": "light_pressure_plate_down" },
"power=10": { "model": "light_pressure_plate_down" },
"power=11": { "model": "light_pressure_plate_down" },
"power=12": { "model": "light_pressure_plate_down" },
"power=13": { "model": "light_pressure_plate_down" },
"power=14": { "model": "light_pressure_plate_down" },
"power=15": { "model": "light_pressure_plate_down" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_lime" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_lime" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "lime_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "lime_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "lime_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "lime_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "lime_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "lime_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "lime_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "lime_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "lime_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_lime" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "lime_wool" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "lit_furnace" },
"facing=south": { "model": "lit_furnace", "y": 180 },
"facing=west": { "model": "lit_furnace", "y": 270 },
"facing=east": { "model": "lit_furnace", "y": 90 }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "lit_pumpkin" },
"facing=south": { "model": "lit_pumpkin", "y": 180 },
"facing=west": { "model": "lit_pumpkin", "y": 270 },
"facing=east": { "model": "lit_pumpkin", "y": 90 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "lit_redstone_lamp" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "lit_redstone_ore" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_magenta" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_magenta" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "magenta_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "magenta_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "magenta_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "magenta_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "magenta_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "magenta_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "magenta_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "magenta_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "magenta_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_magenta" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "magenta_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "melon" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"age=0,facing=up": { "model": "melon_stem_growth0" },
"age=1,facing=up": { "model": "melon_stem_growth1" },
"age=2,facing=up": { "model": "melon_stem_growth2" },
"age=3,facing=up": { "model": "melon_stem_growth3" },
"age=4,facing=up": { "model": "melon_stem_growth4" },
"age=5,facing=up": { "model": "melon_stem_growth5" },
"age=6,facing=up": { "model": "melon_stem_growth6" },
"age=7,facing=up": { "model": "melon_stem_growth7" },
"facing=west": { "model": "melon_stem_fruit" },
"facing=east": { "model": "melon_stem_fruit", "y": 180 },
"facing=north": { "model": "melon_stem_fruit", "y": 90 },
"facing=south": { "model": "melon_stem_fruit", "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mob_spawner_cage" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_mossy" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "mossy_cobblestone" }
}
}

View File

@ -0,0 +1,19 @@
{
"multipart": [
{ "when": { "up": true },
"apply": { "model": "mossy_cobblestone_wall_post" }
},
{ "when": { "north": true },
"apply": { "model": "mossy_cobblestone_wall_side", "uvlock": true }
},
{ "when": { "east": true },
"apply": { "model": "mossy_cobblestone_wall_side", "y": 90, "uvlock": true }
},
{ "when": { "south": true },
"apply": { "model": "mossy_cobblestone_wall_side", "y": 180, "uvlock": true }
},
{ "when": { "west": true },
"apply": { "model": "mossy_cobblestone_wall_side", "y": 270, "uvlock": true }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_mossy" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"snowy=false": { "model": "mycelium" },
"snowy=true": { "model": "grass_snowed" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "nether_brick" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "nether_brick" },
"all": { "model": "nether_brick" }
}
}

View File

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

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_nether_brick" },
"half=top": { "model": "upper_slab_nether_brick" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "nether_brick_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"age=0": { "model": "nether_wart_stage0" },
"age=1": { "model": "nether_wart_stage1" },
"age=2": { "model": "nether_wart_stage1" },
"age=3": { "model": "nether_wart_stage2" }
}
}

View File

@ -0,0 +1,22 @@
{
"variants": {
"normal": [
{ "model": "netherrack" },
{ "model": "netherrack", "x": 90 },
{ "model": "netherrack", "x": 180 },
{ "model": "netherrack", "x": 270 },
{ "model": "netherrack", "y": 90 },
{ "model": "netherrack", "y": 90, "x": 90 },
{ "model": "netherrack", "y": 90, "x": 180 },
{ "model": "netherrack", "y": 90, "x": 270 },
{ "model": "netherrack", "y": 180 },
{ "model": "netherrack", "y": 180, "x": 90 },
{ "model": "netherrack", "y": 180, "x": 180 },
{ "model": "netherrack", "y": 180, "x": 270 },
{ "model": "netherrack", "y": 270 },
{ "model": "netherrack", "y": 270, "x": 90 },
{ "model": "netherrack", "y": 270, "x": 180 },
{ "model": "netherrack", "y": 270, "x": 270 }
]
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "noteblock" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "oak_planks" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "oak_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "oak_log" },
"axis=z": { "model": "oak_log", "x": 90 },
"axis=x": { "model": "oak_log", "x": 90, "y": 90 },
"axis=none": { "model": "oak_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "oak_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "oak_sapling" },
"stage=1": { "model": "oak_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_oak" },
"half=top": { "model": "upper_slab_oak" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "oak_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "oak_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "oak_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "oak_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "oak_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "oak_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "oak_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "oak_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "obsidian" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_orange" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_orange" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "orange_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "orange_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "orange_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "orange_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "orange_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "orange_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "orange_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "orange_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "orange_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_orange" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "orange_tulip" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "orange_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "daisy" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "packed_ice" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_paeonia_bottom" },
"half=upper": { "model": "double_paeonia_top" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_pink" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_pink" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "pink_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "pink_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "pink_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "pink_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "pink_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "pink_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "pink_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "pink_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "pink_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_pink" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "pink_tulip" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "pink_wool" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"extended=false,facing=down": { "model": "piston_normal", "x": 90 },
"extended=false,facing=up": { "model": "piston_normal", "x": 270 },
"extended=false,facing=north": { "model": "piston_normal" },
"extended=false,facing=south": { "model": "piston_normal", "y": 180 },
"extended=false,facing=west": { "model": "piston_normal", "y": 270 },
"extended=false,facing=east": { "model": "piston_normal", "y": 90 },
"extended=true,facing=down": { "model": "piston_extended_normal", "x": 90 },
"extended=true,facing=up": { "model": "piston_extended_normal", "x": 270 },
"extended=true,facing=north": { "model": "piston_extended_normal" },
"extended=true,facing=south": { "model": "piston_extended_normal", "y": 180 },
"extended=true,facing=west": { "model": "piston_extended_normal", "y": 270 },
"extended=true,facing=east": { "model": "piston_extended_normal", "y": 90 }
}
}

View File

@ -0,0 +1,28 @@
{
"variants": {
"facing=down,short=false,type=normal": { "model": "piston_head_normal", "x": 90 },
"facing=up,short=false,type=normal": { "model": "piston_head_normal", "x": 270 },
"facing=north,short=false,type=normal": { "model": "piston_head_normal" },
"facing=south,short=false,type=normal": { "model": "piston_head_normal", "y": 180 },
"facing=west,short=false,type=normal": { "model": "piston_head_normal", "y": 270 },
"facing=east,short=false,type=normal": { "model": "piston_head_normal", "y": 90 },
"facing=down,short=false,type=sticky": { "model": "piston_head_sticky", "x": 90 },
"facing=up,short=false,type=sticky": { "model": "piston_head_sticky", "x": 270 },
"facing=north,short=false,type=sticky": { "model": "piston_head_sticky" },
"facing=south,short=false,type=sticky": { "model": "piston_head_sticky", "y": 180 },
"facing=west,short=false,type=sticky": { "model": "piston_head_sticky", "y": 270 },
"facing=east,short=false,type=sticky": { "model": "piston_head_sticky", "y": 90 },
"facing=down,short=true,type=normal": { "model": "piston_head_short_normal", "x": 90 },
"facing=up,short=true,type=normal": { "model": "piston_head_short_normal", "x": 270 },
"facing=north,short=true,type=normal": { "model": "piston_head_short_normal" },
"facing=south,short=true,type=normal": { "model": "piston_head_short_normal", "y": 180 },
"facing=west,short=true,type=normal": { "model": "piston_head_short_normal", "y": 270 },
"facing=east,short=true,type=normal": { "model": "piston_head_short_normal", "y": 90 },
"facing=down,short=true,type=sticky": { "model": "piston_head_short_sticky", "x": 90 },
"facing=up,short=true,type=sticky": { "model": "piston_head_short_sticky", "x": 270 },
"facing=north,short=true,type=sticky": { "model": "piston_head_short_sticky" },
"facing=south,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 180 },
"facing=west,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 270 },
"facing=east,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"snowy=false": { "model": "podzol" },
"snowy=true": { "model": "grass_snowed" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "poppy" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"axis=z": { "model": "portal_ew" },
"axis=x": { "model": "portal_ns" }
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"age=0": { "model": "potatoes_stage0" },
"age=1": { "model": "potatoes_stage0" },
"age=2": { "model": "potatoes_stage1" },
"age=3": { "model": "potatoes_stage1" },
"age=4": { "model": "potatoes_stage2" },
"age=5": { "model": "potatoes_stage2" },
"age=6": { "model": "potatoes_stage2" },
"age=7": { "model": "potatoes_stage3" }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=north,mode=compare,powered=false": { "model": "comparator_unlit" },
"facing=east,mode=compare,powered=false": { "model": "comparator_unlit", "y": 90 },
"facing=south,mode=compare,powered=false": { "model": "comparator_unlit", "y": 180 },
"facing=west,mode=compare,powered=false": { "model": "comparator_unlit", "y": 270 },
"facing=north,mode=subtract,powered=false": { "model": "comparator_unlit_subtract" },
"facing=east,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 90 },
"facing=south,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 180 },
"facing=west,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 270 },
"facing=north,mode=compare,powered=true": { "model": "comparator_lit" },
"facing=east,mode=compare,powered=true": { "model": "comparator_lit", "y": 90 },
"facing=south,mode=compare,powered=true": { "model": "comparator_lit", "y": 180 },
"facing=west,mode=compare,powered=true": { "model": "comparator_lit", "y": 270 },
"facing=north,mode=subtract,powered=true": { "model": "comparator_lit_subtract" },
"facing=east,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 90 },
"facing=south,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 180 },
"facing=west,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 270 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"delay=1,facing=south,locked=false": { "model": "repeater_on_1tick" },
"delay=1,facing=west,locked=false": { "model": "repeater_on_1tick", "y": 90 },
"delay=1,facing=north,locked=false": { "model": "repeater_on_1tick", "y": 180 },
"delay=1,facing=east,locked=false": { "model": "repeater_on_1tick", "y": 270 },
"delay=2,facing=south,locked=false": { "model": "repeater_on_2tick" },
"delay=2,facing=west,locked=false": { "model": "repeater_on_2tick", "y": 90 },
"delay=2,facing=north,locked=false": { "model": "repeater_on_2tick", "y": 180 },
"delay=2,facing=east,locked=false": { "model": "repeater_on_2tick", "y": 270 },
"delay=3,facing=south,locked=false": { "model": "repeater_on_3tick" },
"delay=3,facing=west,locked=false": { "model": "repeater_on_3tick", "y": 90 },
"delay=3,facing=north,locked=false": { "model": "repeater_on_3tick", "y": 180 },
"delay=3,facing=east,locked=false": { "model": "repeater_on_3tick", "y": 270 },
"delay=4,facing=south,locked=false": { "model": "repeater_on_4tick" },
"delay=4,facing=west,locked=false": { "model": "repeater_on_4tick", "y": 90 },
"delay=4,facing=north,locked=false": { "model": "repeater_on_4tick", "y": 180 },
"delay=4,facing=east,locked=false": { "model": "repeater_on_4tick", "y": 270 },
"delay=1,facing=south,locked=true": { "model": "repeater_on_locked_1tick" },
"delay=1,facing=west,locked=true": { "model": "repeater_on_locked_1tick", "y": 90 },
"delay=1,facing=north,locked=true": { "model": "repeater_on_locked_1tick", "y": 180 },
"delay=1,facing=east,locked=true": { "model": "repeater_on_locked_1tick", "y": 270 },
"delay=2,facing=south,locked=true": { "model": "repeater_on_locked_2tick" },
"delay=2,facing=west,locked=true": { "model": "repeater_on_locked_2tick", "y": 90 },
"delay=2,facing=north,locked=true": { "model": "repeater_on_locked_2tick", "y": 180 },
"delay=2,facing=east,locked=true": { "model": "repeater_on_locked_2tick", "y": 270 },
"delay=3,facing=south,locked=true": { "model": "repeater_on_locked_3tick" },
"delay=3,facing=west,locked=true": { "model": "repeater_on_locked_3tick", "y": 90 },
"delay=3,facing=north,locked=true": { "model": "repeater_on_locked_3tick", "y": 180 },
"delay=3,facing=east,locked=true": { "model": "repeater_on_locked_3tick", "y": 270 },
"delay=4,facing=south,locked=true": { "model": "repeater_on_locked_4tick" },
"delay=4,facing=west,locked=true": { "model": "repeater_on_locked_4tick", "y": 90 },
"delay=4,facing=north,locked=true": { "model": "repeater_on_locked_4tick", "y": 180 },
"delay=4,facing=east,locked=true": { "model": "repeater_on_locked_4tick", "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "prismarine_rough" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "prismarine_bricks" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "pumpkin" },
"facing=south": { "model": "pumpkin", "y": 180 },
"facing=west": { "model": "pumpkin", "y": 270 },
"facing=east": { "model": "pumpkin", "y": 90 }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"age=0,facing=up": { "model": "pumpkin_stem_growth0" },
"age=1,facing=up": { "model": "pumpkin_stem_growth1" },
"age=2,facing=up": { "model": "pumpkin_stem_growth2" },
"age=3,facing=up": { "model": "pumpkin_stem_growth3" },
"age=4,facing=up": { "model": "pumpkin_stem_growth4" },
"age=5,facing=up": { "model": "pumpkin_stem_growth5" },
"age=6,facing=up": { "model": "pumpkin_stem_growth6" },
"age=7,facing=up": { "model": "pumpkin_stem_growth7" },
"facing=west": { "model": "pumpkin_stem_fruit" },
"facing=east": { "model": "pumpkin_stem_fruit", "y": 180 },
"facing=north": { "model": "pumpkin_stem_fruit", "y": 90 },
"facing=south": { "model": "pumpkin_stem_fruit", "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_purple" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_purple" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "purple_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "purple_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "purple_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "purple_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "purple_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "purple_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "purple_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "purple_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "purple_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_purple" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "purple_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "purpur_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"variant=default": { "model": "purpur_block" }
}
}

View File

@ -0,0 +1,7 @@
{
"variants": {
"axis=y": { "model": "purpur_pillar_top" },
"axis=z": { "model": "purpur_pillar_top", "x": 90 },
"axis=x": { "model": "purpur_pillar_top", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom,variant=default": { "model": "half_slab_purpur" },
"half=top,variant=default": { "model": "upper_slab_purpur" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "purpur_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "purpur_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "purpur_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "purpur_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "purpur_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "purpur_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "purpur_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "purpur_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "purpur_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "purpur_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "purpur_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "purpur_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "purpur_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "purpur_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "purpur_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "purpur_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "purpur_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "purpur_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "purpur_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "purpur_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "purpur_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "purpur_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "purpur_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "purpur_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "purpur_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "purpur_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "purpur_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "purpur_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "purpur_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "purpur_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "purpur_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "purpur_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "purpur_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "purpur_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "purpur_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "purpur_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "purpur_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "purpur_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "purpur_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "purpur_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "quartz_normal" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "quartz_lines" },
"axis=z": { "model": "quartz_lines", "x": 90 },
"axis=x": { "model": "quartz_lines", "x": 90, "y": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "quartz_normal" },
"all": { "model": "quartz_top" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "quartz_ore" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_quartz" },
"half=top": { "model": "upper_slab_quartz" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "quartz_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,14 @@
{
"variants": {
"shape=north_south": { "model": "normal_rail_flat" },
"shape=east_west": { "model": "normal_rail_flat", "y": 90 },
"shape=ascending_east": { "model": "normal_rail_raised_ne", "y": 90 },
"shape=ascending_west": { "model": "normal_rail_raised_sw", "y": 90 },
"shape=ascending_north": { "model": "normal_rail_raised_ne" },
"shape=ascending_south": { "model": "normal_rail_raised_sw" },
"shape=south_east": { "model": "normal_rail_curved" },
"shape=south_west": { "model": "normal_rail_curved", "y": 90 },
"shape=north_west": { "model": "normal_rail_curved", "y": 180 },
"shape=north_east": { "model": "normal_rail_curved", "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_red" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_mushroom" }
}
}

View File

@ -0,0 +1,18 @@
{
"variants": {
"variant=north_west": { "model": "red_mushroom_block_nw" },
"variant=north": { "model": "red_mushroom_block_n" },
"variant=north_east": { "model": "red_mushroom_block_ne" },
"variant=west": { "model": "red_mushroom_block_w" },
"variant=center": { "model": "red_mushroom_block_c" },
"variant=east": { "model": "red_mushroom_block_e" },
"variant=south_west": { "model": "red_mushroom_block_sw" },
"variant=south": { "model": "red_mushroom_block_s" },
"variant=south_east": { "model": "red_mushroom_block_se" },
"variant=stem": { "model": "red_mushroom_block_stem" },
"variant=all_stem": { "model": "red_mushroom_block_stem_all" },
"variant=all_outside": { "model": "red_mushroom_block_cap_all" },
"variant=all_inside": { "model": "red_mushroom_block_inside_all" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "red_sand" },
{ "model": "red_sand", "y": 90 },
{ "model": "red_sand", "y": 180 },
{ "model": "red_sand", "y": 270 }
]
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_sandstone_normal" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "red_sandstone_normal" },
"all": { "model": "red_sandstone_all" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_red_sandstone" },
"half=top": { "model": "upper_slab_red_sandstone" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "red_sandstone_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_red" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "red_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "red_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "red_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "red_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "red_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "red_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "red_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "red_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "red_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_red" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_tulip" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "redstone_block" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "unlit_redstone_lamp" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "redstone_ore" }
}
}

View File

@ -0,0 +1,9 @@
{
"variants": {
"facing=up": { "model": "lit_redstone_torch" },
"facing=east": { "model": "lit_redstone_torch_wall" },
"facing=south": { "model": "lit_redstone_torch_wall", "y": 90 },
"facing=west": { "model": "lit_redstone_torch_wall", "y": 180 },
"facing=north": { "model": "lit_redstone_torch_wall", "y": 270 }
}
}

View File

@ -0,0 +1,49 @@
{
"multipart": [
{ "when": { "OR": [
{"north": "none", "east": "none", "south": "none", "west": "none"},
{"north": "side|up", "east": "side|up" },
{"east": "side|up", "south": "side|up" },
{"south": "side|up", "west": "side|up"},
{"west": "side|up", "north": "side|up"}
]},
"apply": { "model": "redstone_dot" }
},
{ "when": { "OR": [
{ "north": "side|up" },
{ "north": "none", "east": "none", "south": "side|up", "west": "none" }
]},
"apply": { "model": "redstone_side0" }
},
{ "when": { "OR": [
{ "south": "side|up" },
{ "north": "side|up", "east": "none", "south": "none", "west": "none" }
]},
"apply": { "model": "redstone_side_alt0" }
},
{ "when": { "OR": [
{ "east": "side|up" },
{ "north": "none", "east": "none", "south": "none", "west": "side|up" }
]},
"apply": { "model": "redstone_side_alt1", "y": 270 }
},
{ "when": { "OR": [
{ "west": "side|up" },
{ "north": "none", "east": "side|up", "south": "none", "west": "none" }
]},
"apply": { "model": "redstone_side1", "y": 270 }
},
{ "when": { "north": "up" },
"apply": { "model": "redstone_up" }
},
{ "when": { "east": "up" },
"apply": { "model": "redstone_up", "y": 90 }
},
{ "when": { "south": "up" },
"apply": { "model": "redstone_up", "y": 180 }
},
{ "when": { "west": "up" },
"apply": { "model": "redstone_up", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "reeds" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"conditional=false,facing=down": { "model": "repeating_command_block", "x": 90 },
"conditional=false,facing=up": { "model": "repeating_command_block", "x": 270 },
"conditional=false,facing=north": { "model": "repeating_command_block" },
"conditional=false,facing=south": { "model": "repeating_command_block", "y": 180 },
"conditional=false,facing=west": { "model": "repeating_command_block", "y": 270 },
"conditional=false,facing=east": { "model": "repeating_command_block", "y": 90 },
"conditional=true,facing=down": { "model": "repeating_command_block_conditional", "x": 90 },
"conditional=true,facing=up": { "model": "repeating_command_block_conditional", "x": 270 },
"conditional=true,facing=north": { "model": "repeating_command_block_conditional" },
"conditional=true,facing=south": { "model": "repeating_command_block_conditional", "y": 180 },
"conditional=true,facing=west": { "model": "repeating_command_block_conditional", "y": 270 },
"conditional=true,facing=east": { "model": "repeating_command_block_conditional", "y": 90 }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "sand" },
{ "model": "sand", "y": 90 },
{ "model": "sand", "y": 180 },
{ "model": "sand", "y": 270 }
]
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "sandstone_normal" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "sandstone_normal" },
"all": { "model": "sandstone_all" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_sandstone" },
"half=top": { "model": "upper_slab_sandstone" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "sandstone_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "sea_lantern" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_silver" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_silver" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "silver_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "silver_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "silver_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "silver_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "silver_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "silver_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "silver_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "silver_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "silver_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_silver" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "silver_wool" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "slime" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "andesite_smooth" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "diorite_smooth" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "granite_smooth" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "red_sandstone_smooth" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "sandstone_smooth" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "snow" }
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"layers=1": { "model": "snow_height2" },
"layers=2": { "model": "snow_height4" },
"layers=3": { "model": "snow_height6" },
"layers=4": { "model": "snow_height8" },
"layers=5": { "model": "snow_height10" },
"layers=6": { "model": "snow_height12" },
"layers=7": { "model": "snow_height14" },
"layers=8": { "model": "snow" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "soul_sand" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"wet=false": { "model": "sponge" },
"wet=true": { "model": "sponge_wet" }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom" },
"facing=south,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom" },
"facing=west,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "spruce_door_top" },
"facing=south,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh" },
"facing=south,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh" },
"facing=east,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true": { "model": "spruce_door_top" },
"facing=west,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 180 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "spruce_planks" }
}
}

View File

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

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "uvlock": true },
"facing=west,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "uvlock": true },
"facing=west,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "uvlock": true },
"facing=west,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "uvlock": true, "y": 270 },
"facing=south,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "uvlock": true },
"facing=west,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "uvlock": true, "y": 90 },
"facing=north,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "uvlock": true, "y": 180 },
"facing=east,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "uvlock": true, "y": 270 }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "spruce_leaves" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"axis=y": { "model": "spruce_log" },
"axis=z": { "model": "spruce_log", "x": 90 },
"axis=x": { "model": "spruce_log", "x": 90, "y": 90 },
"axis=none": { "model": "spruce_bark" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "spruce_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"stage=0": { "model": "spruce_sapling" },
"stage=1": { "model": "spruce_sapling" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_spruce" },
"half=top": { "model": "upper_slab_spruce" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "spruce_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"extended=false,facing=down": { "model": "sticky_piston", "x": 90 },
"extended=false,facing=up": { "model": "sticky_piston", "x": 270 },
"extended=false,facing=north": { "model": "sticky_piston" },
"extended=false,facing=south": { "model": "sticky_piston", "y": 180 },
"extended=false,facing=west": { "model": "sticky_piston", "y": 270 },
"extended=false,facing=east": { "model": "sticky_piston", "y": 90 },
"extended=true,facing=down": { "model": "piston_extended_normal", "x": 90 },
"extended=true,facing=up": { "model": "piston_extended_normal", "x": 270 },
"extended=true,facing=north": { "model": "piston_extended_normal" },
"extended=true,facing=south": { "model": "piston_extended_normal", "y": 180 },
"extended=true,facing=west": { "model": "piston_extended_normal", "y": 270 },
"extended=true,facing=east": { "model": "piston_extended_normal", "y": 90 }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "stone" },
{ "model": "stone_mirrored" },
{ "model": "stone", "y": 180 },
{ "model": "stone_mirrored", "y": 180 }
]
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "stonebrick_normal" },
"all": { "model": "stonebrick_normal" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_normal" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_stone_brick" },
"half=top": { "model": "upper_slab_stone_brick" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "stone_brick_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"facing=up,powered=false": { "model": "stone_button", "uvlock": true },
"facing=down,powered=false": { "model": "stone_button", "uvlock": true, "x": 180 },
"facing=east,powered=false": { "model": "stone_button", "uvlock": true, "x": 90, "y": 90 },
"facing=west,powered=false": { "model": "stone_button", "uvlock": true, "x": 90, "y": 270 },
"facing=south,powered=false": { "model": "stone_button", "uvlock": true, "x": 90, "y": 180 },
"facing=north,powered=false": { "model": "stone_button", "uvlock": true, "x": 90 },
"facing=up,powered=true": { "model": "stone_button_pressed", "uvlock": true },
"facing=down,powered=true": { "model": "stone_button_pressed", "uvlock": true, "x": 180 },
"facing=east,powered=true": { "model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 90 },
"facing=west,powered=true": { "model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 270 },
"facing=south,powered=true": { "model": "stone_button_pressed", "uvlock": true, "x": 90, "y": 180 },
"facing=north,powered=true": { "model": "stone_button_pressed", "uvlock": true, "x": 90 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "double_stone" },
"all": { "model": "double_stone_top" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stone" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"powered=false": { "model": "stone_pressure_plate_up" },
"powered=true": { "model": "stone_pressure_plate_down" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_stone" },
"half=top": { "model": "upper_slab_stone" }
}
}

View File

@ -0,0 +1,44 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": { "model": "stone_stairs" },
"facing=west,half=bottom,shape=straight": { "model": "stone_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=straight": { "model": "stone_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=straight": { "model": "stone_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_right": { "model": "stone_outer_stairs" },
"facing=west,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=outer_left": { "model": "stone_outer_stairs" },
"facing=north,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 180, "uvlock": true },
"facing=east,half=bottom,shape=inner_right": { "model": "stone_inner_stairs" },
"facing=west,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 180, "uvlock": true },
"facing=south,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 90, "uvlock": true },
"facing=north,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 270, "uvlock": true },
"facing=east,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 270, "uvlock": true },
"facing=west,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 90, "uvlock": true },
"facing=south,half=bottom,shape=inner_left": { "model": "stone_inner_stairs" },
"facing=north,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 180, "uvlock": true },
"facing=east,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=east,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=west,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true },
"facing=south,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=north,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "uvlock": true },
"facing=east,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "uvlock": true },
"facing=west,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true },
"facing=south,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true },
"facing=north,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "stonebrick_normal" }
}
}

View File

@ -0,0 +1,8 @@
{
"variants": {
"mode=save": { "model": "structure_block_save" },
"mode=load": { "model": "structure_block_load" },
"mode=corner": { "model": "structure_block_corner" },
"mode=data": { "model": "structure_block_data" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_sunflower_bottom" },
"half=upper": { "model": "double_sunflower_top" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=lower": { "model": "double_syringa_bottom" },
"half=upper": { "model": "double_syringa_top" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "tall_grass" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "tnt" }
}
}

View File

@ -0,0 +1,9 @@
{
"variants": {
"facing=up": { "model": "normal_torch" },
"facing=east": { "model": "normal_torch_wall" },
"facing=south": { "model": "normal_torch_wall", "y": 90 },
"facing=west": { "model": "normal_torch_wall", "y": 180 },
"facing=north": { "model": "normal_torch_wall", "y": 270 }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=north,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" },
"facing=south,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" },
"facing=east,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" },
"facing=west,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" },
"facing=north,half=top,open=false": { "model": "wooden_trapdoor_top" },
"facing=south,half=top,open=false": { "model": "wooden_trapdoor_top" },
"facing=east,half=top,open=false": { "model": "wooden_trapdoor_top" },
"facing=west,half=top,open=false": { "model": "wooden_trapdoor_top" },
"facing=north,half=bottom,open=true": { "model": "wooden_trapdoor_open" },
"facing=south,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 180 },
"facing=east,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 90 },
"facing=west,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 270 },
"facing=north,half=top,open=true": { "model": "wooden_trapdoor_open" },
"facing=south,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 180 },
"facing=east,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 90 },
"facing=west,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 270 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"attached=false,east=false,north=false,south=false,west=false": { "model": "tripwire_ns" },
"attached=false,east=false,north=true,south=false,west=false": { "model": "tripwire_n" },
"attached=false,east=false,north=false,south=true,west=false": { "model": "tripwire_n", "y": 180 },
"attached=false,east=true,north=false,south=false,west=false": { "model": "tripwire_n", "y": 90 },
"attached=false,east=false,north=false,south=false,west=true": { "model": "tripwire_n", "y": 270 },
"attached=false,east=true,north=true,south=false,west=false": { "model": "tripwire_ne" },
"attached=false,east=true,north=false,south=true,west=false": { "model": "tripwire_ne", "y": 90 },
"attached=false,east=false,north=false,south=true,west=true": { "model": "tripwire_ne", "y": 180 },
"attached=false,east=false,north=true,south=false,west=true": { "model": "tripwire_ne", "y": 270 },
"attached=false,east=false,north=true,south=true,west=false": { "model": "tripwire_ns" },
"attached=false,east=true,north=false,south=false,west=true": { "model": "tripwire_ns", "y": 90 },
"attached=false,east=true,north=true,south=true,west=false": { "model": "tripwire_nse" },
"attached=false,east=true,north=false,south=true,west=true": { "model": "tripwire_nse", "y": 90 },
"attached=false,east=false,north=true,south=true,west=true": { "model": "tripwire_nse", "y": 180 },
"attached=false,east=true,north=true,south=false,west=true": { "model": "tripwire_nse", "y": 270 },
"attached=false,east=true,north=true,south=true,west=true": { "model": "tripwire_nsew" },
"attached=true,east=false,north=false,south=false,west=false": { "model": "tripwire_attached_ns" },
"attached=true,east=false,north=true,south=false,west=false": { "model": "tripwire_attached_n" },
"attached=true,east=false,north=false,south=true,west=false": { "model": "tripwire_attached_n", "y": 180 },
"attached=true,east=true,north=false,south=false,west=false": { "model": "tripwire_attached_n", "y": 90 },
"attached=true,east=false,north=false,south=false,west=true": { "model": "tripwire_attached_n", "y": 270 },
"attached=true,east=true,north=true,south=false,west=false": { "model": "tripwire_attached_ne" },
"attached=true,east=true,north=false,south=true,west=false": { "model": "tripwire_attached_ne", "y": 90 },
"attached=true,east=false,north=false,south=true,west=true": { "model": "tripwire_attached_ne", "y": 180 },
"attached=true,east=false,north=true,south=false,west=true": { "model": "tripwire_attached_ne", "y": 270 },
"attached=true,east=false,north=true,south=true,west=false": { "model": "tripwire_attached_ns" },
"attached=true,east=true,north=false,south=false,west=true": { "model": "tripwire_attached_ns", "y": 90 },
"attached=true,east=true,north=true,south=true,west=false": { "model": "tripwire_attached_nse" },
"attached=true,east=true,north=false,south=true,west=true": { "model": "tripwire_attached_nse", "y": 90 },
"attached=true,east=false,north=true,south=true,west=true": { "model": "tripwire_attached_nse", "y": 180 },
"attached=true,east=true,north=true,south=false,west=true": { "model": "tripwire_attached_nse", "y": 270 },
"attached=true,east=true,north=true,south=true,west=true": { "model": "tripwire_attached_nsew" }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"attached=false,facing=north,powered=false": { "model": "tripwire_hook" },
"attached=false,facing=south,powered=false": { "model": "tripwire_hook", "y": 180 },
"attached=false,facing=west,powered=false": { "model": "tripwire_hook", "y": 270 },
"attached=false,facing=east,powered=false": { "model": "tripwire_hook", "y": 90 },
"attached=true,facing=north,powered=false": { "model": "tripwire_hook_attached" },
"attached=true,facing=south,powered=false": { "model": "tripwire_hook_attached", "y": 180 },
"attached=true,facing=west,powered=false": { "model": "tripwire_hook_attached", "y": 270 },
"attached=true,facing=east,powered=false": { "model": "tripwire_hook_attached", "y": 90 },
"attached=false,facing=north,powered=true": { "model": "tripwire_hook_powered" },
"attached=false,facing=south,powered=true": { "model": "tripwire_hook_powered", "y": 180 },
"attached=false,facing=west,powered=true": { "model": "tripwire_hook_powered", "y": 270 },
"attached=false,facing=east,powered=true": { "model": "tripwire_hook_powered", "y": 90 },
"attached=true,facing=north,powered=true": { "model": "tripwire_hook_attached_powered" },
"attached=true,facing=south,powered=true": { "model": "tripwire_hook_attached_powered", "y": 180 },
"attached=true,facing=west,powered=true": { "model": "tripwire_hook_attached_powered", "y": 270 },
"attached=true,facing=east,powered=true": { "model": "tripwire_hook_attached_powered", "y": 90 }
}
}

View File

@ -0,0 +1,9 @@
{
"variants": {
"facing=up": { "model": "unlit_redstone_torch" },
"facing=east": { "model": "unlit_redstone_torch_wall" },
"facing=south": { "model": "unlit_redstone_torch_wall", "y": 90 },
"facing=west": { "model": "unlit_redstone_torch_wall", "y": 180 },
"facing=north": { "model": "unlit_redstone_torch_wall", "y": 270 }
}
}

View File

@ -0,0 +1,20 @@
{
"variants": {
"facing=south,mode=compare,powered=false": { "model": "comparator_unlit" },
"facing=west,mode=compare,powered=false": { "model": "comparator_unlit", "y": 90 },
"facing=north,mode=compare,powered=false": { "model": "comparator_unlit", "y": 180 },
"facing=east,mode=compare,powered=false": { "model": "comparator_unlit", "y": 270 },
"facing=south,mode=subtract,powered=false": { "model": "comparator_unlit_subtract" },
"facing=west,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 90 },
"facing=north,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 180 },
"facing=east,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 270 },
"facing=south,mode=compare,powered=true": { "model": "comparator_lit" },
"facing=west,mode=compare,powered=true": { "model": "comparator_lit", "y": 90 },
"facing=north,mode=compare,powered=true": { "model": "comparator_lit", "y": 180 },
"facing=east,mode=compare,powered=true": { "model": "comparator_lit", "y": 270 },
"facing=south,mode=subtract,powered=true": { "model": "comparator_lit_subtract" },
"facing=west,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 90 },
"facing=north,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 180 },
"facing=east,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 270 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"delay=1,facing=south,locked=false": { "model": "repeater_1tick" },
"delay=1,facing=west,locked=false": { "model": "repeater_1tick", "y": 90 },
"delay=1,facing=north,locked=false": { "model": "repeater_1tick", "y": 180 },
"delay=1,facing=east,locked=false": { "model": "repeater_1tick", "y": 270 },
"delay=2,facing=south,locked=false": { "model": "repeater_2tick" },
"delay=2,facing=west,locked=false": { "model": "repeater_2tick", "y": 90 },
"delay=2,facing=north,locked=false": { "model": "repeater_2tick", "y": 180 },
"delay=2,facing=east,locked=false": { "model": "repeater_2tick", "y": 270 },
"delay=3,facing=south,locked=false": { "model": "repeater_3tick" },
"delay=3,facing=west,locked=false": { "model": "repeater_3tick", "y": 90 },
"delay=3,facing=north,locked=false": { "model": "repeater_3tick", "y": 180 },
"delay=3,facing=east,locked=false": { "model": "repeater_3tick", "y": 270 },
"delay=4,facing=south,locked=false": { "model": "repeater_4tick" },
"delay=4,facing=west,locked=false": { "model": "repeater_4tick", "y": 90 },
"delay=4,facing=north,locked=false": { "model": "repeater_4tick", "y": 180 },
"delay=4,facing=east,locked=false": { "model": "repeater_4tick", "y": 270 },
"delay=1,facing=south,locked=true": { "model": "repeater_locked_1tick" },
"delay=1,facing=west,locked=true": { "model": "repeater_locked_1tick", "y": 90 },
"delay=1,facing=north,locked=true": { "model": "repeater_locked_1tick", "y": 180 },
"delay=1,facing=east,locked=true": { "model": "repeater_locked_1tick", "y": 270 },
"delay=2,facing=south,locked=true": { "model": "repeater_locked_2tick" },
"delay=2,facing=west,locked=true": { "model": "repeater_locked_2tick", "y": 90 },
"delay=2,facing=north,locked=true": { "model": "repeater_locked_2tick", "y": 180 },
"delay=2,facing=east,locked=true": { "model": "repeater_locked_2tick", "y": 270 },
"delay=3,facing=south,locked=true": { "model": "repeater_locked_3tick" },
"delay=3,facing=west,locked=true": { "model": "repeater_locked_3tick", "y": 90 },
"delay=3,facing=north,locked=true": { "model": "repeater_locked_3tick", "y": 180 },
"delay=3,facing=east,locked=true": { "model": "repeater_locked_3tick", "y": 270 },
"delay=4,facing=south,locked=true": { "model": "repeater_locked_4tick" },
"delay=4,facing=west,locked=true": { "model": "repeater_locked_4tick", "y": 90 },
"delay=4,facing=north,locked=true": { "model": "repeater_locked_4tick", "y": 180 },
"delay=4,facing=east,locked=true": { "model": "repeater_locked_4tick", "y": 270 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"east=false,north=false,south=false,up=false,west=false": { "model": "vine_1" },
"east=false,north=false,south=true,up=false,west=false": { "model": "vine_1" },
"east=false,north=false,south=false,up=false,west=true": { "model": "vine_1", "y": 90 },
"east=false,north=true,south=false,up=false,west=false": { "model": "vine_1", "y": 180 },
"east=true,north=false,south=false,up=false,west=false": { "model": "vine_1", "y": 270 },
"east=true,north=true,south=false,up=false,west=false": { "model": "vine_2" },
"east=true,north=false,south=true,up=false,west=false": { "model": "vine_2", "y": 90 },
"east=false,north=false,south=true,up=false,west=true": { "model": "vine_2", "y": 180 },
"east=false,north=true,south=false,up=false,west=true": { "model": "vine_2", "y": 270 },
"east=true,north=false,south=false,up=false,west=true": { "model": "vine_2_opposite" },
"east=false,north=true,south=true,up=false,west=false": { "model": "vine_2_opposite", "y": 90 },
"east=true,north=true,south=true,up=false,west=false": { "model": "vine_3" },
"east=true,north=false,south=true,up=false,west=true": { "model": "vine_3", "y": 90 },
"east=false,north=true,south=true,up=false,west=true": { "model": "vine_3", "y": 180 },
"east=true,north=true,south=false,up=false,west=true": { "model": "vine_3", "y": 270 },
"east=true,north=true,south=true,up=false,west=true": { "model": "vine_4" },
"east=false,north=false,south=false,up=true,west=false": { "model": "vine_u" },
"east=false,north=false,south=true,up=true,west=false": { "model": "vine_1u" },
"east=false,north=false,south=false,up=true,west=true": { "model": "vine_1u", "y": 90 },
"east=false,north=true,south=false,up=true,west=false": { "model": "vine_1u", "y": 180 },
"east=true,north=false,south=false,up=true,west=false": { "model": "vine_1u", "y": 270 },
"east=true,north=true,south=false,up=true,west=false": { "model": "vine_2u" },
"east=true,north=false,south=true,up=true,west=false": { "model": "vine_2u", "y": 90 },
"east=false,north=false,south=true,up=true,west=true": { "model": "vine_2u", "y": 180 },
"east=false,north=true,south=false,up=true,west=true": { "model": "vine_2u", "y": 270 },
"east=true,north=false,south=false,up=true,west=true": { "model": "vine_2u_opposite" },
"east=false,north=true,south=true,up=true,west=false": { "model": "vine_2u_opposite", "y": 90 },
"east=true,north=true,south=true,up=true,west=false": { "model": "vine_3u" },
"east=true,north=false,south=true,up=true,west=true": { "model": "vine_3u", "y": 90 },
"east=false,north=true,south=true,up=true,west=true": { "model": "vine_3u", "y": 180 },
"east=true,north=true,south=false,up=true,west=true": { "model": "vine_3u", "y": 270 },
"east=true,north=true,south=true,up=true,west=true": { "model": "vine_4u" }
}
}

View File

@ -0,0 +1,10 @@
{
"variants": {
"normal": [
{ "model": "waterlily" },
{ "model": "waterlily", "y": 90 },
{ "model": "waterlily", "y": 180 },
{ "model": "waterlily", "y": 270 }
]
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "web" }
}
}

View File

@ -0,0 +1,12 @@
{
"variants": {
"age=0": { "model": "wheat_stage0" },
"age=1": { "model": "wheat_stage1" },
"age=2": { "model": "wheat_stage2" },
"age=3": { "model": "wheat_stage3" },
"age=4": { "model": "wheat_stage4" },
"age=5": { "model": "wheat_stage5" },
"age=6": { "model": "wheat_stage6" },
"age=7": { "model": "wheat_stage7" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_white" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_white" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "white_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "white_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "white_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "white_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "white_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "white_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "white_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "white_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "white_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_white" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "white_tulip" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "white_wool" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "oak_planks" },
"all": { "model": "oak_planks" }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"half=bottom": { "model": "half_slab_oak" },
"half=top": { "model": "upper_slab_oak" }
}
}

View File

@ -0,0 +1,16 @@
{
"variants": {
"facing=up,powered=false": { "model": "wooden_button", "uvlock": true },
"facing=down,powered=false": { "model": "wooden_button", "uvlock": true, "x": 180 },
"facing=east,powered=false": { "model": "wooden_button", "uvlock": true, "x": 90, "y": 90 },
"facing=west,powered=false": { "model": "wooden_button", "uvlock": true, "x": 90, "y": 270 },
"facing=south,powered=false": { "model": "wooden_button", "uvlock": true, "x": 90, "y": 180 },
"facing=north,powered=false": { "model": "wooden_button", "uvlock": true, "x": 90 },
"facing=up,powered=true": { "model": "wooden_button_pressed", "uvlock": true },
"facing=down,powered=true": { "model": "wooden_button_pressed", "uvlock": true, "x": 180 },
"facing=east,powered=true": { "model": "wooden_button_pressed", "uvlock": true, "x": 90, "y": 90 },
"facing=west,powered=true": { "model": "wooden_button_pressed", "uvlock": true, "x": 90, "y": 270 },
"facing=south,powered=true": { "model": "wooden_button_pressed", "uvlock": true, "x": 90, "y": 180 },
"facing=north,powered=true": { "model": "wooden_button_pressed", "uvlock": true, "x": 90 }
}
}

View File

@ -0,0 +1,36 @@
{
"variants": {
"facing=east,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom" },
"facing=south,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 90 },
"facing=west,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 180 },
"facing=north,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 270 },
"facing=east,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh" },
"facing=south,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 90 },
"facing=west,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 180 },
"facing=north,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 270 },
"facing=east,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 90 },
"facing=south,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 180 },
"facing=west,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 270 },
"facing=north,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh" },
"facing=east,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 270 },
"facing=south,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom" },
"facing=west,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 90 },
"facing=north,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 180 },
"facing=east,half=upper,hinge=left,open=false": { "model": "wooden_door_top" },
"facing=south,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 90 },
"facing=west,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 180 },
"facing=north,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 270 },
"facing=east,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh" },
"facing=south,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 90 },
"facing=west,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 180 },
"facing=north,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 270 },
"facing=east,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 90 },
"facing=south,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 180 },
"facing=west,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 270 },
"facing=north,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh" },
"facing=east,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 270 },
"facing=south,half=upper,hinge=right,open=true": { "model": "wooden_door_top" },
"facing=west,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 90 },
"facing=north,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 180 }
}
}

View File

@ -0,0 +1,6 @@
{
"variants": {
"powered=false": { "model": "wooden_pressure_plate_up" },
"powered=true": { "model": "wooden_pressure_plate_down" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "carpet_yellow" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "glass_yellow" }
}
}

View File

@ -0,0 +1,29 @@
{
"multipart": [
{ "apply": { "model": "yellow_stained_glass_pane_post" }},
{ "when": { "north": true },
"apply": { "model": "yellow_stained_glass_pane_side" }
},
{ "when": { "east": true },
"apply": { "model": "yellow_stained_glass_pane_side", "y": 90 }
},
{ "when": { "south": true },
"apply": { "model": "yellow_stained_glass_pane_side_alt" }
},
{ "when": { "west": true },
"apply": { "model": "yellow_stained_glass_pane_side_alt", "y": 90 }
},
{ "when": { "north": false },
"apply": { "model": "yellow_stained_glass_pane_noside" }
},
{ "when": { "east": false },
"apply": { "model": "yellow_stained_glass_pane_noside_alt" }
},
{ "when": { "south": false },
"apply": { "model": "yellow_stained_glass_pane_noside_alt", "y": 90 }
},
{ "when": { "west": false },
"apply": { "model": "yellow_stained_glass_pane_noside", "y": 270 }
}
]
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "hardened_clay_yellow" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "yellow_wool" }
}
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,186 @@
chat.copy=Dèan lethbhreac don stòr-bhòrd
chat.link.confirm=A bheil thu cinnteach gu bheil thu airson an làrach-lìn seo fhosgladh?
chat.link.confirmTrusted=Am b' fheàrr leat an ceangal seo fhosgladh no a chur ris an stòr-bhòrd?
chat.link.open=Fosgail ann am brabhsair
chat.link.warning=Na fosgail a-chaoidh ceanglaichean bho dhaoine às nach eil thu ag earbsa!
chat.type.achievement=Tha %s air an duais %s a chosnadh
chat.type.achievement.taken=Tha %s air an duais %s a chall
connect.authorizing=A' logadh a-steach...
connect.connecting=A' ceangladh ris an fhrithealaiche...
connect.failed=Dh'fhàilnich ceangladh ris an fhrithealaiche
createWorld.customize.custom.baseSize=Meud Bun Doimhneachd
createWorld.customize.custom.biomeDepthWeight=Cudrom Doimhneachd na h-Àrainneachd
createWorld.customize.custom.biomeSize=Meud àrainneachd
createWorld.customize.custom.center=Àirde a' mheadhain
createWorld.customize.custom.confirm1=Tar-sgrìobhaidh seo na roghainnean a tha agad
createWorld.customize.custom.confirm2=mar tha, agus cha ghabh iad ath-ghabhail.
createWorld.customize.custom.confirmTitle=Rabhadh!
createWorld.customize.custom.coordinateScale=Sgèile Còmhnard
createWorld.customize.custom.count=Oidhirpean ginntinn
createWorld.customize.custom.defaults=Bunaiteach
createWorld.customize.custom.depthNoiseScaleExponent=Easponant Toirm Doimhneachd
createWorld.customize.custom.depthNoiseScaleX=Sgèile Toirm Doimhneachd X
createWorld.customize.custom.depthNoiseScaleZ=Sgèile Toirm Doimhneachd Z
createWorld.customize.custom.fixedBiome=Àrainneachd
createWorld.customize.custom.heightScale=Sgèile Inghearach
createWorld.customize.custom.lavaLakeChance=Tearcachd nan lochan-làbha
createWorld.customize.custom.lowerLimitScale=Sgèile Ìochdrach
createWorld.customize.custom.mainNoiseScaleX=Sgèile Prìomh-thoirme X
createWorld.customize.custom.mainNoiseScaleY=Sgèile Prìomh-thoirme Y
createWorld.customize.custom.mainNoiseScaleZ=Sgèile Prìomh-thoirme Z
createWorld.customize.custom.maxHeight=Os-mheud àirde
createWorld.customize.custom.minHeight=Ìos-mheud àirde
createWorld.customize.custom.next=An ath-dhuilleag
createWorld.customize.custom.page0=Roghainnean Bunaiteach
createWorld.customize.custom.page1=Roghainnean nan Clachan-mèinnir
createWorld.customize.custom.page2=Roghainnean Adhartach (Cleachdaichean fìor-eòlach a-mhàin!)
createWorld.customize.custom.page3=Tuilleadh Roghainnean Adhartach (Cleachdaichean fìor-eòlach a-mhàin!)
createWorld.customize.custom.preset.caveChaos=Uamhan Uabhais
createWorld.customize.custom.preset.caveDelight=Tlachd an uamhadair
createWorld.customize.custom.preset.drought=an Tart
createWorld.customize.custom.preset.goodLuck=Gura math thèid leat!
createWorld.customize.custom.preset.isleLand=Tìr nan Eilean
createWorld.customize.custom.preset.mountains=Meanmna Measg nam Monaidhean
createWorld.customize.custom.preset.waterWorld=Saoghal na Tuile
createWorld.customize.custom.presets=Ro-sheataichean
createWorld.customize.custom.presets.title=Gnàthaich ro-sheataichean saoghail
createWorld.customize.custom.prev=An duilleag roimhe
createWorld.customize.custom.randomize=Tagh air thuaiream
createWorld.customize.custom.riverSize=Meud aibhne
createWorld.customize.custom.size=Meud cuisle
createWorld.customize.custom.spread=Àirde sgaoilidh
createWorld.customize.custom.stretchY=Sìneadh Inghearach
createWorld.customize.custom.upperLimitScale=Sgèile Uachdrach
createWorld.customize.custom.useCaves=Uamhan
createWorld.customize.custom.useLavaLakes=Lochan-làbha
createWorld.customize.custom.useLavaOceans=Cuantan-làbha
createWorld.customize.flat.addLayer=Cuir breath ris
createWorld.customize.flat.air=Adhar
createWorld.customize.flat.editLayer=Atharraich breath
createWorld.customize.flat.height=Àirde
createWorld.customize.flat.layer.bottom=Bun - %s
createWorld.customize.flat.layer.top=Uachdar - %s
createWorld.customize.flat.removeLayer=Cuir às do bhreath
createWorld.customize.flat.tile=Stuth na breatha
createWorld.customize.flat.title=Gnàthachadh ro-chòmhnard
createWorld.customize.presets=Ro-sheataichean
createWorld.customize.presets.list=Air neo, seo dhut beagan dhiubh a rinn sinn fhìn na bu tràithe!
createWorld.customize.presets.select=Cleachd an ro-sheata
createWorld.customize.presets.share=A bheil thu airson an ro-sheata agad a cho-roinn? Cleachd am bogsa fon a seo!
createWorld.customize.presets.title=Tagh ro-sheata
demo.day.1=Mairidh an saoghal-taisbeanaidh seo còig làithean-geama, dèan do dhìcheall!
demo.day.2=Latha a Dhà
demo.day.3=Latha a Trì
demo.day.4=Latha a Ceithir
demo.day.5=Seo agad do latha mu dheireadh!
demo.day.6=Tha do choigeamh latha seachad, cleachd F2 gus glacadh-sgrìn de do chruthaidheachd a thogail
demo.day.warning=Cha mhòr nach eil an ùine agad air teireachdainn!
demo.demoExpired=Tha an ùine-thaisbeanaidh air teireachdainn!
demo.help.buy=Ceannaich an-dràsta!
demo.help.fullWrapped=Mairidh an saoghal-taisbeanaidh seo còig làithean-geama (mu 1u 40m de dh'fhìor-thìde). Feuch na duaisean gus sanasan-cuideachaidh fhaighinn! Gum meal thu e!
demo.help.inventory=Cleachd %1$s gus do stòr fhosgladh
demo.help.jump=Leum le bhith a' putadh %1$s
demo.help.later=Lean ort a' cluich!
demo.help.movement=Cleachd %1$s, %2$s, %3$s, %4$s agus an luchag airson dol mun cuairt
demo.help.movementMouse=Seall mun cuairt le bhith a' cleachdadh na luchaige
demo.help.movementShort=Rach le bhith a' putadh %1$s, %2$s, %3$s, %4$s
demo.help.title=Minecraft: Modh Taisbeanaidh
demo.remainingTime=Ùine air fhagail: %s
demo.reminder=Tha an ùine-thaisbeanaidh air teireachdainn, ceannaich an geama airson leantail air adhart no tòisich air saoghal ùr!
disconnect.disconnected=Neo-cheangailte leis an fhrithealaiche
disconnect.lost=Ceangal briste
gameMode.adventure=Modh Euchdach
gameMode.changed=Dh'ùraicheadh modh a' gheama agad gu %s
gameMode.creative=Modh Cruthachail
gameMode.hardcore=Modh Dearg-mhairbhteach!
gameMode.spectator=Modh Amhairc
gameMode.survival=Modh Mairinn
gui.all=Uile
gui.back=Till
gui.cancel=Sguir dheth
gui.done=Deiseil
gui.down=Sìos
gui.no=Chan eil
gui.none=Gin
gui.toMenu=Air ais gu liosta nam frithealaichean
gui.toTitle=Air ais chun an sgrìn-tiotail
gui.up=Suas
gui.yes=Tha
language.code=gd
language.name=Gàidhlig
language.region=Alba
menu.convertingLevel=Ag iompachadh saoghail
menu.disconnect=Neo-cheangail
menu.game=Clàr-taice a' gheama
menu.generatingLevel=A' gintinn saoghail
menu.generatingTerrain=A' togail crutha-tìre
menu.loadingLevel=A' luchdachadh saoghail
menu.multiplayer=Ioma-chluicheadair
menu.options=Roghainnean...
menu.playdemo=Cluich anns an t-saoghal-taisbeanaidh
menu.quit=Sguir den a' gheama
menu.resetdemo=Ath-shuidhich an saoghal-taisbeanaidh
menu.respawning=Ag ath-ghintinn
menu.returnToGame=Air ais chun a' gheama
menu.returnToMenu=Sàbhail agus till chun an tiotail
menu.shareToLan=Fosgailte do LAN
menu.simulating=A' mac-samhlachadh an t-saoghail car tamall
menu.singleplayer=Aon-chluicheadair
menu.switchingLevel=Ag iomlaid shaoghalan
selectWorld.allowCommands=Ceadaich cealgaireachd:
selectWorld.allowCommands.info=Àithntean coltach ri /gamemode, /xp
selectWorld.cheats=Cealgaireachd
selectWorld.conversion=Feumar e iompachadh!
selectWorld.create=Cruthaich saoghal ùr
selectWorld.createDemo=Cluich ann an saoghal-taisbeanaidh ùr
selectWorld.customizeType=Gnàthaich
selectWorld.delete=Sguab às
selectWorld.deleteButton=Sguab às
selectWorld.deleteQuestion=A bheil thu cinnteach gu bheil thu airson cur às don t-saoghal seo?
selectWorld.deleteWarning= - cha ghabh an saoghal seo ath-ghabhail gu bràth! (Ùine fhada!)
selectWorld.edit=Deasaich
selectWorld.edit.openFolder=Fosgail pasgan
selectWorld.edit.resetIcon=Ath-shuidhich an ìomhaigheag
selectWorld.edit.save=Sàbhail an saoghal
selectWorld.edit.title=Atharraich an saoghal
selectWorld.empty=falamh
selectWorld.enterName=Ainm an t-saoghail
selectWorld.enterSeed=Sìol airson a' ghineadair-shaoghail
selectWorld.gameMode=Modh Geama
selectWorld.gameMode.adventure=Euchdach
selectWorld.gameMode.adventure.line1=Coltach ri modh mairinn, ach chan ghabh blocaichean
selectWorld.gameMode.adventure.line2=a chur ann no a chur às
selectWorld.gameMode.creative=Cruthachail
selectWorld.gameMode.creative.line1=Goireasan neo-chrìochnach, saor-itealaich, agus
selectWorld.gameMode.creative.line2=cuir às do bhlocaichean anns a' bhad
selectWorld.gameMode.hardcore=Dearg-mhairbhteach
selectWorld.gameMode.hardcore.line1=Coltach ri modh mairinn, ach glaiste aig an doirbheachd
selectWorld.gameMode.hardcore.line2=as doirbhe, agus gun ach aon bheatha agad ri caitheamh
selectWorld.gameMode.spectator=Neach-amhairc
selectWorld.gameMode.spectator.line1=Chan urrainn dhut ach a bhith ag amharc
selectWorld.gameMode.survival=Mairsinneachd
selectWorld.gameMode.survival.line1=Lorg goireasan, dèan innealan, coisinn ìrean,
selectWorld.gameMode.survival.line2=thoir an aire don bhàr-shlàinte agus don bhàr-acrais
selectWorld.hardcoreMode=Dearg-mhairbhteach:
selectWorld.mapFeatures=Gin structuran:
selectWorld.mapFeatures.info=Bailtean, dunsianan, msaa
selectWorld.mapType=Seòrsa saoghail:
selectWorld.mapType.normal=Gnàthach
selectWorld.moreWorldOptions=Tuilleadh roghainnean saoghail...
selectWorld.newWorld=Saoghal ùr
selectWorld.newWorld.copyOf=Lethbhreac dhe %s
selectWorld.recreate=Ath-chruthaich
selectWorld.resultFolder=Sàbhailear e anns a' phasgan:
selectWorld.seedInfo=Fàg falamh e gus sìol tuaireamach a chur an sàs
selectWorld.select=Cluich san t-saoghal chomharraichte
selectWorld.title=Tagh saoghal
selectWorld.tooltip.fromNewerVersion1=Shàbhaileadh an saoghal seo le tionndadh nas ùire,
selectWorld.tooltip.fromNewerVersion2=b' urrainn don t-saoghal seo trioblaidean adhbharachadh!
selectWorld.tooltip.snapshot1=Na dìochuimhnich lethbhreac-glèidhidh a dhèanamh dhen t-saoghal seo
selectWorld.tooltip.snapshot2=mus luchdaich thu san tionndadh seo e.
selectWorld.version=Tionndadh:
selectWorld.versionJoinButton=Cleachd a dh'aindeoin an rabhaidh e
selectWorld.versionQuestion=A bheil thu cinnteach gu bheil thu airson an saoghal seo a luchdachadh?
selectWorld.versionUnknown=neo-aithnichte
selectWorld.versionWarning=Shàbhaileadh an saoghal seo leis an tionndadh '%s' agus b' urrainn don tionndadh seo a mhilleadh!
selectWorld.world=Saoghal

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,483 @@
achievement.bakeCake.desc=Weit, sokker en eier!
achievement.breedCow.desc=For twie keu mit weit
achievement.buildBetterPickaxe=Upgraden
achievement.buildBetterPickaxe.desc=Maak 'n baeter bikkel
achievement.buildPickaxe=Tied om te miene!
achievement.buildPickaxe.desc=Gebruuk plenk en sjtek om 'n baeter bikkel te make
achievement.diamonds=DIAMANTE!
achievement.diamondsToYou=Diamante veur dich!
achievement.diamondsToYou.desc=Goaj diamante nao 'ne angere speler.
achievement.killEnemy=Mónsterjaeger
achievement.makeBread=Bak broed
achievement.makeBread.desc=Maak broed van weit
achievement.mineWood=Hout Kriege
achievement.onARail=Op 't gooie sjpaor
achievement.onARail.desc=Reis mit 'n mienkar op z'n minste 1 km vanaaf dien beginpunt
achievement.openInventory=Inventarisere
achievement.openInventory.desc=Drök op '%1$s' om dien inventaris te äöpene.
achievement.overkill=Overkill
achievement.requires=Haet '%1$s' nwedig
achievement.taken=Behoald!
achievement.theEnd=The End?
achievement.theEnd2=The End.
addServer.enterName=Servernaam
advMode.mode.redstoneTriggered=Haet Redstone nwedig
book.generation.0=Orzjeneel
commands.chunkinfo.usage=/chunkinfo [<x> <y> <z>]
commands.deop.usage=/deop <sjpeler>
commands.give.block.notFound=D'r is gein blok mit de naam %s
commands.me.usage=/me <aksie ...>
commands.op.usage=/op <sjpeler>
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.say.usage=/say <berich ...>
commands.scoreboard.players.list.usage=/scoreboard players list [naam]
commands.scoreboard.teams.leave.usage=/scoreboard teams leave [sjpeler]
commands.scoreboard.teams.list.usage=/scoreboard teams list [naam]
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.spawnpoint.usage=/spawnpoint [sjpeler] [<x> <y> <z>]
commands.stats.block.usage=/stats block <x> <y> <z> <modus> ...
commands.stats.usage=/stats <entity|block> ...
commands.unban.usage=/pardon <naam>
commands.unbanip.usage=/pardon-ip <adres>
commands.whitelist.add.usage=/whitelist add <sjpeler>
commands.whitelist.remove.usage=/whitelist remove <sjpeler>
commands.worldborder.center.usage=/worldborder center <x> <z>
container.beacon=Bake
container.chest=Kis
container.chestDouble=Groate Kis
container.enchant=Betouver
container.enchant.clue=%s . . . ?
container.enderchest=Enderkis
container.furnace=Aove
container.inventory=Inventaar
createWorld.customize.custom.confirmTitle=Waarsjoewing!
createWorld.customize.custom.lavaLakeChance=Lavamere zeldzaamheid
createWorld.customize.custom.useLavaLakes=Lavamere
createWorld.customize.custom.useWaterLakes=Watermere
createWorld.customize.custom.waterLakeChance=Watermere zeldzaamheid
death.attack.fallingBlock=%1$s is geplet door 'n vallend blok
death.fell.accident.ladder=%1$s is van 'n lödder gevalle
deathScreen.title.hardcore=Game over!
demo.help.fullWrapped=Deze demo doert 5 sjpeldage (ongevjer 1 oer en 40 minute in 't ech). In de prestaties sjtoan hints! Väöl plezeer!
enchantment.arrowFire=Vlam
enchantment.arrowInfinite=Onènjigheid
enchantment.digging=Effesjensie
enchantment.fishingSpeed=Aos
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
enchantment.lootBonusFishing=Gelök van de Zie
enchantment.thorns=Däöres
enchantment.untouching=Zieje Sjstieking
entity.Arrow.name=Piel
entity.Bat.name=Flaermoes
entity.Blaze.name=Blaze
entity.Boat.name=Boeat
entity.Chicken.name=Hin
entity.Cow.name=Ko
entity.Creeper.name=Creeper
entity.EnderDragon.name=Enderdraak
entity.Enderman.name=Enderman
entity.Endermite.name=Endermiet
entity.EntityHorse.name=Paerd
entity.FallingSand.name=Vallend Blok
entity.Ghast.name=Ghast
entity.Giant.name=Reus
entity.Minecart.name=Mienkar
entity.MinecartChest.name=Mienkar mit Kis
entity.MinecartHopper.name=Mienkar mit Trechter
entity.Monster.name=Mónster
entity.Painting.name=Sjilderie
entity.Pig.name=Verke
entity.PigZombie.name=Zombieverke
entity.Rabbit.name=Kenien
entity.Sheep.name=Sjaop
entity.Silverfish.name=Zilvervèsj
entity.Snowball.name=Sjniebal
entity.Villager.fisherman=Vèsjer
entity.WitherBoss.name=Wither
entity.Wolf.name=Wolf
entity.Zombie.name=Zombie
entity.donkey.name=Aezel
entity.generic.name=ónbekènd
entity.horse.name=Paerd
entity.mule.name=Moelaezel
entity.skeletonhorse.name=Knoakepaerd
entity.zombiehorse.name=Zombiepaerd
generator.default=Sjtanderd
gui.achievements=Prestasies
gui.all=Alle
gui.back=Trök
gui.cancel=Annelere
gui.done=Vaerdig
gui.down=Omljeg
gui.no=Neij
gui.none=Gein
gui.toMenu=Trök nao de serverselectie
gui.toTitle=Truuk noa ut titelsjerm
gui.up=Omwag
gui.yes=Jao
item.apple.name=Appel
item.arrow.name=Piel
item.bed.name=Bèd
item.beefCooked.name=Bufsjtök
item.beefRaw.name=Rauw Rinjsvleisj
item.boat.acacia.name=Acaciahoute Boeat
item.boat.birch.name=Birkehoute Boeat
item.boat.dark_oak.name=Donkere Eikehoute Boeat
item.boat.jungle.name=Oerwoudhoute Boeat
item.boat.oak.name=Eikehoute Boeat
item.boat.spruce.name=Sjparrehoute Boeat
item.book.name=Book
item.bootsIron.name=Iezer Sjtevele
item.bread.name=Broed
item.bucket.name=Top
item.bucketLava.name=Top Lava
item.bucketWater.name=Top Water
item.carrots.name=Wórtel
item.charcoal.name=Houtskaol
item.chestplateCloth.name=Laere Tuniek
item.chestplateIron.name=Iezere Borsplaat
item.chickenCooked.name=Gekaokde Hin
item.chickenRaw.name=Rauw Hin
item.clay.name=Kleij
item.coal.name=Sjteinkaol
item.compass.name=Kómpas
item.diamond.name=Diamant
item.doorIron.name=Iezer Deur
item.egg.name=Ei
item.elytra.name=Elytra
item.enchantedBook.name=Betouverd Book
item.enderPearl.name=Enderpaerel
item.eyeOfEnder.name=Enderoug
item.fireworksCharge.black=Zjwart
item.fireworksCharge.blue=Blauw
item.fireworksCharge.brown=Broen
item.fireworksCharge.gray=Gries
item.fireworksCharge.green=Greun
item.fireworksCharge.orange=Oranje
item.fireworksCharge.red=Roed
item.fireworksCharge.white=Wit
item.fireworksCharge.yellow=Gael
item.fish.clownfish.raw.name=Clownvèsj
item.fish.cod.cooked.name=Gekaokde Vèsj
item.fish.cod.raw.name=Rauwe Vèsj
item.fish.pufferfish.raw.name=Kogelvèsj
item.fish.salmon.cooked.name=Gekaokde Zalm
item.fish.salmon.raw.name=Rauwe Zalm
item.fishingRod.name=Vèsjgaert
item.flint.name=Vuursjtein
item.hatchetDiamond.name=Diamant Biel
item.hatchetGold.name=Goud Biel
item.hatchetIron.name=Iezer Biel
item.hatchetStone.name=Sjtein Biel
item.hatchetWood.name=Hout Biel
item.helmetIron.name=Iezere Helm
item.hoeIron.name=Iezer Sjoffel
item.hoeStone.name=Sjteine Sjoffel
item.hoeWood.name=Houte Sjoffel
item.ingotIron.name=Iezerstaaf
item.leggingsIron.name=Iezere Beinstukke
item.map.name=Kaart
item.milk.name=Mèlk
item.minecart.name=Mienkar
item.minecartChest.name=Mienkar mit Kis
item.minecartCommandBlock.name=Mienkar mit Opdrachblok
item.minecartFurnace.name=Mienkar mit Aove
item.minecartHopper.name=Mienkar mit Trechter
item.minecartTnt.name=Mienkar mit TNT
item.monsterPlacer.name=Spawn
item.muttonRaw.name=Rauw Sjaopevleisj
item.painting.name=Sjilderie
item.paper.name=Pepeer
item.pickaxeDiamond.name=Diamante Bikkel
item.pickaxeGold.name=Goue Bikkel
item.pickaxeIron.name=Iezer Bikkel
item.pickaxeStone.name=Sjtein Bikkel
item.pickaxeWood.name=Houte Bikkel
item.porkchopCooked.name=Gekaok Verkesvleisj
item.porkchopRaw.name=Rauw Verkesvleisj
item.potato.name=Aerpel
item.rabbitRaw.name=Rauw Knienevleisj
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=Redstone
item.saddle.name=Zaal
item.seeds.name=Zäöd
item.shovelDiamond.name=Diamante Sjöp
item.shovelGold.name=Goue Sjöp
item.shovelIron.name=Iezer Sjöp
item.shovelStone.name=Sjteine Sjöp
item.shovelWood.name=Houte Sjöp
item.skull.creeper.name=Creeperkop
item.snowball.name=Sjniebal
item.stick.name=Sjtek
item.swordIron.name=Iezer Zjwaard
item.swordWood.name=Houte Zjwaard
item.unbreakable=Onbraekbaar
item.wheat.name=Weit
itemGroup.redstone=Redstone
key.categories.inventory=Inventaar
key.categories.multiplayer=Multiplayer
key.mouseButton=Knóp %1$s
lanServer.title=LAN-welt
language.code=li_NL
language.name=Limburgs
language.region=Limburg
menu.convertingLevel=Waereldj omzète
menu.disconnect=Verbinjing verbraeke
menu.game=Spelmenu
menu.generatingLevel=Waereldj generieëre
menu.generatingTerrain=Landjsjap generieëre
menu.loadingLevel=Waereldj klaormake
menu.multiplayer=Same sjpele
menu.options=Insjtèlinge...
menu.quit=Aafsloete
menu.respawning=Kieër weder
menu.returnToGame=Trök nao spel
menu.returnToMenu=Bewaar en nao sjtartsjerm
menu.shareToLan=Aopen väör LAN
menu.simulating=Aeve laeve in de waereldj blaoze
menu.singleplayer=Allein sjpele
menu.switchingLevel=Veranger van waereldj
multiplayer.stopSleeping=Opsjtaon
options.chat.visibility=Chat
options.difficulty.easy=Maekelik
options.difficulty.hard=Meujelik
options.difficulty.hardcore=Hardcore
options.guiScale.auto=Autematis
options.guiScale.large=Groet
options.guiScale.small=Klein
options.language=Sjpraok...
options.music=Meziek
potion.effect.water=Waterflesj
potion.potency.1=II
potion.potency.2=III
selectServer.defaultName=Minecraft-server
selectWorld.bonusItems=Bonuskis:
selectWorld.cheats=Cheats
selectWorld.create=Creëer waerldj
selectWorld.createDemo=Sjpieël testwaereldj
selectWorld.delete=Wisse
selectWorld.deleteButton=Wis
selectWorld.deleteQuestion=Wèt se 't zeker det se deze waereldj wils wisse?
selectWorld.edit=Wiezig
selectWorld.edit.openFolder=Aopen map
selectWorld.edit.resetIcon=Herstèl icoon
selectWorld.edit.save=Bewaar waereldj
selectWorld.edit.title=Wiezig waereldj
selectWorld.empty=laeg
selectWorld.enterName=Waereldnaam
selectWorld.gameMode.adventure=Avventuur
selectWorld.gameMode.hardcore=Hardcore
selectWorld.gameMode.spectator=Toesjouwer
selectWorld.hardcoreMode=Hardcore:
selectWorld.newWorld=Nuuje waereldj
selectWorld.newWorld.copyOf=Kopie van %s
selectWorld.recreate=Hercreëren
selectWorld.resultFolder=Waerdj bewaardj in:
selectWorld.select=Sjpieël
selectWorld.title=Waereldj selectere
selectWorld.version=Verzie:
selectWorld.versionQuestion=Wil se deze waereld ech laje?
selectWorld.versionUnknown=ónbekènd
selectWorld.world=Welt
soundCategory.block=Blök
soundCategory.music=Meziek
soundCategory.player=Sjpelers
soundCategory.weather=Waer
stat.aviateOneCm=Aafsjtandj per Elytra
stat.blocksButton=Blök
stat.boatOneCm=Aafsjtandj per Boeat
stat.chestOpened=Kiste geäöpend
stat.climbOneCm=Aafsjtandj geklump
stat.fishCaught=Vèsj gevange
stat.horseOneCm=Aafsjtandj per Paerd
stat.minecartOneCm=Aafsjtandj per Mienkar
stat.noteblockPlayed=Nootblök besjpeeld
stat.noteblockTuned=Nootblök aafgesjtömp
stat.pigOneCm=Aafsjtandj per Verke
stat.sleepInBed=Aantal kier in 'n bèd gesjlaope
stats.tooltip.type.achievement=Prestasie
subtitles.block.chest.close=Kis sjlut
subtitles.block.chest.open=Kis äöpent
subtitles.entity.cat.death=Kat geit doad
subtitles.entity.chicken.death=Hin geit doad
subtitles.entity.chicken.egg=Hin plop
subtitles.entity.cow.death=Ko geit doad
subtitles.entity.cow.milk=Ko weurd gemèlk
subtitles.entity.creeper.death=Creeper geit doad
subtitles.entity.donkey.death=Aezel geit doad
subtitles.entity.egg.throw=Ei vluug
subtitles.entity.enderdragon.death=Draak geit doad
subtitles.entity.horse.death=Paerd geit doad
subtitles.entity.minecart.riding=Mienkar rolt
subtitles.entity.mule.death=Moelaezel geit doad
subtitles.entity.pig.death=Verke geit doad
subtitles.entity.wither.spawn=Wither weurt vriegelaote
subtitles.item.shovel.flatten=Sjöp plet
subtitles.weather.rain=Reëge valt
tile.anvil.intact.name=Aambild
tile.anvil.name=Aambild
tile.barrier.name=Breer
tile.beacon.name=Bake
tile.bed.name=Bèd
tile.bed.noSleep=De kèns allein 's nachs sjlaope
tile.bed.notSafe=De kèns noe neet röste, d'r zin monsters in de buurt
tile.bed.notValid=Dien bèd is vermis of geblokkeerd
tile.bed.occupied=Dit bèd is bezat
tile.bedrock.name=Fondsjtein
tile.blockCoal.name=Kaoleblok
tile.blockDiamond.name=Diamantblok
tile.blockEmerald.name=Smaragdblok
tile.blockGold.name=Goudblok
tile.blockIron.name=Iezerblok
tile.blockLapis.name=Lapis Lazuliblok
tile.blockRedstone.name=Redstoneblok
tile.bookshelf.name=Bokekas
tile.button.name=Knóp
tile.cactus.name=Kaktus
tile.chainCommandBlock.name=Kèttingopdrachblok
tile.chest.name=Kis
tile.chestTrap.name=Kis mit Val
tile.clay.name=Kleij
tile.cloth.black.name=Zjwarte Wol
tile.cloth.blue.name=Blauwe Wol
tile.cloth.brown.name=Broene Wol
tile.cloth.cyan.name=Turquoise Wol
tile.cloth.gray.name=Grieze Wol
tile.cloth.green.name=Greune Wol
tile.cloth.lightBlue.name=Lichblauwe Wol
tile.cloth.lime.name=Lichgreune Wol
tile.cloth.magenta.name=Magenta Wol
tile.cloth.name=Wol
tile.cloth.orange.name=Oranje Wol
tile.cloth.pink.name=Roze Wol
tile.cloth.purple.name=Paarse Wol
tile.cloth.red.name=Roeje Wol
tile.cloth.silver.name=Lichgrieze Wol
tile.cloth.white.name=Wol
tile.cloth.yellow.name=Gaele Wol
tile.cobbleWall.mossy.name=Mossige Keijmoer
tile.cobbleWall.normal.name=Keijmoer
tile.commandBlock.name=Opdrachblok
tile.doorIron.name=Iezer Deur
tile.doorWood.name=Houte Deur
tile.enchantmentTable.name=Betouvertaofel
tile.enderChest.name=Enderkis
tile.fenceIron.name=Iezer Stave
tile.fire.name=Vuur
tile.furnace.name=Aove
tile.glass.name=Glaas
tile.grass.name=Graasblok
tile.gravel.name=Greind
tile.hellrock.name=Netherrack
tile.hellsand.name=Zeelzandj
tile.ice.name=Ies
tile.jukebox.name=Jukebox
tile.ladder.name=Lödder
tile.litpumpkin.name=Jack-o'-lantern
tile.lockedchest.name=Vergrendelde Kis
tile.log.acacia.name=Acaciahout
tile.log.big_oak.name=Donker Eikehout
tile.log.birch.name=Birkehout
tile.log.jungle.name=Oerwoudhout
tile.log.name=Hout
tile.log.oak.name=Eikehout
tile.log.spruce.name=Sjparrehout
tile.melon.name=Meloen
tile.mobSpawner.name=Mónsterspawner
tile.monsterStoneEgg.cobble.name=Keij Mónsternès
tile.monsterStoneEgg.name=Sjteine Mónsternès
tile.monsterStoneEgg.stone.name=Sjteine Mónsternès
tile.musicBlock.name=Nootblok
tile.oreGold.name=Gouderts
tile.oreIron.name=Iezererts
tile.pistonBase.name=Pestóng
tile.portal.name=Pertaol
tile.purpurBlock.name=Purpurblok
tile.quartzBlock.chiseled.name=Gebeiteld Kwartsblok
tile.quartzBlock.default.name=Kwartsblok
tile.quartzBlock.lines.name=Kwartspelaer
tile.quartzBlock.name=Kwartsblok
tile.rail.name=Rail
tile.redSandStone.chiseled.name=Verseerde Roeje Zandjsjtein
tile.redSandStone.default.name=Roeje Zandjsjtein
tile.redSandStone.name=Roeje Zandjsjtein
tile.redSandStone.smooth.name=Glate Roeje Zandjsjtein
tile.repeatingCommandBlock.name=Herhaolend Opdrachblock
tile.sand.default.name=Zandj
tile.sand.name=Zandj
tile.sand.red.name=Roed Zandj
tile.sandStone.chiseled.name=Verseerd Zandjsjtein
tile.sandStone.default.name=Zandjsjtein
tile.sandStone.name=Zandjsjtein
tile.sandStone.smooth.name=Glaat Zandjsjtein
tile.snow.name=Sjnie
tile.sponge.dry.name=Sjpóns
tile.stairsPurpur.name=Purpur Traeje
tile.stairsRedSandStone.name=Roeje Zandjsjtein Traeje
tile.stairsSandStone.name=Zandjsjtein Traeje
tile.stairsWood.name=Eikehoute Traeje
tile.stone.stone.name=Sjtein
tile.stoneSlab.cobble.name=Keijplaat
tile.stoneSlab.sand.name=Zandjsjteine Plaat
tile.stoneSlab.wood.name=Houte Plaat
tile.stoneSlab2.red_sandstone.name=Roeje Zandjsjteine Plaat
tile.stonebrick.name=Keij
tile.structureBlock.name=Structuurblok
tile.tallgrass.grass.name=Graas
tile.tallgrass.name=Graas
tile.tnt.name=TNT
tile.torch.name=Fakkel
tile.water.name=Water
tile.waterlily.name=Waterlelie
tile.whiteStone.name=Endsjtein
tile.wood.acacia.name=Acaciahoute Plenk
tile.wood.big_oak.name=Donkere Eikehoute Plenk
tile.wood.birch.name=Birkehoute Plenk
tile.wood.jungle.name=Oerwoudhoute Plenk
tile.wood.name=Houte Plenk
tile.wood.oak.name=Eikehoute Plenk
tile.wood.spruce.name=Sjparrehoute Plenk
tile.woodSlab.acacia.name=Acaciahoute Plaat
tile.woodSlab.big_oak.name=Donkere Eikehoute Plaat
tile.woodSlab.birch.name=Birkehoute Plaat
tile.woodSlab.jungle.name=Oerwoudhoute Plaat
tile.woodSlab.name=Houte plaat
tile.woodSlab.oak.name=Eikenhoute Plaat
tile.woodSlab.spruce.name=Sjparrenhoute Plaat
tile.woolCarpet.black.name=Zjwart Kerpèt
tile.woolCarpet.blue.name=Blauw Kerpèt
tile.woolCarpet.brown.name=Broen Kerpèt
tile.woolCarpet.cyan.name=Turquoise Kerpèt
tile.woolCarpet.gray.name=Gries Kerpèt
tile.woolCarpet.green.name=Greun Kerpèt
tile.woolCarpet.lightBlue.name=Lichblauw Kerpèt
tile.woolCarpet.lime.name=Lichgreun Kerpèt
tile.woolCarpet.magenta.name=Magenta Kerpèt
tile.woolCarpet.name=Kerpèt
tile.woolCarpet.orange.name=Oranje Kerpèt
tile.woolCarpet.pink.name=Roze Kerpèt
tile.woolCarpet.purple.name=Paars Kerpèt
tile.woolCarpet.red.name=Roed Kerpèt
tile.woolCarpet.silver.name=Lichgries Kerpèt
tile.woolCarpet.white.name=Kerpèt
tile.woolCarpet.yellow.name=Gael Kerpèt

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,482 @@
addServer.add=Oti
addServer.enterIp=Wāhi noho o te tūmau
addServer.enterName=Ingoa o te tūmau
addServer.hideAddress=huna wāhitau
addServer.resourcePack=Pōkai Rauemi Tūmau
addServer.resourcePack.disabled=Monokia
addServer.resourcePack.enabled=Mkakaurangi
addServer.resourcePack.prompt=Tohuāki
addServer.title=Whakatika i te tūmau
book.byAuthor=na %1$s i tuhi
book.editTitle=Tomo Book Taitara:
book.finalizeButton=Tohu me Katia
book.finalizeWarning=Kia mōhio mai! A, no te haina koe i te pukapuka, ka kore e taea te reira.
book.pageIndicator=Whārangi %1$s o %2$s
book.signButton=Tohu
chat.cannotSend=Kāore e taea te tukatuka kōrerorero karere
chat.copy=Tārua ki Papatopenga
chat.link.confirm=Kei te hiahia koe ki te whakatuwhera i te hononga ki a koutou?
chat.link.confirmTrusted=E hiahia ana koe ki te whakatūwhera mai tēnei hono ranei te tārua te reira ki o koutou papatopenga?
chat.link.open=Whakatūwhera i roto i te Browser
chat.link.warning=Kaua e whakat hononga i tangata ke!
chat.type.achievement=%s kua tika roaa te paetae %s
connect.authorizing=Takiuru in...
connect.connecting=E hono ana ki te tūmau...
connect.failed=I rahua te hono ki te tūmau
controls.title=Mana
createWorld.customize.custom.confirmTitle=whakatūpato!
createWorld.customize.custom.lavaLakeChance=Maori
createWorld.customize.custom.page0=Tautuhinga tumu
createWorld.customize.custom.preset.waterWorld=Taiāo Wai
createWorld.customize.custom.presets=Tatūkē
createWorld.customize.custom.randomize=tīpokapoka
createWorld.customize.custom.riverSize=Rahi o te awa
createWorld.customize.custom.useCaves=ana
createWorld.customize.custom.useLavaLakes=tahepuia roto
createWorld.customize.custom.useVillages=Hau Kāenga
createWorld.customize.flat.addLayer=tāpiri kahu-
createWorld.customize.flat.editLayer=apa whakatika
createWorld.customize.flat.height=teitei
createWorld.customize.flat.layer.bottom=raro %s
createWorld.customize.flat.layer.top=runga -%s
createWorld.customize.flat.removeLayer=tango kahu-
createWorld.customize.flat.tile=Apa nāunau
createWorld.customize.flat.title=Whakaraupapa Superflat
createWorld.customize.presets=Tatūkē
createWorld.customize.presets.list=Tērā rānei, konei te etahi hanga tatou i mua!
createWorld.customize.presets.select=whakamahi tatūkē
createWorld.customize.presets.share=E hiahia ana ki te faaite i to koutou tatūkē ki te tangata? Whakamahia te pouaka i raro nei!
createWorld.customize.presets.title=tīpako i te tatūkē
demo.day.1=Tenei demo ka muri e rima nga ra game, koutou pai te mahi!
demo.day.2=ra e rua
demo.day.3=ra e toru
demo.day.4=ra e wha
demo.day.5=Ko koutou ra whakamutunga tenei!
demo.day.6=kua mutu e rima nga ra. Press "F5" ki te tango he pikitia o to koutou hanga
demo.day.warning=Ko to koutou wa tata ake!
demo.demoExpired=Demo oti!
demo.help.buy=hoko Minecraft inaianei!
demo.help.fullWrapped=Tenei demo ka muri e rima nga ra (e pā ana ki 1 haora me te 40 miniti o te wā tūturu). Tirohia te whakatutukitanga mō ngā tīwhiri! Kia ngahau!
demo.help.inventory=Whakamahia %1$s ki te whakatuwhera i tō peke
demo.help.jump=Peke mā te pēhi i %1$s
demo.help.later=Tonu tākaro!
demo.help.movement=Whakamahia %1$s, %2$s, %3$s, %4$s me te kiore ki te neke a tawhio noa
demo.help.movementMouse=Titiro huri noa te whakamahi i te kiore
demo.help.movementShort=Neke mā te pēhi i %1$s, %2$s, %3$s, %4$s
demo.help.title=Aratau Demo Minecraft
demo.remainingTime=te wā e toe ana: %s
demo.reminder=Kua mutu te demo. te hoko i te kēmu ki te haere tonu tīmata ranei te ao hou!
disconnect.closed=katia hononga
disconnect.disconnected=Kua momotu i te Tūmau
disconnect.endOfStream=Mutunga o te Awa
disconnect.kicked=I whana i te kēmu
disconnect.loginFailed=I rahua te takiuru
disconnect.loginFailedInfo=I rahua te takiuru: %s
disconnect.loginFailedInfo.invalidSession=Wātū muhu (Me tīmata anō i tō kēmu)
disconnect.loginFailedInfo.serversUnavailable=Ko te motuhēhēnga he wā ki raro mo te tiaki.
disconnect.lost=hononga ngaro
disconnect.overflow=papare te waipuke
disconnect.quitting=whakamutu
disconnect.spam=Whana hoki whakamuhani
disconnect.timeout=pau i roto i
entity.Boat.name=Waka
entity.Cat.name=Ngeru
entity.Chicken.name=Pikaokao
entity.Cow.name=Kau
entity.EntityHorse.name=Hoiho
entity.Pig.name=Poaka
entity.Rabbit.name=Rapeti
entity.Sheep.name=Hipi
entity.horse.name=Hoiho
gameMode.adventure=Aratau Adventure
gameMode.creative=Aratau Creative
gameMode.hardcore=aratau tino!
gameMode.survival=Aratau Survival
generator.amplified=ô-
generator.amplified.info=pānui: anake hoki ngahau, me nui rorohiko
generator.default=taunoa
generator.flat=Superflat
generator.largeBiomes=ngā wāhi nui
gui.all=Katoa
gui.back=Hoki
gui.cancel=Whakakore
gui.done=Oti
gui.down=iho
gui.no=Kāo
gui.none=kāhore
gui.up=Ake
gui.yes=Āe
item.apple.name=Āporo
item.arrow.name=Pere
item.bed.name=Moenga
item.beefCooked.name=Kotinga mīti
item.bone.name=Wheua
item.book.name=Pukapuka
item.bow.name=Kopere
item.bread.name=Parāoa
item.bucket.name=pākete
item.cake.name=Keke
item.carrots.name=Kāreti
item.charcoal.name=Waro
item.clock.name=Karaka
item.coal.name=Waro
item.compass.name=Kāpehu
item.cookie.name=Pihikete
item.diamond.name=Taimana
item.egg.name=Hēki
item.emerald.name=Kahurangi
item.feather.name=Piki
item.fireworksCharge.black=Pango
item.fireworksCharge.blue=Kikorangi
item.fireworksCharge.brown=Parauri
item.fireworksCharge.flicker=Tirama
item.fireworksCharge.gray=Kiwikiwi
item.fireworksCharge.green=Kakariki
item.fireworksCharge.pink=Mawhero
item.fireworksCharge.purple=Waiporoporo
item.fireworksCharge.red=whero
item.fireworksCharge.white=Ma
item.fireworksCharge.yellow=Kowhai
item.fish.cod.raw.name=Ika Mara
item.fishingRod.name=Matira
item.flint.name=Matā
item.hatchetWood.name=Tuaina ki rakau
item.ingotGold.name=Gold Ingot
item.ingotIron.name=Iron Ingot
item.leather.name=Rera
item.map.name=Mapi
item.milk.name=Miraka
item.painting.name=Waituhi
item.paper.name=Pepa
item.pickaxeWood.name=Keriwhenua ki rakau
item.potato.name=Rīwai
item.saddle.name=Tera
item.seeds.name=Purapura
item.shovelWood.name=koko rakau
item.sign.name=Pouārahi
item.snowball.name=Poi huka
item.stick.name=Rākau
item.sulphur.name=Paura
item.swordIron.name=Iron Hoari
item.swordWood.name=te hoari rakau
item.wheat.name=Wīti
key.categories.inventory=Rārangi taonga
key.categories.multiplayer=Multiplayer
key.jump=Peke
lanServer.otherPlayers=i ngā tautuhinga mō ētahi atu kaitākaro
lanServer.scanning=matawai mō ngā kēmu i runga i tō whatunga rohe
lanServer.start=tīmata LAN ao
lanServer.title=LAN te ao
language.code=mi_NZ
language.name=Te Reo Māori
language.region=Aotearoa
mcoServer.title=hou te ao ipurangi Minecraft
menu.convertingLevel=Faafariuraa o te ao
menu.disconnect=Wetea
menu.game=tahua kēmu
menu.generatingLevel=Auaha te ao
menu.generatingTerrain=Auaha te whenua
menu.loadingLevel=Rāwekeweke te ao
menu.multiplayer=huihui
menu.options=nga kōwhiringa...
menu.playdemo=Te tākaro Demo World
menu.quit=Putanga
menu.resetdemo=Tautuhi anō Demo World
menu.respawning=whakawhānau takarure
menu.returnToGame=Hoki ki te kēmu
menu.returnToMenu=Putanga me haere ki te rārangi tono
menu.shareToLan=tuwhera tō LAN
menu.simulating=Construction o te ao i roto i nga paraire
menu.singleplayer=anake
menu.switchingLevel=Whakawhitiwhiti nga ao
multiplayer.connect=Hono
multiplayer.downloadingStats=Te tikiake i ngā tatauranga & whakatutukitanga ...
multiplayer.downloadingTerrain=Tikiake ana i nga whenua
multiplayer.info1=Minecraft Multiplayer kore tēnei wā kei te oti, engari i reira
multiplayer.info2=whakamātautau bug wawe puta.
multiplayer.ipinfo=Tomo i te IP o te tūmau, ki te hono atu ki reira:
multiplayer.player.joined=%s uru atu te kēmu
multiplayer.player.joined.renamed=%s (e mōhiotia i mua kia rite ki %s) i uru ki te kēmu
multiplayer.player.left=%s mahue te kēmu
multiplayer.stopSleeping=waiho Bed
multiplayer.texturePrompt.line1=E taunaki ana tēnei tūmau i te whakamahi o te mōkihi rauemi ritenga.
multiplayer.texturePrompt.line2=E hiahia ana koe ki te tiki ake me te tāuta i te reira aunoa?
multiplayer.title=te tākaro multiplayer
options.advancedButton=Settings Ataata Arā...
options.advancedOpengl=OpenGL Arā
options.advancedVideoTitle=Settings Ataata Arā
options.anaglyph=3D Anaglyph
options.ao=Whakamumuratanga Whakaene
options.ao.max=Mōrahi
options.ao.min=Mōkito
options.ao.off=OFF
options.chat.color=Tae
options.chat.height.unfocused=Not Focused Height
options.chat.links=Hononga Tukutuku
options.chat.links.prompt=Tohuāki i runga i Hononga
options.chat.opacity=Opacity
options.chat.scale=Tauine
options.chat.title=Settings kōrerorero...
options.chat.visibility=kōrerorero
options.chat.visibility.full=whakaaturia
options.chat.visibility.hidden=Huna
options.chat.visibility.system=tono anake
options.chat.width=Whānuitanga
options.controls=Mana...
options.difficulty=Uaua
options.difficulty.easy=Ngāwari
options.difficulty.hard=Māro
options.difficulty.hardcore=Hardcore
options.difficulty.normal=Pūnoa
options.difficulty.peaceful=Rangimārie
options.farWarning1=Tūtohutia te tāutanga Java 64 bit te
options.farWarning2='Far' hoatu tawhiti (koe 32 bit)
options.fboEnable=Whakahohe i FBOs
options.fov=FOV
options.fov.max=Quake PROV
options.fov.min=Pūnoa
options.framerateLimit=Mokatere tāpare Max
options.framerateLimit.max=Unlimited
options.gamma=Gile
options.gamma.max=Kanapa
options.gamma.min=Moody
options.graphics=Whakairoiro
options.graphics.fancy=Fancy
options.graphics.fast=Nohopuku
options.guiScale=GUI Tauine
options.guiScale.auto=Car
options.guiScale.large=Nui
options.guiScale.normal=Pūnoa
options.guiScale.small=Iti
options.hidden=Huna
options.invertMouse=Huripoki Kiore
options.language=Reo...
options.languageWarning=E kore ai translations reo e tōtika 100%%
options.mainHand.left=Maui
options.multiplayer.title=Settings Multiplayer...
options.music=Puoro
options.off=OFF
options.on=ON
options.particles=matūriki
options.particles.all=Katoa
options.particles.decreased=Heke
options.particles.minimal=Iti
options.performanceButton=Settings Mahinga Ataata...
options.performanceVideoTitle=Settings Mahinga Ataata
options.postButton=Settings Post-Processing...
options.postProcessEnable=Whakahohetia te Post-Processing
options.postVideoTitle=Settings Post-Processing
options.qualityButton=Settings Kounga Ataata...
options.qualityVideoTitle=Settings Kounga Ataata
options.renderClouds=Kapua
options.renderDistance=Hoatu tawhiti
options.renderDistance.far=Tawhiti
options.renderDistance.normal=Pūnoa
options.renderDistance.short=Poto
options.renderDistance.tiny=Iti
options.saturation=waiwai
options.sensitivity=Rauangi
options.sensitivity.max=HYPERSPEED!!!
options.sensitivity.min=*Oha*
options.snooper=Tukua popore
options.sound=tangi
options.sounds=Music & Oro...
options.sounds.title=Kōwhiringa Music & Sound
options.title=kōwhiringa
options.video=Settings Video...
options.videoTitle=Settings Video
options.viewBobbing=Tirohia te whāwhā
options.visible=whakaaturia
record.nowPlaying=tākaro Na: %s
selectServer.add=Tāpiri Tūmau
selectServer.defaultName=Tūmau Minecraft
selectServer.delete=Porowhiu
selectServer.deleteButton=Porowhiu
selectServer.deleteQuestion=Whakaū i te tango o tenei tūmau?
selectServer.deleteWarning=Ngaro ka ake ake! (Te wa i!)
selectServer.direct=Whakarerekē
selectServer.edit=Whakarerekē
selectServer.empty=tahanga
selectServer.hiddenAddress=(Huna)
selectServer.refresh=Update
selectServer.select=amui atu tūmau
selectServer.title=te tīpako i te tūmau
selectWorld.allowCommands=Tuku i te whakahau:
selectWorld.allowCommands.info=Kainga, herehere, i ētahi atu momo ao... /gamemode, /xp
selectWorld.bonusItems=utu uma:
selectWorld.cheats=Tinihanga
selectWorld.conversion=Me tahuri!
selectWorld.create=Waihanga he world new
selectWorld.createDemo=Te tākaro New Demo World
selectWorld.customizeType=Whakatauritea
selectWorld.delete=Porowhiu
selectWorld.deleteButton=Porowhiu
selectWorld.deleteQuestion=E hiahia ana koe ki te muku i tēnei ao ki a koutou?
selectWorld.deleteWarning=ka ngaro ake ake! (He roa te wā!)
selectWorld.empty=tahanga
selectWorld.enterName=ingoa ao
selectWorld.enterSeed=uri mo te kaihanga ao
selectWorld.gameMode=Aratau Game
selectWorld.gameMode.adventure=Haere māia
selectWorld.gameMode.adventure.line1=Rite aratau ora, engari e kore e taea e poraka
selectWorld.gameMode.adventure.line2=tāpiri, te tango ranei,
selectWorld.gameMode.creative=auaha
selectWorld.gameMode.creative.line1=rauemi mure ore, e rere ana, me te kore utu
selectWorld.gameMode.creative.line2=Top -%s
selectWorld.gameMode.hardcore=tino
selectWorld.gameMode.hardcore.line1=Rite aratau ora, kua kiia i faingataa
selectWorld.gameMode.hardcore.line2=uaua, a kotahi te ora anake
selectWorld.gameMode.survival=Noho ora
selectWorld.gameMode.survival.line1=Rapu mō te rauemi, ke fokotuutuu, taonga
selectWorld.gameMode.survival.line2=taumata, te hauora, me te matekai
selectWorld.hardcoreMode=tino:
selectWorld.hardcoreMode.info=mukua ao te ki runga ki te mate
selectWorld.mapFeatures=Whakaputa hanganga:
selectWorld.mapFeatures.info=Kainga, herehere, i ētahi atu momo ao
selectWorld.mapType=Momo o te ao:
selectWorld.mapType.normal=Noa
selectWorld.moreWorldOptions=Ētahi atu Kōwhiringa Ao ...
selectWorld.newWorld=ao hou
selectWorld.newWorld.copyOf=kape o te %s
selectWorld.recreate=Waihangatia tētahi atu wā
selectWorld.resultFolder=ka ora i roto i:
selectWorld.seedInfo=waiho kia pātea tonu hoki te uri tupurangi
selectWorld.select=Te tākaro i te ao kua tīpakohia
selectWorld.title=Tīpakohia te ao
selectWorld.version=Putanga:
selectWorld.world=Ao
soundCategory.ambient=Ambient / Taiao
soundCategory.block=poraka
soundCategory.hostile=Vaerua kaikiri
soundCategory.master=rōrahi te Kaiwhakaako
soundCategory.music=Puoro
soundCategory.neutral=Vaerua hoa
soundCategory.player=kaitākaro
soundCategory.record=Poraka rekoata / Tuhipoka
soundCategory.weather=Weather
tile.activatorRail.name=Activator Rail
tile.anvil.name=Paepae maitai
tile.bedrock.name=maka tefito
tile.blockCoal.name=Poraka o Coal
tile.blockDiamond.name=Poraka o Diamond
tile.bookshelf.name=PukaPuka
tile.brick.name=Pereki
tile.button.name=Pātene
tile.cake.name=Keke
tile.carrots.name=Kāreti
tile.chest.name=pouaka
tile.chestTrap.name=aaka mau
tile.cloth.name=Wūru
tile.cocoa.name=Koukou
tile.crops.name=Kai
tile.deadbush.name=mate Bush
tile.detectorRail.name=pūkimi Rail
tile.dirt.default.name=paru
tile.dirt.name=Paruparu
tile.dirt.podzol.name=Onemata
tile.doorIron.name=Iron Door
tile.doorWood.name=Door Rakau
tile.doublePlant.fern.name=Ponga
tile.doublePlant.rose.name=Rōha
tile.doublePlant.sunflower.name=Putiputi rā
tile.farmland.name=Papanga pāmu
tile.fence.name=Taiepa
tile.fire.name=Ahi
tile.flower1.dandelion.name=Tawao
tile.flower2.allium.name=Allium
tile.flower2.houstonia.name=Azure Bluet
tile.flower2.tulipRed.name=Whero Tulip
tile.furnace.name=Oumu
tile.glass.name=Karaehe
tile.goldenRail.name=Rail Powered
tile.grass.name=tarutaru Poraka
tile.gravel.name=Tuakirikiri
tile.hayBlock.name=hay wuru
tile.ice.name=Haupapa
tile.jukebox.name=Reo Irirangi
tile.ladder.name=Arawhata
tile.lava.name=rangitoto
tile.leaves.acacia.name=hitimi Rau
tile.leaves.big_oak.name=Dark Oak Rau
tile.leaves.birch.name=birch Rau
tile.leaves.jungle.name=uru raau no Rau
tile.leaves.name=Ngā rau
tile.leaves.oak.name=Rau oki
tile.leaves.spruce.name=Rau te puruhi
tile.lever.name=Ara
tile.log.acacia.name=hitimi Wood
tile.log.big_oak.name=Dark Oak Wood
tile.log.birch.name=Birch Wood
tile.log.jungle.name=uru raau no Wood
tile.log.name=Rākau
tile.log.oak.name=Rākau oke
tile.log.spruce.name=te puruhi mo Wood
tile.mobSpawner.name=Monster Spawner
tile.obsidian.name=Matā
tile.oreCoal.name=Coal Ore
tile.oreDiamond.name=Diamond Ore
tile.oreGold.name=Gold Ore
tile.oreIron.name=Iron Ore
tile.potatoes.name=Rīwai
tile.pumpkin.name=Paukena
tile.rail.name=Ara tereina
tile.redstoneDust.name=Redstone puehu
tile.sand.default.name=onepū
tile.sand.red.name=Kirikiri whero
tile.sandStone.chiseled.name=whaoa hōanga
tile.sandStone.default.name=Hōanga
tile.sandStone.name=Hōanga
tile.sandStone.smooth.name=hōanga Whakaene
tile.sapling.acacia.name=hitimi Māhuri
tile.sapling.birch.name=Birch Māhuri
tile.sapling.jungle.name=uru raau no Māhuri
tile.sapling.oak.name=Oak Māhuri
tile.sapling.spruce.name=te puruhi mo Māhuri
tile.sign.name=Tohu
tile.snow.name=Huka
tile.stainedGlass.black.name=Black ōpure koata
tile.stainedGlass.blue.name=Blue ōpure koata
tile.stainedGlass.brown.name=Brown ōpure koata
tile.stainedGlass.cyan.name=Urikiko ōpure koata
tile.stainedGlass.gray.name=Gray ōpure koata
tile.stainedGlass.green.name=Green ōpure koata
tile.stainedGlass.name=ōpure koata
tile.stainedGlass.pink.name=Pink ōpure koata
tile.stainedGlass.purple.name=Papura ōpure koata
tile.stainedGlass.red.name=Whero ōpure koata
tile.stainedGlass.silver.name=Light Gray ōpure koata
tile.stairsSandStone.name=hōanga Arawhata
tile.stairsStone.name=Stone Arawhata
tile.stairsWood.name=Oak Wood Arawhata
tile.stairsWoodAcacia.name=Hitimi Wood Arawhata
tile.stairsWoodBirch.name=Birch Wood Arawhata
tile.stairsWoodDarkOak.name=Dark Oak Wood Arawhata
tile.stairsWoodJungle.name=Uru raau no Wood Arawhata
tile.stairsWoodSpruce.name=Te puruhi mo Wood Arawhata
tile.stone.stone.name=Toka
tile.stoneMoss.name=Moss Stone
tile.stonebrick.name=Cobblestone
tile.tallgrass.fern.name=Ponga
tile.tallgrass.grass.name=Karaihe
tile.tallgrass.name=Karaihe
tile.tallgrass.shrub.name=Riki
tile.thinGlass.name=Pihanga
tile.tnt.name=TNT
tile.torch.name=Rama
tile.water.name=Wai
tile.weightedPlate_heavy.name=Plate Pressure tautaha (Taumaha)
tile.weightedPlate_light.name=Plate Pressure tautaha (Light)
tile.wood.acacia.name=Hitimi Wood papa
tile.wood.big_oak.name=Dark Oak Wood papa
tile.wood.birch.name=Birch Wood papa
tile.wood.jungle.name=Uru raau no Wood papa
tile.wood.name=papa rākau
tile.wood.oak.name=Oak papa rakau
tile.wood.spruce.name=Te puruhi mo Wood papa
tile.woodSlab.acacia.name=Hitimi Wood papa
tile.woodSlab.big_oak.name=Dark Oak Wood papa
tile.woodSlab.birch.name=Birch Wood Papa
tile.woodSlab.jungle.name=Uru raau no Wood papa
tile.woodSlab.oak.name=Oak Wood Papa
tile.woodSlab.spruce.name=Te puruhi mo Wood papa
tile.workbench.name=Papamahi

View File

@ -0,0 +1,98 @@
achievement.unknown=???
attribute.modifier.take.1=-%s%% %s
attribute.modifier.take.2=-%s%% %s
commands.save-on.usage=/save-on
createWorld.customize.custom.page0=Општи Опции
createWorld.customize.custom.page1=Рудни опции
createWorld.customize.custom.page2=Виши опции (Експерт корисници само)
createWorld.customize.custom.page3=Екстра виши опции (Експерт корисници само)
createWorld.customize.custom.prev=Претходна страна
createWorld.customize.custom.randomize=Разно
createWorld.customize.flat.addLayer=Додади слој
createWorld.customize.flat.air=Воздух
createWorld.customize.flat.editLayer=Изменуј Слој
createWorld.customize.flat.height=Висина
createWorld.customize.flat.layer.bottom=Најпоследен %s
createWorld.customize.flat.layer.top=Топ %s
createWorld.customize.flat.removeLayer=Избриши слој
createWorld.customize.flat.tile=Материјал на слојот
createWorld.customize.flat.title=Суперрамно Опции
createWorld.customize.presets=Притисни
createWorld.customize.presets.list=Алтернативно еве малку што направивме!
createWorld.customize.presets.select=Користи
createWorld.customize.presets.share=Да споделиш со некого? Долу!
createWorld.customize.presets.title=Избери
gui.all=сите
gui.back=назад
gui.cancel=Откажи
gui.done=завршена
gui.down=надолу
gui.no=Не
gui.none=Ниту еден
gui.toMenu=назад до листата на сервери
gui.toTitle=Назад до главното мени
gui.up=до
gui.yes=Да
item.clock.name=Сат
item.compass.name=компас
item.egg.name=Јајца
item.fireworksCharge.green=Зелен
item.fish.cod.raw.name=Сурова риба
item.fishingRod.name=Трска за риби
item.leaves.name=дрво лисја
item.shears.name=ножици
item.yellowDust.name=светат камен прашина
language.code=mk_MK
language.name=Македонски
language.region=Македонија
menu.convertingLevel=конвертирање Свет
menu.disconnect=Прекини
menu.game=игра Мени
menu.generatingLevel=генерирање на световите
menu.generatingTerrain=градежни Терен
menu.loadingLevel=Се поврзува световите
menu.multiplayer=мултиплеер
menu.options=Опции...
menu.quit=престанам игра
menu.respawning=Случува да потомство
menu.returnToGame=Назад во игра
menu.returnToMenu=Спаси и да престанам да го насловот
menu.shareToLan=Отворени за LAN
menu.simulating=Симулирање на светот за малку
menu.singleplayer=Еден играч
menu.switchingLevel=префрлување световите
selectWorld.cheats=Читови
selectWorld.conversion=Мора да се конвертира!
selectWorld.create=Се создаде нов свет
selectWorld.createDemo=Игра демо светот
selectWorld.customizeType=Прилагоди
selectWorld.delete=бришење
selectWorld.deleteButton=бришење
selectWorld.deleteQuestion=Вие сте сигурни дека сакате да го избришете овој свет?
selectWorld.deleteWarning=ќе бидат загубени засекогаш! (Долго време!)
selectWorld.edit=едитирај
selectWorld.edit.openFolder=отвори фолдерот
selectWorld.edit.resetIcon=ресетирај ја иконата
selectWorld.edit.save=зачувај го светот
selectWorld.edit.title=едитирај го светот
selectWorld.empty=празна
selectWorld.enterName=Светот име
selectWorld.enterSeed=Сид за генерацијата на светот
selectWorld.newWorld=Нова свет
selectWorld.newWorld.copyOf=копија од %s
selectWorld.recreate=рекреираат
selectWorld.resultFolder=Ќе биде зачувано во:
selectWorld.seedInfo=Остави празно за рандом сид
selectWorld.select=Игра Избрани Свет
selectWorld.title=одберете World
selectWorld.tooltip.fromNewerVersion1=Светот беше зачуван во понова верзија
selectWorld.tooltip.fromNewerVersion2=вчитувањето на овој свето можи да предизвика проблеми!
selectWorld.tooltip.snapshot1=Немој да забораваш да го бацкуп
selectWorld.tooltip.snapshot2=пред да влезеш во снапшот.
selectWorld.version=Верзија:
selectWorld.versionJoinButton=Употреби сепак
selectWorld.versionQuestion=Дали сакате да го вчитате светот?
selectWorld.versionUnknown=непознато
selectWorld.versionWarning=Овој свет е зачувана во верзијата "%s" и да го вчитате во оваа верзија може да предизвика корупцијата!
selectWorld.world=свет
tile.lightgem.name=светат камен

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,528 @@
achievement.bakeCake=Gielis
achievement.bakeCake.desc=Nisut, sohkar, mielki ja monit!
achievement.blazeRod=Dollii
achievement.bookcase=Girjerájusbargi
achievement.buildBetterPickaxe=Buoredat
achievement.cookFish=Njálgga guolli
achievement.diamonds=DIAMÁNTTAT!
achievement.diamondsToYou=Diamánttat dutnje!
achievement.killWither=Álgu.
achievement.requires='%1$s' gáibidan
achievement.spawnWither=Álgu?
achievement.theEnd=Loahppa?
achievement.theEnd.desc=Gávnna loahpa
achievement.theEnd2=Loahppa.
addServer.add=Gárvvis
attribute.name.generic.movementSpeed=Johtilvuohta
book.byAuthor=%1$s čállán
book.editTitle=Girjái nama:
book.finalizeButton=Sivdnidat ja dahppat
book.generation.0=Álgoálgosaš
book.generation.1=Álgoálgosažžas máŋggus
book.generation.2=Máŋgosa máŋggus
book.pageIndicator=Siidu %1$s/%2$s
book.signButton=Sivdnidat
commands.ban.usage=/ban <nama> [sivva...]
commands.banlist.usage=/banlist [ips|čuojaheaddjit]
commands.blockdata.usage=/blockdata <x><y><z><dataTag>
commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag]
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2><x><y><z>[mode]
commands.defaultgamemode.usage=/defaultgamemode <modus>
commands.deop.failed=Ii máhte de-op %s
commands.difficulty.usage=/difficulty <ođđa áŧestus>
commands.entitydata.noPlayers=%s lea čuojaheaddji ja ii máhte rievdaduvvot
commands.execute.usage=/execute <entity> <x> <y> <z> <command> OR /execute <entity> <x> <y> <z> detect <x> <y> <z> <block> <data> <command>
commands.fill.usage=/fill <x1> <y1> <z1> <x2> <y2> <z2> <TileName> [dataValue] [oldBlockHandling] [dataTag]
commands.gamerule.usage=/gamerule <rule name> [value]
commands.generic.boolean.invalid='%s' ii leat 'true' dahje 'false'
commands.generic.usage=Geavahus: %s
commands.kill.successful=%s lea goddán
commands.me.usage=/me <sisdoallu...>
commands.message.display.incoming=%s savkala dutnje: %s
commands.message.display.outgoing=Don savkalat čuojaheaddjai %s: %s
commands.op.failed=Ii máhte op %s
commands.say.usage=/say <dieđáhus>
commands.scoreboard.teams.add.alreadyExists=Joavku namain %s juo gávdno
commands.scoreboard.teams.add.success=Joavku '%s' lea lasihan
commands.scoreboard.teams.leave.noTeam=Don it leat joavkkus
commands.scoreboard.teams.list.usage=/scoreboard teams list [namma]
commands.scoreboard.teams.remove.success=Joavku %s lea sihkkon
commands.seed.success=Seed: %s
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.stats.block.usage=/stats block <x> <y> <z> <mode> ...
commands.testfor.success=%s lea gávdnan
commands.time.query=Diibmu lea %s
commands.time.usage=/time <set|add|query> <value>
commands.unban.usage=/pardon <nama>
commands.unbanip.usage=/pardon-ip <adreassa>
commands.worldborder.center.usage=/worldborder center <x> <z>
connect.authorizing=Logge sisa...
container.enchant.clue=%s . . . ?
container.furnace=Steaikauvdna
container.isLocked=%s lea lohkkadan!
createWorld.customize.custom.confirmTitle=Varuhus!
createWorld.customize.custom.next=Viidáseappot
createWorld.customize.custom.preset.goodLuck=Ollu lihkku
createWorld.customize.custom.preset.isleLand=Sulloeatnan
createWorld.customize.custom.preset.waterWorld=Čázi máilbmi
createWorld.customize.custom.prev=Ruoktu
createWorld.customize.custom.randomize=Sahtedohko
createWorld.customize.custom.riverSize=Joga sturrodat
createWorld.customize.custom.seaLevel=Ábidássi
createWorld.customize.custom.useCaves=Čiehppasat
createWorld.customize.custom.useDungeons=Fáŋgaráigiid
createWorld.customize.custom.useLavaLakes=Lava jávrrit
createWorld.customize.custom.useLavaOceans=Lava ábit
createWorld.customize.custom.useMonuments=Ábimuitomearkkat
createWorld.customize.custom.useRavines=Ruččut
createWorld.customize.custom.useTemples=Tempelat
createWorld.customize.custom.useVillages=Gávpogat
createWorld.customize.custom.useWaterLakes=Čázi jávrrit
createWorld.customize.flat.height=Allodat
createWorld.customize.flat.layer.bottom=Bodni - %s
createWorld.customize.flat.layer.top=Giera + %s
death.attack.generic=%1$s jámii
deathScreen.deleteWorld=Sihko máilmmi
deathScreen.quit.confirm=Leatgo dárki, ahte don háliidan guođđit?
deathScreen.score=Čuoggát
deathScreen.title=Don leat jábmi!
demo.day.2=Nubbi beaivi
demo.day.3=Goalmmát beaivi
demo.day.4=Njealját beaivi
demo.day.5=Dát lea du maŋimus beaivi!
demo.help.buy=Oasttát dál!
demo.help.later=Joatkkát ja čuojahat!
disconnect.loginFailed=Loggu sisa ii leat onnestuvvan
disconnect.loginFailedInfo=Loggu sisa ii leat onnestuvvan: %s
disconnect.quitting=Guođđit
disconnect.timeout=Mihkkege vástádus
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
enchantment.lootBonusFishing=Ábi Lihkku
entity.Boat.name=Fanas
entity.Cat.name=Bussá
entity.Chicken.name=Vuonccis
entity.Cow.name=Gussa
entity.Creeper.name=Gobmi
entity.EntityHorse.name=Heasta
entity.Fireball.name=Daloluođđa
entity.Item.name=Diŋga
entity.Pig.name=Spiidni
entity.Rabbit.name=Kaniidna
entity.Sheep.name=Sávza
entity.SmallFireball.name=Unni daloluođđa
entity.SnowMan.name=Čagigolem
entity.Snowball.name=Čahki
entity.Spider.name=Heavdni
entity.Villager.farmer=Boanda
entity.Villager.fisherman=Guollebivdi
entity.Villager.librarian=Girjerájusbargi
entity.VillagerGolem.name=Ruovddigolem
entity.Wolf.name=Gumpe
entity.Zombie.name=Jámeš
entity.generic.name=dovdameahttun
entity.horse.name=Heasta
entity.zombiehorse.name=Zombi heasta
gameMode.adventure=Máinasmodus
gameMode.creative=Kreatiiva Mode
gameMode.hardcore=Garra mode!
gameMode.spectator=Fákten Mode
gameMode.survival=Birgen Mode
gui.all=Buot
gui.back=Ruoktu
gui.cancel=Šluhtte
gui.done=Gárvvis
gui.down=Vulos
gui.no=Ii
gui.none=Ii mihkkege
gui.stats=Statistihkat
gui.up=Bajás
gui.yes=Gal
inventory.binSlot=Billistát diŋgga
item.apple.name=Eappel
item.appleGold.name=Golle Omen
item.banner.black.name=Čáhppat leavga
item.banner.blue.name=Alit leavga
item.banner.brown.name=Ruškat leavga
item.banner.cross.black=Čáhppat Rista
item.banner.cross.blue=alit rista
item.banner.cross.brown=Ruškat rista
item.banner.cross.gray=Ránis Rista
item.banner.cross.green=Ruona Rista
item.banner.cross.orange=Oránša Rista
item.banner.cross.pink=Guvgesruoksat Rista
item.banner.cross.purple=Sáhppat rista
item.banner.cross.red=Ruoksat Rista
item.banner.cross.white=Vielgat Rista
item.banner.cross.yellow=Fiskat Rista
item.banner.gray.name=Ránis leavga
item.banner.green.name=Ruoná leavga
item.banner.mojang.black=Čáhppat ášši
item.banner.mojang.blue=Alit ášši
item.banner.mojang.brown=Ruškat ášši
item.banner.mojang.gray=Ránis ášši
item.banner.mojang.green=Ruoná ášši
item.banner.mojang.orange=Oránša ášši
item.banner.mojang.pink=Guvgesruoksa ášši
item.banner.mojang.purple=Sáhppat ášši
item.banner.mojang.red=Ruoksat ášši
item.banner.mojang.white=Vielgat ášši
item.banner.mojang.yellow=Fiskat ášši
item.banner.orange.name=Oránša leavga
item.banner.pink.name=Guvgesruoksat leavga
item.banner.purple.name=Sáhppat leavga
item.banner.red.name=Ruoksat leavga
item.banner.small_stripes.black=Čáhppat ráidá
item.banner.small_stripes.blue=Alit ráidá
item.banner.small_stripes.brown=Ruškat
ráidá
item.banner.small_stripes.gray=Ránis ráidá
item.banner.small_stripes.green=Ruoná ráidá
item.banner.small_stripes.orange=Oránša ráidá
item.banner.small_stripes.pink=Guvgeruoksat ráidá
item.banner.small_stripes.purple=Sáhppat ráidá
item.banner.small_stripes.red=Ruoksat ráidá
item.banner.small_stripes.white=Vielgat ráidá
item.banner.small_stripes.yellow=Fiskat ráidá
item.banner.straight_cross.black=Čáhppat ruossa
item.banner.straight_cross.blue=Alit ruossa
item.banner.straight_cross.brown=Ruškat ruossa
item.banner.straight_cross.gray=Ránis ruossa
item.banner.straight_cross.green=Ruoná ruossa
item.banner.straight_cross.orange=Oránša ruossa
item.banner.straight_cross.pink=Guvgesruoksat ruossa
item.banner.straight_cross.purple=Sáhppat ruossa
item.banner.straight_cross.red=Ruoksat ruossa
item.banner.straight_cross.white=Vielgat ruossa
item.banner.straight_cross.yellow=Fiskat ruossa
item.banner.white.name=Vielgat leavga
item.banner.yellow.name=Fiskat leavga
item.bed.name=Seaŋga
item.bone.name=Dákti
item.book.name=Girji
item.bow.name=Dávgi
item.bowl.name=Bolljá
item.bread.name=Láibi
item.bucket.name=Gievdni
item.bucketLava.name=Lavagievdni
item.bucketWater.name=Čáhzegievdni
item.cake.name=Gáhkku
item.carrotGolden.name=Gollerušpi
item.carrots.name=Rušpi
item.cauldron.name=Ruitu
item.clay.name=láira
item.clock.name=Diibmu
item.cookie.name=Keaksa
item.diamond.name=Diamántta
item.doorBirch.name=Soagi uksa
item.egg.name=Monni
item.feather.name=Dávgi
item.fireworksCharge.black=Čáhppat
item.fireworksCharge.blue=Alit
item.fireworksCharge.gray=Ránis
item.fireworksCharge.green=Ruoná
item.fireworksCharge.orange=Oránša
item.fireworksCharge.red=Ruoksat
item.fireworksCharge.type.0=Unni luođđa
item.fireworksCharge.type.1=Stuoris luođđa
item.fireworksCharge.white=Vielgat
item.fishingRod.name=Stággu
item.flint.name=Didnu
item.glassBottle.name=Lássaboahtal
item.hatchetDiamond.name=Diamántta-ákšu
item.hatchetGold.name=Golleákšu
item.hatchetIron.name=Ruovdeákšu
item.hatchetStone.name=Geađgeákšu
item.hatchetWood.name=Muorra-ákšu
item.leaves.name=Lasttat
item.map.name=Gárta
item.melon.name=Melovdna
item.milk.name=Mielki
item.painting.name=Dávval
item.paper.name=Bábir
item.pickaxeDiamond.name=Diamánttaguohkki
item.pickaxeGold.name=Golleguohkki
item.pickaxeIron.name=Ruovddiguohkki
item.pickaxeStone.name=Geađgeguohkki
item.pickaxeWood.name=Muorraguohkki
item.potato.name=Buđetat
item.potion.name=Noaidejugus
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=Ruoksatgeađgi
item.saddle.name=Sále
item.sign.name=Galba
item.skull.char.name=Oaivi
item.skull.creeper.name=Gobmi Oaivi
item.skull.player.name=Čuojaheadji %s oaivi
item.skull.zombie.name=Jámeš oaivi
item.snowball.name=Muohtaspabba
item.spiderEye.name=Heavnne Čalbmi
item.stick.name=Muorrasággi
item.string.name=Láigi
item.sugar.name=Sohkar
item.sulphur.name=Rukta
item.swordDiamond.name=Diamánttamiehkki
item.swordGold.name=Gollemiehkki
item.swordIron.name=Ruovddimiehkki
item.swordStone.name=Geađgemiehkki
item.swordWood.name=Muorramiehkki
item.wheat.name=Nisu
item.writingBook.name=Girji ja dolggipeanna
item.writtenBook.name=Girji čállán
itemGroup.combat=Dáistaleapmi
itemGroup.food=Borramuš
itemGroup.redstone= Ruoksatgeađgi
itemGroup.search=Ohcat Diŋggat
itemGroup.tools=Reaiddut
key.categories.movement=Johtu
key.hotbar.1=Hotbar Sadji 1
key.hotbar.2=Hotbar Sadji 2
key.hotbar.3=Hotbar Sadji 3
key.hotbar.4=Hotbar Sadji 4
key.hotbar.5=Hotbar Sadji 5
key.hotbar.6=Hotbar Sadji 6
key.hotbar.7=Hotbar Sadji 7
key.hotbar.8=Hotbar Sadji 8
key.hotbar.9=Hotbar Sadji 9
key.jump=Njuiket
key.mouseButton=Boallu %1$s
key.sprint=Viegat
lanServer.title=LAN máilbmi
language.code=sme
language.name=Davvisámegiella
language.region=Sápmi
menu.convertingLevel=Rievdat máilbmi
menu.disconnect=Guođe
menu.game=Spealufállu
menu.generatingLevel=Buvttadeamen máilbmi
menu.generatingTerrain=Buvttadeamen eanadat
menu.loadingLevel=Láddemin máilbmi
menu.multiplayer=Máŋggainspeallu
menu.options=Heivehusat...
menu.quit=Guođe spealus
menu.respawning=Riegádit ođđasit
menu.returnToGame=Mana ruovttoluodda speallui
menu.returnToMenu=Vurke ja heaitte
menu.switchingLevel=Molsumin máilmmi
multiplayer.connect=Čanat
multiplayer.downloadingTerrain=Viežžá eanadaga
multiplayer.player.joined=%s lea laktásan spealu
multiplayer.player.left=%s guđii spealus
multiplayer.stopSleeping=Guođe seaŋgga
options.ao.off=II ALDE
options.chat.color=Ivnnit
options.chat.visibility.full=Čájehan
options.chat.visibility.hidden=Čiegus
options.chat.width=Viidodat
options.difficulty=Váttisvuođa dássi
options.difficulty.easy=Geahpas
options.difficulty.hard=Lossat
options.difficulty.hardcore=Garra
options.difficulty.normal=Dábálaš
options.difficulty.peaceful= Ráfálaš
options.fov=Oaidnángieddi
options.fov.max=Quake Pro
options.fov.min=Dábálaš
options.gamma.max=Šearrat
options.graphics=Grafihkka
options.graphics.fancy=Fiinnis
options.graphics.fast=Geahpas
options.guiScale.auto=Automáhtalaš
options.guiScale.large=Stuoris
options.guiScale.normal=Dábálaš
options.guiScale.small=Unni
options.hidden=Čiegus
options.language=Giella...
options.modelPart.cape=Gákti
options.modelPart.hat=Háhtta
options.modelPart.jacket=Jáhkka
options.music=Musihkka
options.off=II ALDE
options.on=ALDE
options.particles=Partihkalat
options.particles.all=Buot
options.renderClouds=Balvvat
options.renderDistance.far=Viiddis
options.renderDistance.normal=Normála
options.renderDistance.short=Oanehaš
options.renderDistance.tiny=Smávis
options.sensitivity.max=HYPERJOHTIL!!!
options.sound=Jienat
options.sounds=Musihkka ja jienat...
options.title=Heivehusat
options.visible=Čájehan
potion.potency.1=II
potion.potency.2=III
record.nowPlaying=Dál stoagat: %s
selectServer.delete=Sihko
selectServer.deleteButton=Sihko
selectServer.edit=Rievdádeapmi
selectServer.empty=guoros
selectServer.hiddenAddress=(Čiegus)
selectWorld.create=Luova ođđasa máilmmi
selectWorld.delete=Sihko
selectWorld.deleteButton=Sihko
selectWorld.deleteWarning=leat ovtto gáidan! (Hui guhká!)
selectWorld.empty=guoros
selectWorld.enterName=Máilmmi namma
selectWorld.gameMode=Spealumodus
selectWorld.gameMode.adventure=Máinnas
selectWorld.gameMode.creative=Kreatiiva
selectWorld.gameMode.hardcore=Garra
selectWorld.gameMode.spectator=Fáktejeadji
selectWorld.gameMode.spectator.line1=Don máhtát geahččat, muhto it guoskka
selectWorld.gameMode.survival=Ceavzit
selectWorld.gameMode.survival.line1=Ohcalit veahkkevárit, lágidit bargoneavvu ja vearjju, oažžut
selectWorld.gameMode.survival.line2=dássi, energiija ja nealgi
selectWorld.hardcoreMode=Garra:
selectWorld.mapType=Máilbme tiipa:
selectWorld.mapType.normal=Dábálaš
selectWorld.moreWorldOptions=Eanet máilmmiheivehusat...
selectWorld.newWorld=Ođđa máilbmi
selectWorld.newWorld.copyOf="%s" máŋggus
selectWorld.recreate=Rahkat ođđasit
selectWorld.select=Speala
selectWorld.title=Vállje máilmmi
selectWorld.world=Máilbmi
soundCategory.block=Blohkat
soundCategory.music=Musihkka
soundCategory.weather=Dálki
stat.itemsButton=Diŋggat
stat.leaveGame=Guođe spealus
tile.anvil.intact.name=Stáđđi
tile.anvil.name=Stáđđi
tile.barrier.name=Eastta
tile.bed.name=Seaŋga
tile.birchFence.name=Soagi áidi
tile.blockCoal.name=Hila stuhka
tile.blockDiamond.name=Diamánttablohkka
tile.blockGold.name=Golle stuhka
tile.blockIron.name=Ruovde stuhka
tile.blockRedstone.name=Ruoksatgeađggiblohkka
tile.bookshelf.name=Girjehildu
tile.brick.name=Tiillat
tile.button.name=Boallu
tile.cake.name=Gáhkku
tile.carrots.name=Rušppit
tile.clay.name=Láira
tile.cloth.black.name=Čáhppat ullu
tile.cloth.blue.name=Alit ullu
tile.cloth.brown.name=Ruškat ullu
tile.cloth.gray.name=Ránis ullu
tile.cloth.green.name=Ruoná ullu
tile.cloth.name=Ullu
tile.cloth.orange.name=Oránša ullu
tile.cloth.pink.name=Guvgesruoksat ullu
tile.cloth.purple.name=Sáhppat ullu
tile.cloth.red.name=Ruoksat ullu
tile.cloth.white.name=Ullu
tile.cloth.yellow.name=Fiskat ullu
tile.cocoa.name=Kakáo
tile.dirt.coarse.name=Roavis eana
tile.dirt.default.name=Eana
tile.dirt.name=Eana
tile.doorIron.name=Ruovde Uksa
tile.doorWood.name=Uksa
tile.doublePlant.name=Šaddu
tile.fire.name=Dolla
tile.flower1.name=Lieđđi
tile.flower2.name=Lieđđi
tile.glass.name=Glássa
tile.grass.name=Suoidne stuhka
tile.gravel.name=Čievra
tile.ice.name=Jiekŋa
tile.jukebox.name=Jukeboksa
tile.ladder.name=Raidalas
tile.lava.name=Lava
tile.leaves.big_oak.name=Cáhpeseaika Lastta
tile.leaves.birch.name=Soahki Lasttat
tile.leaves.jungle.name=Juŋgelmuora Lasttat
tile.leaves.name=Lasttat
tile.leaves.oak.name=Eaika Lasttat
tile.leaves.spruce.name=Guossa Lasttat
tile.litpumpkin.name=Gurbetlikta
tile.log.acacia.name=Acacia
tile.log.big_oak.name=Cáhpeseaika
tile.log.birch.name=Soahki
tile.log.jungle.name=Juŋgel
tile.log.name=Muorra
tile.log.oak.name=Eaika
tile.log.spruce.name=Guossa
tile.melon.name=Melovdna
tile.mushroom.name=Guoppar
tile.oreCoal.name=Hillamálbma
tile.oreGold.name=Gollemálbma
tile.oreIron.name=Ruovddemálbma
tile.portal.name=Poartal
tile.potatoes.name=Buđehat
tile.pumpkin.name=Gurbbet
tile.rail.name=Ruovdegeaidnu
tile.redSandStone.chiseled.name=Luokčan Rukses Sáttogeađgi
tile.redSandStone.default.name=Rukses Sáttogeađgi
tile.redSandStone.name=Rukses Sáttogeađgi
tile.reeds.name=Sohkargoalšu
tile.sand.default.name=Sáttu
tile.sand.name=Sáttu
tile.sand.red.name=Rukses sáttu
tile.sandStone.chiseled.name=Luokčan sáttogeađgi
tile.sandStone.default.name=Sáttogeađgi
tile.sandStone.name=Sáttogeađgi
tile.seaLantern.name=Likta
tile.sign.name=Galba
tile.snow.name=Muohta
tile.sponge.dry.name=Guopparas
tile.sponge.wet.name=Njuoskkas guopparas
tile.stone.stone.name=Geađgi
tile.stonebrick.name=Geađgi
tile.stonebricksmooth.name=Geađgetiila
tile.tallgrass.grass.name=Rássi
tile.tallgrass.name=Rássi
tile.tallgrass.shrub.name=Miestta
tile.tnt.name=TNT
tile.torch.name=Spáiddar
tile.water.name=Čáhci
tile.web.name=Heavnnesaibma
tile.wood.acacia.name=Acaciapláŋkkut
tile.wood.big_oak.name=Cáhpeseaikapláŋkkut
tile.wood.birch.name=Soahkipláŋkkut
tile.wood.jungle.name=Juŋgelpláŋkkut
tile.wood.name=Muorrapláŋkkut
tile.wood.oak.name=Eaikapláŋkkut
tile.wood.spruce.name=Guossapláŋkkut
tile.woolCarpet.black.name=Čáhpes Láhtterátnu
tile.woolCarpet.blue.name=Alit Láhtterátnu
tile.woolCarpet.brown.name=Ruškes Láhtterátnu
tile.woolCarpet.cyan.name=Siana Láhtterátnu
tile.woolCarpet.gray.name=Ránes Láhtterátnu
tile.woolCarpet.green.name=Ruoná Láhtterátnu
tile.woolCarpet.lightBlue.name=Vilgesalit Láhtterátnu
tile.woolCarpet.lime.name=Lime Láhtterátnu
tile.woolCarpet.magenta.name=Magenta Láhtterátnu
tile.woolCarpet.name=Láhtterátnu
tile.woolCarpet.orange.name=Oránša Láhtterátnu
tile.woolCarpet.pink.name=Vilgesruokses Láhtterátnu
tile.woolCarpet.purple.name=Fioleahtta Láhtterátnu
tile.woolCarpet.red.name=Rukses Láhtterátnu
tile.woolCarpet.silver.name=Čuvgesránes Láhtterátnu
tile.woolCarpet.white.name=Láhtterátnu
tile.woolCarpet.yellow.name=Fiskes Láhtterátnu
tile.workbench.name=Duodjebeavdi

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,52 @@
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.stats.usage=/stats <entity|block> ...
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
entity.Creeper.name=Creeper
entity.Enderman.name=Enderman
entity.Endermite.name=Endermite
entity.Ghast.name=Ghast
entity.MushroomCow.name=Mooshroom
entity.Shulker.name=Shulker
entity.WitherBoss.name=Wither
gui.all=Dhamaan
gui.back=Dib
gui.cancel=Noqo
gui.done=soo gabagabeeyay
gui.down=Hoos u
gui.no=Maya
gui.none=Ma jiro mid ka
gui.up=Illaa
gui.yes=Haa
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=Redstone
itemGroup.redstone=Redstone
language.code=so_SO
language.name=Af-Soomaali
language.region=Soomaaliya
menu.options=Fursadaha...
menu.singleplayer=Hal ciyaaryahanka
selectWorld.empty=madhan
selectWorld.world=Adduunka
tile.hellrock.name=Netherrack
tile.prismarine.rough.name=Prismarine

View File

@ -0,0 +1,152 @@
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.scoreboard.teams.usage=/scoreboard teams <list|add|remove|empty|join|leave|option> ...
commands.scoreboard.usage=/scoreboard <objectives|players|teams> ...
commands.stats.usage=/stats <entity|block> ...
controls.reset=Rivendosur
createWorld.customize.custom.baseSize=Thellësia Baza Madhësi
createWorld.customize.custom.biomeDepthOffset=Biome Thellësia ofset
createWorld.customize.custom.biomeDepthWeight=Biome Thellësia Pesha
createWorld.customize.custom.biomeScaleWeight=Biome Scale Pesha
createWorld.customize.custom.confirm1=Kjo do të prishësh aktual tuaj
createWorld.customize.custom.confirm2=settings dhe nuk mund të zhbëhet.
createWorld.customize.custom.confirmTitle=Kujdes!
createWorld.customize.custom.coordinateScale=Koordinuar Scale
createWorld.customize.custom.defaults=Defaults
createWorld.customize.custom.depthNoiseScaleExponent=Thellësia Zhurma Eksponenti
createWorld.customize.custom.depthNoiseScaleX=Deoth Scale Zhurma X
createWorld.customize.custom.depthNoiseScaleZ=Deoth Scale Zhurma Z
createWorld.customize.custom.heightScale=Shkallë lartësi
createWorld.customize.custom.lowerLimitScale=Scale Lower Limit
createWorld.customize.custom.mainNoiseScaleX=Zhurma Scale kryesore X
createWorld.customize.custom.mainNoiseScaleY=Zhurma Scale kryesore Y
createWorld.customize.custom.mainNoiseScaleZ=Zhurma Scale kryesore Z
createWorld.customize.custom.next=Faqja Tjetër
createWorld.customize.custom.page0=Parametrat bazë
createWorld.customize.custom.page1=Ore Cilësimet
createWorld.customize.custom.page2=Konfigurimet e Avancuara (Përdoruesa të ekspertëve Vetëm!)
createWorld.customize.custom.page3=settings shtesë Avancuara (Përdoruesa të ekspertëve Vetëm!)
createWorld.customize.custom.prev=Faqja e mëparshme
createWorld.customize.custom.randomize=Randomize
createWorld.customize.custom.seaLevel=Niveli i detit
createWorld.customize.custom.stretchY=Lartësia shtrirje
createWorld.customize.custom.upperLimitScale=Kufiri i shkallës sipërm
createWorld.customize.custom.useCaves=Shpella
createWorld.customize.custom.useLavaLakes=Liqeni lavë
createWorld.customize.custom.useMineShafts=Miniere
createWorld.customize.custom.useMonuments=Monumentet oqeanit
createWorld.customize.custom.useRavines=Luginat
createWorld.customize.custom.useVillages=Fshatra
createWorld.customize.flat.addLayer=Shto shtresë
createWorld.customize.flat.air=Ajër
createWorld.customize.flat.editLayer=Ndrysho Layer
createWorld.customize.flat.height=siper
createWorld.customize.flat.layer.bottom=Fund
createWorld.customize.flat.layer.top=i sipërm
createWorld.customize.flat.removeLayer=Hiq shtresa
createWorld.customize.flat.tile=lajer material
createWorld.customize.flat.title=e sheshume bote
createWorld.customize.presets=gjojnat
createWorld.customize.presets.list=provoje,ma e mire!
createWorld.customize.presets.select=pertor gjojnat
createWorld.customize.presets.share=a do ta shpernash gjojnat? Perdor butonat poshte!
createWorld.customize.presets.title=selekto gjojnat
entity.Creeper.name=Creeper
entity.Enderman.name=Enderman
entity.Endermite.name=Endermite
entity.Ghast.name=Ghast
entity.MushroomCow.name=Mooshroom
entity.Shulker.name=Shulker
entity.WitherBoss.name=Wither
gameMode.adventure=Aventurë mod
gameMode.creative=Mënyra kreative
gameMode.survival=Mode mbijetesë
generator.amplified=Përforcohet
gui.all=të gjithë
gui.back=prapa
gui.cancel=anuloj
gui.done=e bërë
gui.down=poshtë
gui.no=Jo
gui.none=asnjë
gui.toMenu=Kthehu te lista server
gui.toTitle=Mbrapsht në ekran titullin
gui.up=lart
gui.yes=Po
item.redstone.name=Redstone
itemGroup.redstone=Redstone
key.categories.gameplay=Gameplay
key.categories.inventory=Inventar
key.categories.movement=Lëvizje
key.chat=Hapur chat
key.forward=Ecin përpara
key.jump=Kërcej
key.screenshot=Marrë screenshot
key.sneak=Vjedhës
key.sprint=Sprint
language.code=sq_AL
language.name=Shqip
language.region=Shqipëri
menu.convertingLevel=Konvertimi i botes
menu.disconnect=shqit
menu.game=menu lojë
menu.generatingLevel=Gjenerimi i botes
menu.generatingTerrain=Ndertimi i terrenit
menu.loadingLevel=Ngarkimi i botes
menu.multiplayer=multiplayer
menu.options=Options...
menu.quit=Quit lojë
menu.respawning=duke u ringjallur
menu.returnToGame=Mbrapsht në lojë
menu.returnToMenu=Ruaj dhe lë të Titulli
menu.shareToLan=hape me lan
menu.simulating=Duke simuluar boten per pak
menu.singleplayer=singleplayer
menu.switchingLevel=nderrimi i botave
selectWorld.cheats=hilet
selectWorld.conversion=Prisni per pak!
selectWorld.create=ndertimi i botes
selectWorld.createDemo=Luaj nje bote te re prove
selectWorld.customizeType=ndertoje
selectWorld.delete=fshije
selectWorld.deleteButton=fshije
selectWorld.deleteQuestion=A je i sigurt ne qofte se do te fshishe kete bote?
selectWorld.deleteWarning=do te humbe pergjithmone! (Nje kohe e gjate)
selectWorld.edit=Redaktoj
selectWorld.edit.openFolder=Folder Open
selectWorld.edit.resetIcon=Reset Icon
selectWorld.edit.save=Save Botërore
selectWorld.edit.title=Edit Botërore
selectWorld.empty=bosh
selectWorld.enterName=emri i botes
selectWorld.enterSeed=Gjeje generatorin e botes
selectWorld.gameMode.adventure=Aventurë
selectWorld.gameMode.spectator=Spektator
selectWorld.gameMode.survival=Mbijetesë
selectWorld.newWorld=bote e re
selectWorld.newWorld.copyOf=copjimi i %s
selectWorld.recreate=Rindertim
selectWorld.resultFolder=do te ruhet ne:
selectWorld.seedInfo=leje bosh po nuk dite me e bo
selectWorld.select=Luaj boten e zgjedhur
selectWorld.title=Zgidhe boten
selectWorld.tooltip.fromNewerVersion1=Bota u ruajt në një version më të ri,
selectWorld.tooltip.fromNewerVersion2=ngarkimit këtë botë mund të shkaktojë probleme!
selectWorld.tooltip.snapshot1=Mos harroni të backup kjo botë
selectWorld.tooltip.snapshot2=para se të ngarkesës atë në këtë fotografi.
selectWorld.version=Variant:
selectWorld.versionJoinButton=Përdorni gjithsesi
selectWorld.versionQuestion=A jeni të vërtetë doni për të ngarkuar këtë botë?
selectWorld.versionUnknown=i panjohur
selectWorld.versionWarning=Kjo botë u ruajt në versionin '%s' dhe ngarkimit atë në këtë version mund të shkaktojë korrupsionit!
selectWorld.world=bote
tile.blockCoal.name=Bllok i qymyrit
tile.cloth.name=Lesh
tile.crops.name=Kulturat
tile.flower1.name=Lule
tile.flower2.name=Lule
tile.hellrock.name=Netherrack
tile.oreDiamond.name=Diamant
tile.prismarine.rough.name=Prismarine
tile.redstoneDust.name=Redstone pluhur
tile.sign.name=Shenjë

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,276 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 1
}
]
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 30
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "empty",
"weight": 5
}
]
},
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:dye",
"functions": [
{
"function": "set_data",
"data": 4
},
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:coal",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:detector_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:activator_rail",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:torch",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 16
}
}
],
"weight": 15
}
]
}
]
}

View File

@ -0,0 +1,235 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:bone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 6
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:spider_eye",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 10
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 20,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 1
}
]
},
{
"type": "empty",
"weight": 15
}
]
},
{
"rolls": 4,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:sand",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,312 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 6
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_boots",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_pickaxe",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_shovel",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_shovel",
"weight": 3,
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 20,
"max": 39
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,93 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:apple",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 2
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 3
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,128 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 6
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:emerald",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 2
},
{
"type": "item",
"name": "minecraft:bone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 6
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 16
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,26 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 30
}
]
}
]
}

View File

@ -0,0 +1,117 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:flint_and_steel",
"weight": 5
},
{
"type": "item",
"name": "minecraft:nether_wart",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 10
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 8
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 5
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 3
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 2
}
]
}
]
}

View File

@ -0,0 +1,264 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 1
}
]
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 15
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 15
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 10
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 15
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,160 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_axe",
"weight": 3
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_pickaxe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_pickaxe",
"weight": 3
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:apple",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:fish",
"weight": 3,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
},
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 4,
"entries": [
{
"type": "item",
"name": "minecraft:stick",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:planks",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:log",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "minecraft:set_data",
"data": {
"min": 0,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:log2",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "minecraft:set_data",
"data": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,168 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:ender_pearl",
"weight": 10
},
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 5
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 1
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 1
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,113 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:redstone",
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 9
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:coal",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,62 @@
{
"pools": [
{
"rolls": {
"min": 2,
"max": 10
},
"entries": [
{
"type": "item",
"name": "minecraft:book",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:paper",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 20
},
{
"type": "item",
"name": "minecraft:map",
"weight": 1
},
{
"type": "item",
"name": "minecraft:compass",
"weight": 1
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,160 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 8
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:bread",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:apple",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 15
},
{
"type": "item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_sword",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_helmet",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_leggings",
"weight": 5
},
{
"type": "item",
"name": "minecraft:iron_boots",
"weight": 5
},
{
"type": "item",
"name": "minecraft:obsidian",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:sapling",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 7
}
}
],
"weight": 5
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "item",
"name": "minecraft:iron_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:golden_horse_armor",
"weight": 1
},
{
"type": "item",
"name": "minecraft:diamond_horse_armor",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,35 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:blaze_rod",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@ -0,0 +1,61 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:string",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:spider_eye",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@ -0,0 +1,61 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:feather",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:chicken",
"weight": 1,
"functions": [
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,68 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:beef",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,102 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:prismarine_shard",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 3,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:prismarine_crystals",
"weight": 2,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "empty",
"weight": 1
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:sponge",
"weight": 1
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/fish",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:ender_pearl",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,56 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:ghast_tear",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,87 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:prismarine_shard",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 2,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:prismarine_crystals",
"weight": 2,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "empty",
"weight": 1
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/fish",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,29 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather",
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,42 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:red_flower",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 5
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:magma_cream",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -2,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,68 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:beef",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,42 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:porkchop",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,81 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rabbit_hide",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rabbit",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.03
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rabbit_foot",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,42 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:mutton",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 15
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 11
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 12
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 9
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 7
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 13
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 3
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 5
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 2
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 1
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 6
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 10
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 14
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 8
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 0
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:wool",
"weight": 1,
"functions": [
{
"function": "minecraft:set_data",
"data": 4
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/sheep",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,56 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,13 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:bone"
}
]
}
]
}

View File

@ -0,0 +1,30 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:slime_ball",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,23 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:snowball",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 15
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,61 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:string",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:spider_eye",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@ -0,0 +1,34 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:dye",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "set_data",
"data": 0
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,159 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:glowstone_dust",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:sugar",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:spider_eye",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:glass_bottle",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "item",
"name": "minecraft:stick",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,82 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:coal",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:skull",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 1
}
]
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,60 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 1
},
{
"type": "item",
"name": "minecraft:carrot",
"weight": 1
},
{
"type": "item",
"name": "minecraft:potato",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,13 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rotten_flesh"
}
]
}
]
}

View File

@ -0,0 +1,76 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.025,
"looting_multiplier": 0.01
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,27 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/junk",
"weight": 10,
"quality": -2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/treasure",
"weight": 5,
"quality": 2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/fish",
"weight": 85,
"quality": -1
}
]
}
]
}

View File

@ -0,0 +1,53 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"functions": [
{
"function": "set_data",
"data": 0
}
],
"weight": 60
},
{
"type": "item",
"name": "minecraft:fish",
"functions": [
{
"function": "set_data",
"data": 1
}
],
"weight": 25
},
{
"type": "item",
"name": "minecraft:fish",
"functions": [
{
"function": "set_data",
"data": 2
}
],
"weight": 2
},
{
"type": "item",
"name": "minecraft:fish",
"functions": [
{
"function": "set_data",
"data": 3
}
],
"weight": 13
}
]
}
]
}

View File

@ -0,0 +1,88 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather_boots",
"weight": 10,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:leather",
"weight": 10
},
{
"type": "item",
"name": "minecraft:bone",
"weight": 10
},
{
"type": "item",
"name": "minecraft:potion",
"weight": 10
},
{
"type": "item",
"name": "minecraft:string",
"weight": 5
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 2,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.90
}
}
]
},
{
"type": "item",
"name": "minecraft:bowl",
"weight": 10
},
{
"type": "item",
"name": "minecraft:stick",
"weight": 5
},
{
"type": "item",
"name": "minecraft:dye",
"weight": 10,
"functions": [
{
"function": "set_data",
"data": 0
}
]
},
{
"type": "item",
"name": "minecraft:tripwire_hook",
"weight": 10
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10
}
]
}
]
}

View File

@ -0,0 +1,74 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:waterlily",
"weight": 1
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 1
},
{
"type": "item",
"name": "minecraft:saddle",
"weight": 1
},
{
"type": "item",
"name": "minecraft:bow",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.25
}
},
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "item",
"name": "minecraft:fishing_rod",
"weight": 1,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0,
"max": 0.25
}
},
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
},
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/log_acacia"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_acacia_lower",
"top": "blocks/door_acacia_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_acacia_lower",
"top": "blocks/door_acacia_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_acacia_lower",
"top": "blocks/door_acacia_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_acacia_lower",
"top": "blocks/door_acacia_upper"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_closed",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_open",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "blocks/planks_acacia",
"top": "blocks/planks_acacia",
"side": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "blocks/leaves_acacia"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/log_acacia_top",
"side": "blocks/log_acacia"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "blocks/planks_acacia",
"top": "blocks/planks_acacia",
"side": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/sapling_acacia"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "blocks/planks_acacia",
"top": "blocks/planks_acacia",
"side": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_closed",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_open",
"textures": {
"texture": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_activator_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_activator_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_activator_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_activator"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_activator"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_activator"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cross",
"textures": {
"particle": "blocks/flower_allium",
"cross": "blocks/flower_allium"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_andesite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_andesite_smooth"
}
}

View File

@ -0,0 +1,59 @@
{ "parent": "block/block",
"display": {
"fixed": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
}
},
"elements": [
{ "__comment": "Anvil base",
"from": [ 2, 0, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180, "cullface": "down" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180 },
"north": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
"south": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
"west": { "uv": [ 0, 2, 4, 14 ], "texture": "#body", "rotation": 90 },
"east": { "uv": [ 4, 2, 0, 14 ], "texture": "#body", "rotation": 270 }
}
},
{ "__comment": "Lower narrow portion",
"from": [ 4, 4, 3 ],
"to": [ 12, 5, 13 ],
"faces": {
"down": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 },
"up": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 },
"north": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
"south": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
"west": { "uv": [ 4, 3, 5, 13 ], "texture": "#body", "rotation": 90 },
"east": { "uv": [ 5, 3, 4, 13 ], "texture": "#body", "rotation": 270 }
}
},
{ "__comment": "Wider section beneath top portion",
"from": [ 6, 5, 4 ],
"to": [ 10, 10, 12 ],
"faces": {
"down": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 },
"up": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 },
"north": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" },
"south": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" },
"west": { "uv": [ 5, 4, 10, 12 ], "texture": "#body", "rotation": 90 },
"east": { "uv": [ 10, 4, 5, 12 ], "texture": "#body", "rotation": 270 }
}
},
{ "__comment": "Anvil top",
"from": [ 3, 10, 0 ],
"to": [ 13, 16, 16 ],
"faces": {
"down": { "uv": [ 3, 0, 13, 16 ], "texture": "#body", "rotation": 180 },
"up": { "uv": [ 3, 0, 13, 16 ], "texture": "#top", "rotation": 180 },
"north": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" },
"south": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" },
"west": { "uv": [ 10, 0, 16, 16 ], "texture": "#body", "rotation": 90 },
"east": { "uv": [ 16, 0, 10, 16 ], "texture": "#body", "rotation": 270 }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/anvil",
"textures": {
"particle": "blocks/anvil_base",
"body": "blocks/anvil_base",
"top": "blocks/anvil_top_damaged_1"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/anvil",
"textures": {
"particle": "blocks/anvil_base",
"body": "blocks/anvil_base",
"top": "blocks/anvil_top_damaged_0"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/anvil",
"textures": {
"particle": "blocks/anvil_base",
"body": "blocks/anvil_base",
"top": "blocks/anvil_top_damaged_2"
}
}

View File

@ -0,0 +1,47 @@
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "blocks/glass",
"glass": "blocks/glass",
"obsidian": "blocks/obsidian",
"beacon": "blocks/beacon"
},
"elements": [
{ "__comment": "Glass shell",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }
}
},
{ "__comment": "Obsidian base",
"from": [ 2, 0.1, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
"north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
"east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }
}
},
{ "__comment": "Inner beacon texture",
"from": [ 3, 3, 3 ],
"to": [ 13, 14, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
"north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
"east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"textures": {
"particle": "blocks/bed_feet_top",
"top": "blocks/bed_feet_top",
"bottom": "blocks/planks_oak",
"end": "blocks/bed_feet_end",
"side": "blocks/bed_feet_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 9, 16 ],
"faces": {
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 },
"north": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" }
}
},
{ "from": [ 0, 3, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"textures": {
"particle": "blocks/bed_head_top",
"top": "blocks/bed_head_top",
"bottom": "blocks/planks_oak",
"end": "blocks/bed_head_end",
"side": "blocks/bed_head_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 9, 16 ],
"faces": {
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 },
"south": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" },
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" }
}
},
{ "from": [ 0, 3, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/bedrock"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_mirrored_all",
"textures": {
"all": "blocks/bedrock"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/beetroots_stage_0"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/beetroots_stage_1"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/beetroots_stage_2"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/beetroots_stage_3"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/log_birch"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_birch_lower",
"top": "blocks/door_birch_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_birch_lower",
"top": "blocks/door_birch_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_birch_lower",
"top": "blocks/door_birch_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_birch_lower",
"top": "blocks/door_birch_upper"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_closed",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_open",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "blocks/planks_birch",
"top": "blocks/planks_birch",
"side": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "blocks/leaves_birch"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/log_birch_top",
"side": "blocks/log_birch"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "blocks/planks_birch",
"top": "blocks/planks_birch",
"side": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/sapling_birch"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "blocks/planks_birch",
"top": "blocks/planks_birch",
"side": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_closed",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_open",
"textures": {
"texture": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_black"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_black"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_black",
"pane": "blocks/glass_black"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_black",
"pane": "blocks/glass_black"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_black",
"pane": "blocks/glass_black"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_black"
}
}

View File

@ -0,0 +1,34 @@
{
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 0.25, 0.25, 0.25 ]
},
"fixed": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 225, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_blue",
"pane": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_blue",
"pane": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_blue",
"pane": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/planks_oak",
"side": "blocks/bookshelf"
}
}

View File

@ -0,0 +1,53 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"base": "blocks/brewing_stand_base",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 7, 0, 7 ],
"to": [ 9, 14, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
"north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
"south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
"west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
"east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }
}
},
{ "from": [ 9, 0, 5 ],
"to": [ 15, 2, 11 ],
"faces": {
"down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
"up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
"north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
"south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
"west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" },
"east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }
}
},
{ "from": [ 2, 0, 1 ],
"to": [ 8, 2, 7 ],
"faces": {
"down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
"up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
"west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" },
"east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }
}
},
{ "from": [ 2, 0, 9 ],
"to": [ 8, 2, 15 ],
"faces": {
"down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
"up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
"west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
"east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }
}
}
]
}

View File

@ -0,0 +1,15 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 16, 16, 8 ],
"faces": {
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" },
"south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ -0.41, 0, 8 ],
"to": [ 7.59, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": -45
},
"faces": {
"north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" },
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ -0.41, 0, 8 ],
"to": [ 7.59, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": 45
},
"faces": {
"north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" },
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,15 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 16, 16, 8 ],
"faces": {
"north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" },
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 0, 0, 8 ],
"to": [ 8, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": -45
},
"faces": {
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/brewing_stand",
"stand": "blocks/brewing_stand"
},
"elements": [
{ "from": [ 0, 0, 8 ],
"to": [ 8, 16, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": 45
},
"faces": {
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/brick"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "blocks/brick",
"top": "blocks/brick",
"side": "blocks/brick"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "blocks/brick",
"top": "blocks/brick",
"side": "blocks/brick"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "blocks/brick",
"top": "blocks/brick",
"side": "blocks/brick"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/mushroom_brown"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/mushroom_block_skin_brown"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_skin_brown",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_skin_brown",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_skin_brown",
"east": "blocks/mushroom_block_skin_brown",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_skin_brown",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_skin_brown"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_skin_brown",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_skin_brown",
"south": "blocks/mushroom_block_skin_brown",
"west": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"side": "blocks/mushroom_block_skin_stem",
"end": "blocks/mushroom_block_inside"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/mushroom_block_skin_stem"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_skin_brown",
"west": "blocks/mushroom_block_skin_brown"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/mushroom_block_inside",
"down": "blocks/mushroom_block_inside",
"up": "blocks/mushroom_block_skin_brown",
"north": "blocks/mushroom_block_inside",
"east": "blocks/mushroom_block_inside",
"south": "blocks/mushroom_block_inside",
"west": "blocks/mushroom_block_skin_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_brown",
"pane": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_brown",
"pane": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_brown",
"pane": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_brown"
}
}

View File

@ -0,0 +1,18 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 5, 0, 6 ],
"to": [ 11, 2, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
"north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
"south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{ "parent": "block/block",
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 5, 6, 6 ],
"to": [ 11, 10, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" },
"up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
"north": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" },
"south": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 5, 0, 6 ],
"to": [ 11, 1, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
"north": { "uv": [ 5, 14, 11, 15 ], "texture": "#texture" },
"south": { "uv": [ 5, 14, 11, 15 ], "texture": "#texture" },
"west": { "uv": [ 6, 14, 10, 15 ], "texture": "#texture" },
"east": { "uv": [ 6, 14, 10, 15 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,32 @@
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "blocks/cactus_side",
"bottom": "blocks/cactus_bottom",
"top": "blocks/cactus_top",
"side": "blocks/cactus_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }
}
},
{ "from": [ 0, 0, 1 ],
"to": [ 16, 16, 15 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
},
{ "from": [ 1, 0, 0 ],
"to": [ 15, 16, 16 ],
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 3, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 5, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 7, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 9, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 11, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,22 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side",
"inside": "blocks/cake_inner"
},
"elements": [
{ "from": [ 13, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#inside" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,21 @@
{
"textures": {
"particle": "blocks/cake_side",
"bottom": "blocks/cake_bottom",
"top": "blocks/cake_top",
"side": "blocks/cake_side"
},
"elements": [
{ "from": [ 1, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "texture": "#bottom", "cullface": "down" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,15 @@
{ "parent": "block/thin_block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 1, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool" },
"north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "north" },
"south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "south" },
"west": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "west" },
"east": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_black",
"wool": "blocks/wool_colored_black"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_blue",
"wool": "blocks/wool_colored_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_brown",
"wool": "blocks/wool_colored_brown"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_cyan",
"wool": "blocks/wool_colored_cyan"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_gray",
"wool": "blocks/wool_colored_gray"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_green",
"wool": "blocks/wool_colored_green"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_light_blue",
"wool": "blocks/wool_colored_light_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_lime",
"wool": "blocks/wool_colored_lime"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_magenta",
"wool": "blocks/wool_colored_magenta"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_orange",
"wool": "blocks/wool_colored_orange"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_pink",
"wool": "blocks/wool_colored_pink"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_purple",
"wool": "blocks/wool_colored_purple"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_red",
"wool": "blocks/wool_colored_red"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_silver",
"wool": "blocks/wool_colored_silver"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_white",
"wool": "blocks/wool_colored_white"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/carpet",
"textures": {
"particle": "blocks/wool_colored_yellow",
"wool": "blocks/wool_colored_yellow"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/carrots_stage_0"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/carrots_stage_1"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/carrots_stage_2"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/crop",
"textures": {
"crop": "blocks/carrots_stage_3"
}
}

View File

@ -0,0 +1,155 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cauldron_side",
"top": "blocks/cauldron_top",
"bottom": "blocks/cauldron_bottom",
"side": "blocks/cauldron_side",
"inside": "blocks/cauldron_inner"
},
"elements": [
{ "from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#inside", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,162 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cauldron_side",
"top": "blocks/cauldron_top",
"bottom": "blocks/cauldron_bottom",
"side": "blocks/cauldron_side",
"inside": "blocks/cauldron_inner",
"water": "blocks/water_still"
},
"elements": [
{ "from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#inside", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 9, 2 ],
"to": [ 14, 9, 14 ],
"faces": {
"up": { "texture": "#water" }
}
}
]
}

View File

@ -0,0 +1,162 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cauldron_side",
"top": "blocks/cauldron_top",
"bottom": "blocks/cauldron_bottom",
"side": "blocks/cauldron_side",
"inside": "blocks/cauldron_inner",
"water": "blocks/water_still"
},
"elements": [
{ "from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#inside", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 12, 2 ],
"to": [ 14, 12, 14 ],
"faces": {
"up": { "texture": "#water" }
}
}
]
}

View File

@ -0,0 +1,162 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cauldron_side",
"top": "blocks/cauldron_top",
"bottom": "blocks/cauldron_bottom",
"side": "blocks/cauldron_side",
"inside": "blocks/cauldron_inner",
"water": "blocks/water_still"
},
"elements": [
{ "from": [ 0, 3, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 3, 2 ],
"to": [ 14, 4, 14 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#inside", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 14, 3, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 2, 3, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#inside" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 4, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 2 ],
"to": [ 2, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 0 ],
"to": [ 16, 3, 2 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 2 ],
"to": [ 16, 3, 4 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 14 ],
"to": [ 4, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 0, 12 ],
"to": [ 2, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 12, 0, 14 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 0, 12 ],
"to": [ 16, 3, 14 ],
"faces": {
"down": { "texture": "#bottom" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 15, 2 ],
"to": [ 14, 15, 14 ],
"faces": {
"up": { "texture": "#water" }
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube_directional",
"textures": {
"particle": "blocks/chain_command_block_back",
"down": "blocks/chain_command_block_side",
"up": "blocks/chain_command_block_side",
"north": "blocks/chain_command_block_front",
"east": "blocks/chain_command_block_side",
"south": "blocks/chain_command_block_back",
"west": "blocks/chain_command_block_side"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube_directional",
"textures": {
"particle": "blocks/chain_command_block_back",
"down": "blocks/chain_command_block_conditional",
"up": "blocks/chain_command_block_conditional",
"north": "blocks/chain_command_block_front",
"east": "blocks/chain_command_block_conditional",
"south": "blocks/chain_command_block_back",
"west": "blocks/chain_command_block_conditional"
}
}

View File

@ -0,0 +1,76 @@
{ "parent": "block/block",
"textures": {
"texture": "blocks/chorus_flower",
"bottom": "blocks/chorus_plant",
"particle": "blocks/chorus_flower"
},
"elements": [
{
"from": [ 2, 14, 2 ],
"to": [ 14, 16, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"north": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
"south": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
"west": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
"east": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" }
}
},
{
"from": [ 0, 2, 2 ],
"to": [ 2, 14, 14 ],
"faces": {
"down": { "uv": [ 16, 14, 14, 2 ], "texture": "#bottom" },
"up": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
"north": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
"south": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
}
},
{
"from": [ 2, 2, 0 ],
"to": [ 14, 14, 2 ],
"faces": {
"down": { "uv": [ 14, 2, 2, 0 ], "texture": "#bottom" },
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#bottom" },
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"west": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
"east": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" }
}
},
{
"from": [ 2, 2, 14 ],
"to": [ 14, 14, 16 ],
"faces": {
"down": { "uv": [ 14, 16, 2, 14 ], "texture": "#bottom" },
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#bottom" },
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"west": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
"east": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" }
}
},
{
"from": [ 14, 2, 2 ],
"to": [ 16, 14, 14 ],
"faces": {
"down": { "uv": [ 2, 14, 0, 2 ], "texture": "#bottom" },
"up": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
"north": { "uv": [ 0, 2, 2, 14 ], "texture": "#bottom" },
"south": { "uv": [ 14, 2, 16, 14 ], "texture": "#bottom" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
}
},
{
"from": [ 2, 0, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#bottom" },
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#bottom" },
"north": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
"south": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
"west": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" },
"east": { "uv": [ 2, 2, 14, 16 ], "texture": "#bottom" }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/chorus_flower",
"textures": {
"texture": "blocks/chorus_flower_dead",
"bottom": "blocks/chorus_plant",
"particle": "blocks/chorus_flower_dead"
}
}

View File

@ -0,0 +1,81 @@
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 2, 14, 2 ],
"to": [ 14, 16, 14 ],
"faces": {
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"up" },
"north": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"south": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"west": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" },
"east": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"up" }
}
},
{ "from": [ 0, 2, 2 ],
"to": [ 2, 14, 14 ],
"faces": {
"down": { "uv": [ 16, 14, 14, 2 ], "texture": "#texture", "cullface":"west" },
"up": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" },
"north": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"west" },
"south": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"west" },
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"west" }
}
},
{ "from": [ 2, 2, 0 ],
"to": [ 14, 14, 2 ],
"faces": {
"down": { "uv": [ 14, 2, 2, 0 ], "texture": "#texture", "cullface":"north" },
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface":"north" },
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"north" },
"west": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"north" },
"east": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"north" }
}
},
{ "from": [ 2, 2, 14 ],
"to": [ 14, 14, 16 ],
"faces": {
"down": { "uv": [ 14, 16, 2, 14 ], "texture": "#texture", "cullface":"south" },
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"south" },
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"south" },
"west": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"south" },
"east": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"south" }
}
},
{ "from": [ 14, 2, 2 ],
"to": [ 16, 14, 14 ],
"faces": {
"down": { "uv": [ 2, 14, 0, 2 ], "texture": "#texture", "cullface":"east" },
"up": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" },
"north": { "uv": [ 0, 2, 2, 14 ], "texture": "#texture", "cullface":"east" },
"south": { "uv": [ 14, 2, 16, 14 ], "texture": "#texture", "cullface":"east" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture", "cullface":"east" }
}
},
{ "from": [ 2, 0, 2 ],
"to": [ 14, 2, 14 ],
"faces": {
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#texture", "cullface":"down" },
"north": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"south": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"west": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" },
"east": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface":"down" }
}
},
{ "from": [ 2, 2, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"down": { "uv": [ 14, 14, 2, 2 ], "texture": "#inside" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"north": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"south": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"west": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" },
"east": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside" }
}
}
]
}

View File

@ -0,0 +1,16 @@
{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 4 ],
"to": [ 12, 12, 12 ],
"faces": {
"north": { "texture": "#inside" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 4 ],
"to": [ 12, 12, 12 ],
"faces": {
"north": { "texture": "#inside" }
}
},
{ "from": [ 4, 4, 3 ],
"to": [ 12, 12, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 4 ],
"to": [ 12, 12, 12 ],
"faces": {
"north": { "texture": "#inside" }
}
},
{ "from": [ 5, 5, 2 ],
"to": [ 11, 11, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 4 ],
"to": [ 12, 12, 12 ],
"faces": {
"north": { "texture": "#inside" }
}
},
{ "from": [ 4, 4, 3 ],
"to": [ 12, 12, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"ambientocclusion": false,
"textures": {
"texture": "blocks/chorus_plant",
"inside": "blocks/chorus_plant",
"particle": "blocks/chorus_plant"
},
"elements": [
{ "from": [ 4, 4, 0 ],
"to": [ 12, 12, 4 ],
"faces": {
"down": { "texture": "#texture" },
"up": { "texture": "#texture" },
"north": { "texture": "#texture", "cullface":"north" },
"west": { "texture": "#texture" },
"east": { "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/clay"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/coal_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/coal_ore"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/coarse_dirt"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_inventory",
"textures": {
"wall": "blocks/cobblestone_mossy"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_ne",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_ns",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_ns_above",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_nse",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_nsew",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_post",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_side",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,27 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cocoa_stage_0",
"cocoa": "blocks/cocoa_stage_0"
},
"elements": [
{ "from": [ 6, 7, 11 ],
"to": [ 10, 12, 15 ],
"faces": {
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" },
"up": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" },
"north": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" },
"south": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" },
"west": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" },
"east": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }
}
},
{ "from": [ 8, 12, 12 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" },
"east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" }
}
}
]
}

View File

@ -0,0 +1,27 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cocoa_stage_1",
"cocoa": "blocks/cocoa_stage_1"
},
"elements": [
{ "from": [ 5, 5, 9 ],
"to": [ 11, 12, 15 ],
"faces": {
"down": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" },
"up": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" },
"north": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" },
"south": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" },
"west": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" },
"east": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }
}
},
{ "from": [ 8, 12, 12 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" },
"east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" }
}
}
]
}

View File

@ -0,0 +1,27 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cocoa_stage_2",
"cocoa": "blocks/cocoa_stage_2"
},
"elements": [
{ "from": [ 4, 3, 7 ],
"to": [ 12, 12, 15 ],
"faces": {
"down": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" },
"up": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" },
"north": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" },
"south": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" },
"west": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" },
"east": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }
}
},
{ "from": [ 8, 12, 12 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" },
"east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube_directional",
"textures": {
"particle": "blocks/command_block_back",
"down": "blocks/command_block_side",
"up": "blocks/command_block_side",
"north": "blocks/command_block_front",
"east": "blocks/command_block_side",
"south": "blocks/command_block_back",
"west": "blocks/command_block_side"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube_directional",
"textures": {
"particle": "blocks/command_block_back",
"down": "blocks/command_block_conditional",
"up": "blocks/command_block_conditional",
"north": "blocks/command_block_front",
"east": "blocks/command_block_conditional",
"south": "blocks/command_block_back",
"west": "blocks/command_block_conditional"
}
}

View File

@ -0,0 +1,74 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/comparator_on",
"slab": "blocks/stone_slab_top",
"top": "blocks/comparator_on",
"unlit": "blocks/redstone_torch_off",
"lit": "blocks/redstone_torch_on"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
}
},
{ "from": [ 4, 7, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 4, 2, 10 ],
"to": [ 6, 8, 14 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 3, 2, 11 ],
"to": [ 7, 8, 13 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 10, 7, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 10, 2, 10 ],
"to": [ 12, 8, 14 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 9, 2, 11 ],
"to": [ 13, 8, 13 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 7, 2, 2 ],
"to": [ 9, 4, 4 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }
}
}
]
}

View File

@ -0,0 +1,83 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/comparator_on",
"slab": "blocks/stone_slab_top",
"top": "blocks/comparator_on",
"unlit": "blocks/redstone_torch_off",
"lit": "blocks/redstone_torch_on"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
}
},
{ "from": [ 4, 7, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 4, 2, 10 ],
"to": [ 6, 8, 14 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 3, 2, 11 ],
"to": [ 7, 8, 13 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 10, 7, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 10, 2, 10 ],
"to": [ 12, 8, 14 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 9, 2, 11 ],
"to": [ 13, 8, 13 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
}
},
{ "from": [ 7, 5, 2 ],
"to": [ 9, 5, 4 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 7, 2, 1 ],
"to": [ 9, 6, 5 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }
}
},
{ "from": [ 6, 2, 2 ],
"to": [ 10, 6, 4 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }
}
}
]
}

View File

@ -0,0 +1,56 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/comparator_off",
"slab": "blocks/stone_slab_top",
"top": "blocks/comparator_off",
"unlit": "blocks/redstone_torch_off",
"lit": "blocks/redstone_torch_on"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
}
},
{ "from": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }
}
},
{ "from": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }
}
},
{ "from": [ 7, 2, 2 ],
"to": [ 9, 4, 4 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }
}
}
]
}

View File

@ -0,0 +1,65 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/comparator_off",
"slab": "blocks/stone_slab_top",
"top": "blocks/comparator_off",
"unlit": "blocks/redstone_torch_off",
"lit": "blocks/redstone_torch_on"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
}
},
{ "from": [ 4, 2, 11 ],
"to": [ 6, 7, 13 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }
}
},
{ "from": [ 10, 2, 11 ],
"to": [ 12, 7, 13 ],
"faces": {
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" },
"north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" },
"east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }
}
},
{ "from": [ 7, 5, 2 ],
"to": [ 9, 5, 4 ],
"faces": {
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
}
},
{ "from": [ 7, 2, 1 ],
"to": [ 9, 6, 5 ],
"faces": {
"west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" },
"east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }
}
},
{ "from": [ 6, 2, 2 ],
"to": [ 10, 6, 4 ],
"faces": {
"north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" },
"south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "blocks/crafting_table_front",
"down": "blocks/planks_oak",
"up": "blocks/crafting_table_top",
"north": "blocks/crafting_table_front",
"east": "blocks/crafting_table_side",
"south": "blocks/crafting_table_side",
"west": "blocks/crafting_table_front"
}
}

View File

@ -0,0 +1,40 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#crop"
},
"elements": [
{ "from": [ 4, -1, 0 ],
"to": [ 4, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 12, -1, 0 ],
"to": [ 12, 15, 16 ],
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 4 ],
"to": [ 16, 15, 4 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
},
{ "from": [ 0, -1, 12 ],
"to": [ 16, 15, 12 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }
}
}
]
}

View File

@ -0,0 +1,26 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#cross"
},
"elements": [
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 16, 15.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" }
}
}
]
}

View File

@ -0,0 +1,16 @@
{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west" },
"east": { "texture": "#east", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#all",
"down": "#all",
"up": "#all",
"north": "#all",
"east": "#all",
"south": "#all",
"west": "#all"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#bottom",
"up": "#top",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#end",
"up": "#end",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}

View File

@ -0,0 +1,16 @@
{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down", "rotation": 180 },
"up": { "texture": "#up", "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west", "rotation": 270 },
"east": { "texture": "#east", "cullface": "east", "rotation": 90 }
}
}
]
}

View File

@ -0,0 +1,15 @@
{
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" },
"up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" },
"north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" },
"south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
"west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" },
"east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube_mirrored",
"textures": {
"particle": "#all",
"down": "#all",
"up": "#all",
"north": "#all",
"east": "#all",
"south": "#all",
"west": "#all"
}
}

View File

@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "#side",
"down": "#side",
"up": "#top",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_cyan",
"pane": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_cyan",
"pane": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_cyan",
"pane": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_cyan"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/flower_oxeye_daisy"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/flower_dandelion"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/log_big_oak"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_dark_oak_lower",
"top": "blocks/door_dark_oak_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_dark_oak_lower",
"top": "blocks/door_dark_oak_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_dark_oak_lower",
"top": "blocks/door_dark_oak_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_dark_oak_lower",
"top": "blocks/door_dark_oak_upper"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_closed",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_open",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "blocks/planks_big_oak",
"top": "blocks/planks_big_oak",
"side": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "blocks/leaves_big_oak"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/log_big_oak_top",
"side": "blocks/log_big_oak"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "blocks/planks_big_oak",
"top": "blocks/planks_big_oak",
"side": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/sapling_roofed_oak"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "blocks/planks_big_oak",
"top": "blocks/planks_big_oak",
"side": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_closed",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_open",
"textures": {
"texture": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,20 @@
{ "parent": "block/thin_block",
"textures": {
"particle": "blocks/daylight_detector_top",
"top": "blocks/daylight_detector_top",
"side": "blocks/daylight_detector_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 6, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,20 @@
{
"textures": {
"particle": "blocks/daylight_detector_inverted_top",
"top": "blocks/daylight_detector_inverted_top",
"side": "blocks/daylight_detector_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 6, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/deadbush"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_detector"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_detector_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_detector_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_detector_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_detector"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_detector"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/diamond_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/diamond_ore"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_diorite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_diorite_smooth"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/dirt"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/dispenser_front_horizontal",
"side": "blocks/furnace_side"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/orientable_vertical",
"textures": {
"front": "blocks/dispenser_front_vertical",
"side": "blocks/furnace_top"
}
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "west" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#top"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" }
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#top"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/tinted_cross",
"textures": {
"cross": "blocks/double_plant_fern_bottom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/tinted_cross",
"textures": {
"cross": "blocks/double_plant_fern_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/tinted_cross",
"textures": {
"cross": "blocks/double_plant_grass_bottom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/tinted_cross",
"textures": {
"cross": "blocks/double_plant_grass_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_paeonia_bottom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_paeonia_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_rose_bottom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_rose_top"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/stone_slab_top",
"side": "blocks/stone_slab_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_slab_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_sunflower_bottom"
}
}

View File

@ -0,0 +1,53 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/double_plant_sunflower_front",
"cross": "blocks/double_plant_sunflower_top",
"back": "blocks/double_plant_sunflower_back",
"front": "blocks/double_plant_sunflower_front"
},
"elements": [
{ "from": [ 0.8, 0, 8 ],
"to": [ 15.2, 8, 8 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"faces": {
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 8, 0, 0.8 ],
"to": [ 8, 8, 15.2 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "y",
"angle": 45,
"rescale": true
},
"shade": false,
"faces": {
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }
}
},
{ "from": [ 9.6, -1, 1 ],
"to": [ 9.6, 15, 15 ],
"rotation": {
"origin": [ 8, 8, 8 ],
"axis": "z",
"angle": 22.5,
"rescale": true
},
"shade": false,
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#back" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_syringa_bottom"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/double_plant_syringa_top"
}
}

View File

@ -0,0 +1,97 @@
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "blocks/dragon_egg",
"all": "blocks/dragon_egg"
},
"elements": [
{ "from": [ 6, 15, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" },
"north": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" },
"south": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" },
"west": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" },
"east": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }
}
},
{ "from": [ 5, 14, 5 ],
"to": [ 11, 15, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" },
"up": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" },
"north": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" },
"south": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" },
"west": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" },
"east": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }
}
},
{ "from": [ 5, 13, 5 ],
"to": [ 11, 14, 11 ],
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" },
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" },
"north": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" },
"south": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" },
"west": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" },
"east": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }
}
},
{ "from": [ 3, 11, 3 ],
"to": [ 13, 13, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" },
"north": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" },
"south": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" },
"west": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" },
"east": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }
}
},
{ "from": [ 2, 8, 2 ],
"to": [ 14, 11, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" },
"north": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" },
"south": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" },
"west": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" },
"east": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }
}
},
{ "from": [ 1, 3, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" },
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" },
"north": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" },
"south": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" },
"west": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" },
"east": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }
}
},
{ "from": [ 2, 1, 2 ],
"to": [ 14, 3, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" },
"north": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" },
"south": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" },
"west": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" },
"east": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }
}
},
{ "from": [ 3, 0, 3 ],
"to": [ 13, 1, 13 ],
"faces": {
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" },
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" },
"north": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" },
"south": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" },
"west": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" },
"east": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/dropper_front_horizontal",
"side": "blocks/furnace_side"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/orientable_vertical",
"textures": {
"front": "blocks/dropper_front_vertical",
"side": "blocks/furnace_top"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/emerald_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/emerald_ore"
}
}

View File

@ -0,0 +1,21 @@
{ "parent": "block/block",
"textures": {
"particle": "blocks/enchanting_table_bottom",
"bottom": "blocks/enchanting_table_bottom",
"top": "blocks/enchanting_table_top",
"side": "blocks/enchanting_table_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 12, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/end_bricks"
}
}

View File

@ -0,0 +1,21 @@
{ "parent": "block/block",
"textures": {
"particle": "blocks/endframe_side",
"bottom": "blocks/end_stone",
"top": "blocks/endframe_top",
"side": "blocks/endframe_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 13, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"textures": {
"particle": "blocks/endframe_side",
"bottom": "blocks/end_stone",
"top": "blocks/endframe_top",
"side": "blocks/endframe_side",
"eye": "blocks/endframe_eye"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 13, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }
}
},
{ "from": [ 4, 13, 4 ],
"to": [ 12, 16, 12 ],
"faces": {
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" },
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" },
"north": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
"south": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }
}
}
]
}

View File

@ -0,0 +1,45 @@
{ "parent": "block/block",
"display": {
"head": {
"rotation": [ -60, 0, 0 ],
"translation": [ 0, 5, -9],
"scale":[ 1, 1, 1]
},
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0],
"scale": [ 0.375, 0.375, 0.375 ]
}
},
"ambientocclusion": false,
"textures": {
"end_rod": "blocks/end_rod",
"particle": "blocks/end_rod"
},
"elements": [
{
"from": [ 6, 0, 6 ],
"to": [ 10, 1, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 2, 2 ], "texture": "#end_rod" },
"up": { "uv": [ 2, 2, 6, 6 ], "texture": "#end_rod" },
"north": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
"south": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
"west": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" },
"east": { "uv": [ 2, 6, 6, 7 ], "texture": "#end_rod" }
}
},
{
"from": [ 7, 1, 7 ],
"to": [ 9, 16, 9 ],
"faces": {
"down": { "uv": [ 4, 2, 2, 0 ], "texture": "#end_rod" },
"up": { "uv": [ 2, 0, 4, 2 ], "texture": "#end_rod" },
"north": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
"south": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
"west": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" },
"east": { "uv": [ 0, 0, 2, 15 ], "texture": "#end_rod" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/end_stone"
}
}

View File

@ -0,0 +1,15 @@
{ "parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 15, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#dirt", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "north" },
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "south" },
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "west" },
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/farmland",
"textures": {
"particle": "blocks/dirt",
"dirt": "blocks/dirt",
"top": "blocks/farmland_dry"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/farmland",
"textures": {
"particle": "blocks/dirt",
"dirt": "blocks/dirt",
"top": "blocks/farmland_wet"
}
}

View File

@ -0,0 +1,107 @@
{ "parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, -1, 0],
"scale":[ 0.8, 0.8, 0.8 ]
},
"head": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, -3, -6],
"scale":[ 1, 1, 1]
}
},
"textures": {
"particle" : "#texture"
},
"elements": [
{ "__comment": "Left-hand post",
"from": [ 0, 5, 7 ],
"to": [ 2, 16, 9 ],
"faces": {
"down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
"up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
"north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }
}
},
{ "__comment": "Right-hand post",
"from": [ 14, 5, 7 ],
"to": [ 16, 16, 9 ],
"faces": {
"down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
"up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
"north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
"south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" },
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" }
}
},
{ "__comment": "Inner vertical post of left-hand gate door",
"from": [ 6, 6, 7 ],
"to": [ 8, 15, 9 ],
"faces": {
"down": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" },
"up": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" },
"north": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" },
"south": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" },
"west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" },
"east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Inner vertical post of right-hand gate door",
"from": [ 8, 6, 7 ],
"to": [ 10, 15, 9 ],
"faces": {
"down": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" },
"up": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" },
"north": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" },
"south": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" },
"west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" },
"east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Lower horizontal bar of left-hand gate door",
"from": [ 2, 6, 7 ],
"to": [ 6, 9, 9 ],
"faces": {
"down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" },
"up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" },
"north": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" },
"south": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Upper horizontal bar of left-hand gate door",
"from": [ 2, 12, 7 ],
"to": [ 6, 15, 9 ],
"faces": {
"down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" },
"up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" },
"north": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" },
"south": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" }
}
},
{ "__comment": "Lower horizontal bar of right-hand gate door",
"from": [ 10, 6, 7 ],
"to": [ 14, 9, 9 ],
"faces": {
"down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" },
"up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" },
"north": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" },
"south": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Upper horizontal bar of right-hand gate door",
"from": [ 10, 12, 7 ],
"to": [ 14, 15, 9 ],
"faces": {
"down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" },
"up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" },
"north": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" },
"south": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,95 @@
{
"textures": {
"particle" : "#texture"
},
"elements": [
{ "__comment": "Left-hand post",
"from": [ 0, 5, 7 ],
"to": [ 2, 16, 9 ],
"faces": {
"down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
"up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" },
"north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" },
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" },
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }
}
},
{ "__comment": "Right-hand post",
"from": [ 14, 5, 7 ],
"to": [ 16, 16, 9 ],
"faces": {
"down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
"up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" },
"north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
"south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" },
"west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" },
"east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" }
}
},
{ "__comment": "Inner vertical post of left-hand gate door",
"from": [ 0, 6, 13 ],
"to": [ 2, 15, 15 ],
"faces": {
"down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" },
"up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" },
"north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" },
"south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" },
"west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" },
"east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Inner vertical post of right-hand gate door",
"from": [ 14, 6, 13 ],
"to": [ 16, 15, 15 ],
"faces": {
"down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" },
"up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" },
"north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" },
"south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" },
"west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" },
"east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Lower horizontal bar of left-hand gate door",
"from": [ 0, 6, 9 ],
"to": [ 2, 9, 13 ],
"faces": {
"down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
"up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
"west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" },
"east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Upper horizontal bar of left-hand gate door",
"from": [ 0, 12, 9 ],
"to": [ 2, 15, 13 ],
"faces": {
"down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
"up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" },
"west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" },
"east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }
}
},
{ "__comment": "Lower horizontal bar of left-hand gate door",
"from": [ 14, 6, 9 ],
"to": [ 16, 9, 13 ],
"faces": {
"down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
"up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" },
"east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }
}
},
{ "__comment": "Upper horizontal bar of left-hand gate door",
"from": [ 14, 12, 9 ],
"to": [ 16, 15, 13 ],
"faces": {
"down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
"up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" },
"west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" },
"east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,68 @@
{ "parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 135, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"ambientocclusion": false,
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 6, 0, 0 ],
"to": [ 10, 16, 4 ],
"faces": {
"down": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" },
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"west": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
"east": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" }
},
"__comment": "Left post"
},
{ "from": [ 6, 0, 12 ],
"to": [ 10, 16, 16 ],
"faces": {
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" },
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"west": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" },
"east": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" }
},
"__comment": "Right post"
},
{ "from": [ 7, 13, -2 ],
"to": [ 9, 15, 18 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"north": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
"south": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
"west": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" },
"east": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" }
},
"__comment": "Top bar"
},
{ "from": [ 7, 5, -2 ],
"to": [ 9, 7, 18 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
"west": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" },
"east": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" }
},
"__comment": "Lower bar"
}
]
}

View File

@ -0,0 +1,19 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 6, 0, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" },
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }
},
"__comment": "Center post"
}
]
}

View File

@ -0,0 +1,29 @@
{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 7, 12, 0 ],
"to": [ 9, 15, 9 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" },
"west": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" },
"east": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }
},
"__comment": "top bar"
},
{ "from": [ 7, 6, 0 ],
"to": [ 9, 9, 9 ],
"faces": {
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" },
"west": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" },
"east": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }
},
"__comment": "lower bar"
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/tinted_cross",
"textures": {
"cross": "blocks/fern"
}
}

View File

@ -0,0 +1,29 @@
{
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 0, 8.8 ],
"to": [ 16, 22.4, 8.8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 0, 0, 7.2 ],
"to": [ 16, 22.4, 7.2 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 8.8, 0, 0 ],
"to": [ 8.8, 22.4, 16 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
},
{ "from": [ 7.2, 0, 0 ],
"to": [ 7.2, 22.4, 16 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_floor",
"textures": {
"particle": "blocks/fire_layer_0",
"fire": "blocks/fire_layer_0"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_floor",
"textures": {
"particle": "blocks/fire_layer_1",
"fire": "blocks/fire_layer_1"
}
}

View File

@ -0,0 +1,13 @@
{
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 0, 0.01 ],
"to": [ 16, 22.4, 0.01 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_side",
"textures": {
"particle": "blocks/fire_layer_0",
"fire": "blocks/fire_layer_0"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_side",
"textures": {
"particle": "blocks/fire_layer_1",
"fire": "blocks/fire_layer_1"
}
}

View File

@ -0,0 +1,13 @@
{
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 0, 0.01 ],
"to": [ 16, 22.4, 0.01 ],
"shade": false,
"faces": {
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_side_alt",
"textures": {
"particle": "blocks/fire_layer_0",
"fire": "blocks/fire_layer_0"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_side_alt",
"textures": {
"particle": "blocks/fire_layer_1",
"fire": "blocks/fire_layer_1"
}
}

View File

@ -0,0 +1,17 @@
{
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 16, 0 ],
"to": [ 16, 16, 16 ],
"rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }}
},
{ "from": [ 0, 16, 0 ],
"to": [ 16, 16, 16 ],
"rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_up",
"textures": {
"particle": "blocks/fire_layer_0",
"fire": "blocks/fire_layer_0"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_up",
"textures": {
"particle": "blocks/fire_layer_1",
"fire": "blocks/fire_layer_1"
}
}

View File

@ -0,0 +1,17 @@
{
"ambientocclusion": false,
"elements": [
{ "from": [ 0, 16, 0 ],
"to": [ 16, 16, 16 ],
"rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true },
"shade": false,
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }}
},
{ "from": [ 0, 16, 0 ],
"to": [ 16, 16, 16 ],
"rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true },
"shade": false,
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_up_alt",
"textures": {
"particle": "blocks/fire_layer_0",
"fire": "blocks/fire_layer_0"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/fire_up_alt",
"textures": {
"particle": "blocks/fire_layer_1",
"fire": "blocks/fire_layer_1"
}
}

View File

@ -0,0 +1,57 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/flower_pot",
"flowerpot": "blocks/flower_pot",
"dirt": "blocks/dirt"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_acacia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_allium"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_birch"
}
}

View File

@ -0,0 +1,86 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/flower_pot",
"flowerpot": "blocks/flower_pot",
"dirt": "blocks/dirt",
"cactus": "blocks/cactus_side"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},
{ "from": [ 6, 4, 6 ],
"to": [ 10, 8, 10 ],
"faces": {
"north": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" },
"south": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" },
"west": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" },
"east": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }
}
},
{ "from": [ 6, 8, 6 ],
"to": [ 10, 12, 10 ],
"faces": {
"north": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" },
"south": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" },
"west": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" },
"east": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }
}
},
{ "from": [ 6, 12, 6 ],
"to": [ 10, 16, 10 ],
"faces": {
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#cactus" },
"north": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" },
"south": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" },
"west": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" },
"east": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }
}
}
]
}

View File

@ -0,0 +1,73 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/flower_pot",
"flowerpot": "blocks/flower_pot",
"dirt": "blocks/dirt"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},
{ "from": [ 2.6, 4, 8 ],
"to": [ 13.4, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
}
},
{ "from": [ 8, 4, 2.6 ],
"to": [ 8, 16, 13.4 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_oxeye_daisy"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_dandelion"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_roofed_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/deadbush"
}
}

View File

@ -0,0 +1,74 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/flower_pot",
"flowerpot": "blocks/flower_pot",
"dirt": "blocks/dirt",
"plant": "blocks/fern"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 6, 6, 11 ],
"faces": {
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 10, 0, 5 ],
"to": [ 11, 6, 11 ],
"faces": {
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 5 ],
"to": [ 10, 6, 6 ],
"faces": {
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 10 ],
"to": [ 10, 6, 11 ],
"faces": {
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},
{ "from": [ 2.6, 4, 8 ],
"to": [ 13.4, 16, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
}
},
{ "from": [ 8, 4, 2.6 ],
"to": [ 8, 16, 13.4 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_houstonia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/mushroom_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/mushroom_red"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_oak"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_blue_orchid"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_rose"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/sapling_spruce"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_tulip_orange"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_tulip_pink"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_tulip_red"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "blocks/flower_tulip_white"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/frosted_ice_0"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/frosted_ice_1"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/frosted_ice_2"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/frosted_ice_3"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/furnace_front_off",
"side": "blocks/furnace_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_black"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_cyan"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_green"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_orange"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top",
"pane": "blocks/glass"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top",
"pane": "blocks/glass"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top",
"pane": "blocks/glass"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_pink"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_purple"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_red"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_silver"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_white"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glass_yellow"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/glowstone"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/gold_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/gold_ore"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_golden_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_golden_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_golden_powered"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_flat",
"textures": {
"rail": "blocks/rail_golden"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_ne",
"textures": {
"rail": "blocks/rail_golden"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/rail_raised_sw",
"textures": {
"rail": "blocks/rail_golden"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_granite"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/stone_granite_smooth"
}
}

View File

@ -0,0 +1,24 @@
{ "parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,10 @@
{
"parent": "block/grass",
"textures": {
"particle": "blocks/dirt",
"bottom": "blocks/dirt",
"top": "blocks/grass_top",
"side": "blocks/grass_side",
"overlay": "blocks/grass_side_overlay"
}
}

View File

@ -0,0 +1,21 @@
{ "parent": "block/block",
"textures": {
"particle": "blocks/dirt",
"top": "blocks/grass_path_top",
"side": "blocks/grass_path_side",
"bottom": "blocks/dirt"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 15, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 1, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,9 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "blocks/dirt",
"bottom": "blocks/dirt",
"top": "blocks/grass_top",
"side": "blocks/grass_side_snowed"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/gravel"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_gray",
"pane": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_gray",
"pane": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_gray",
"pane": "blocks/glass_gray"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_gray"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_green"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_green"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_green",
"pane": "blocks/glass_green"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_green",
"pane": "blocks/glass_green"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_green",
"pane": "blocks/glass_green"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_green"
}
}

View File

@ -0,0 +1,18 @@
{ "parent": "block/block",
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 8, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_acacia",
"top": "blocks/planks_acacia",
"side": "blocks/planks_acacia"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_birch",
"top": "blocks/planks_birch",
"side": "blocks/planks_birch"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/brick",
"top": "blocks/brick",
"side": "blocks/brick"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/cobblestone",
"top": "blocks/cobblestone",
"side": "blocks/cobblestone"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_big_oak",
"top": "blocks/planks_big_oak",
"side": "blocks/planks_big_oak"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_jungle",
"top": "blocks/planks_jungle",
"side": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/nether_brick",
"top": "blocks/nether_brick",
"side": "blocks/nether_brick"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_oak",
"top": "blocks/planks_oak",
"side": "blocks/planks_oak"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/purpur_block",
"top": "blocks/purpur_block",
"side": "blocks/purpur_block"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/quartz_block_bottom",
"top": "blocks/quartz_block_top",
"side": "blocks/quartz_block_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/red_sandstone_bottom",
"top": "blocks/red_sandstone_top",
"side": "blocks/red_sandstone_normal"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/sandstone_bottom",
"top": "blocks/sandstone_top",
"side": "blocks/sandstone_normal"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/planks_spruce",
"top": "blocks/planks_spruce",
"side": "blocks/planks_spruce"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/stone_slab_top",
"top": "blocks/stone_slab_top",
"side": "blocks/stone_slab_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/half_slab",
"textures": {
"bottom": "blocks/stonebrick",
"top": "blocks/stonebrick",
"side": "blocks/stonebrick"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_black"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_brown"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_cyan"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_gray"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_green"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_light_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_lime"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_magenta"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_orange"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_pink"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_purple"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_red"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_silver"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_white"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/hardened_clay_stained_yellow"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/hay_block_top",
"side": "blocks/hay_block_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"texture": "blocks/iron_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"texture": "blocks/iron_block"
}
}

View File

@ -0,0 +1,88 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/hopper_outside",
"top": "blocks/hopper_top",
"side": "blocks/hopper_outside",
"inside": "blocks/hopper_inside"
},
"elements": [
{ "from": [ 0, 10, 0 ],
"to": [ 16, 11, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#inside" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 11, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 11, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 4, 4, 4 ],
"to": [ 12, 10, 12 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,88 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/hopper_outside",
"top": "blocks/hopper_top",
"side": "blocks/hopper_outside",
"inside": "blocks/hopper_inside"
},
"elements": [
{ "from": [ 0, 10, 0 ],
"to": [ 16, 11, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#inside" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 11, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 11, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 4, 4, 4 ],
"to": [ 12, 10, 12 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 6, 4, 0 ],
"to": [ 10, 8, 4 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/flower_houstonia"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/ice"
}
}

View File

@ -0,0 +1,40 @@
{
"textures": {
"particle": "#side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 8, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 8, 8, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" }
}
},
{ "from": [ 0, 8, 8 ],
"to": [ 8, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 8, 8 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 8, 8, 16 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" },
"south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,24 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 8, 16, 9 ],
"faces": {
"west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" },
"east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 9 ],
"faces": {
"north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,24 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 7 ],
"to": [ 8, 16, 8 ],
"faces": {
"west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" },
"east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 7 ],
"to": [ 9, 16, 7 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 7 ],
"to": [ 8, 16, 9 ],
"faces": {
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 8 ],
"to": [ 9, 16, 8 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 7, 0.001, 7 ],
"to": [ 9, 0.001, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 7 ],
"to": [ 9, 15.999, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,37 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 0 ],
"to": [ 8, 16, 8 ],
"faces": {
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 7 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
}
},
{ "from": [ 7, 0.001, 0 ],
"to": [ 9, 0.001, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 0 ],
"to": [ 9, 15.999, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,39 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 16 ],
"faces": {
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 0.001, 9 ],
"to": [ 9, 0.001, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 9 ],
"to": [ 9, 15.999, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/iron_block"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_iron_lower",
"top": "blocks/door_iron_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_iron_lower",
"top": "blocks/door_iron_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_iron_lower",
"top": "blocks/door_iron_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_iron_lower",
"top": "blocks/door_iron_upper"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/iron_ore"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/trapdoor_bottom",
"textures": {
"texture": "blocks/iron_trapdoor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/trapdoor_open",
"textures": {
"texture": "blocks/iron_trapdoor"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/trapdoor_top",
"textures": {
"texture": "blocks/iron_trapdoor"
}
}

View File

@ -0,0 +1,56 @@
{
"textures": {
"particle": "blocks/planks_birch",
"wood": "blocks/planks_birch",
"back": "blocks/itemframe_background"
},
"elements": [
{ "from": [ 3, 3, 15.5 ],
"to": [ 13, 13, 16 ],
"faces": {
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" },
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }
}
},
{ "from": [ 2, 2, 15 ],
"to": [ 14, 3, 16 ],
"faces": {
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
"north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
"south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
"west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" },
"east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" }
}
},
{ "from": [ 2, 13, 15 ],
"to": [ 14, 14, 16 ],
"faces": {
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
"north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
"south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
"west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" },
"east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" }
}
},
{ "from": [ 2, 3, 15 ],
"to": [ 3, 13, 16 ],
"faces": {
"north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
"south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
}
},
{ "from": [ 13, 3, 15 ],
"to": [ 14, 13, 16 ],
"faces": {
"north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
"south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
}
}
]
}

View File

@ -0,0 +1,56 @@
{
"textures": {
"particle": "blocks/planks_birch",
"wood": "blocks/planks_birch",
"back": "blocks/itemframe_background"
},
"elements": [
{ "from": [ 1, 1, 15.001 ],
"to": [ 15, 15, 16 ],
"faces": {
"north": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" },
"south": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" }
}
},
{ "from": [ 0, 0, 15.001 ],
"to": [ 16, 1, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"west": { "uv": [ 15, 15, 16, 16 ], "texture": "#wood" },
"east": { "uv": [ 0, 15, 1, 16 ], "texture": "#wood" }
}
},
{ "from": [ 0, 15, 15.001 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"north": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"south": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"west": { "uv": [ 15, 0, 16, 1 ], "texture": "#wood" },
"east": { "uv": [ 0, 0, 1, 1 ], "texture": "#wood" }
}
},
{ "from": [ 0, 1, 15.001 ],
"to": [ 1, 15, 16 ],
"faces": {
"north": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"south": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" },
"west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }
}
},
{ "from": [ 15, 1, 15.001 ],
"to": [ 16, 15, 16 ],
"faces": {
"north": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" },
"south": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_top",
"textures": {
"top": "blocks/jukebox_top",
"side": "blocks/jukebox_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/log_jungle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "blocks/door_jungle_lower",
"top": "blocks/door_jungle_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "blocks/door_jungle_lower",
"top": "blocks/door_jungle_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "blocks/door_jungle_lower",
"top": "blocks/door_jungle_upper"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "blocks/door_jungle_lower",
"top": "blocks/door_jungle_upper"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_closed",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_gate_open",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "blocks/planks_jungle",
"top": "blocks/planks_jungle",
"side": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/leaves",
"textures": {
"all": "blocks/leaves_jungle"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/log_jungle_top",
"side": "blocks/log_jungle"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "blocks/planks_jungle",
"top": "blocks/planks_jungle",
"side": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "blocks/sapling_jungle"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "blocks/planks_jungle",
"top": "blocks/planks_jungle",
"side": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_closed",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/wall_gate_open",
"textures": {
"texture": "blocks/planks_jungle"
}
}

View File

@ -0,0 +1,17 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/ladder",
"texture": "blocks/ladder"
},
"elements": [
{ "from": [ 0, 0, 15.2 ],
"to": [ 16, 16, 15.2 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/lapis_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/lapis_ore"
}
}

View File

@ -0,0 +1,18 @@
{ "parent": "block/block",
"textures": {
"particle": "#all"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0, "cullface": "east" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cobblestone",
"base": "blocks/cobblestone",
"lever": "blocks/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cobblestone",
"base": "blocks/cobblestone",
"lever": "blocks/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_light_blue",
"pane": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_light_blue",
"pane": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_light_blue",
"pane": "blocks/glass_light_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_light_blue"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"texture": "blocks/gold_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"texture": "blocks/gold_block"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_lime",
"pane": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_lime",
"pane": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_lime",
"pane": "blocks/glass_lime"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_lime"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/furnace_top",
"front": "blocks/furnace_front_on",
"side": "blocks/furnace_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/pumpkin_top",
"front": "blocks/pumpkin_face_on",
"side": "blocks/pumpkin_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/redstone_lamp_on"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/redstone_ore"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/torch",
"textures": {
"torch": "blocks/redstone_torch_on"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/torch_wall",
"textures": {
"torch": "blocks/redstone_torch_on"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside",
"textures": {
"pane": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/pane_noside_alt",
"textures": {
"pane": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_post",
"textures": {
"edge": "blocks/glass_pane_top_magenta",
"pane": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side",
"textures": {
"edge": "blocks/glass_pane_top_magenta",
"pane": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/pane_side_alt",
"textures": {
"edge": "blocks/glass_pane_top_magenta",
"pane": "blocks/glass_magenta"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "blocks/wool_colored_magenta"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/melon_top",
"side": "blocks/melon_side"
}
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/stem_fruit",
"textures": {
"stem": "blocks/melon_stem_disconnected",
"upperstem": "blocks/melon_stem_connected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth0",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth1",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth2",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth3",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth4",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth5",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth6",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/stem_growth7",
"textures": {
"stem": "blocks/melon_stem_disconnected"
}
}

Some files were not shown because too many files have changed in this diff Show More