Create/Update assets for version 16w39c

This commit is contained in:
InventiveBot 2017-02-18 12:00:45 +00:00
parent edd2521bab
commit dd5f6f6310
4695 changed files with 297310 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,7 @@
{
"variants": {
"axis=y": { "model": "bone_block" },
"axis=z": { "model": "bone_block", "x": 90 },
"axis=x": { "model": "bone_block", "x": 90, "y": 90 }
}
}

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": "magma" }
}
}

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,5 @@
{
"variants": {
"normal": { "model": "nether_wart_block" }
}
}

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,10 @@
{
"variants": {
"facing=down": { "model": "observer", "x": 90 },
"facing=up": { "model": "observer", "x": 270 },
"facing=north": { "model": "observer" },
"facing=south": { "model": "observer", "y": 180 },
"facing=west": { "model": "observer", "y": 270 },
"facing=east": { "model": "observer", "y": 90 }
}
}

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,5 @@
{
"variants": {
"normal": { "model": "red_nether_brick" }
}
}

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

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,910 @@
addServer.add=Hana ʻia
addServer.enterIp=Kikowaena wahi noho
addServer.enterName=Kikowaena inoa
addServer.hideAddress=Hūnā wahi noho
addServer.resourcePack=Kikowaena kumuwaiwai pūʻolo
addServer.resourcePack.prompt=Kono
addServer.title=Malam kikowaena ua ikepili kemu
book.byAuthor=ma %1$s
book.editTitle=Komo buke inoa:
book.generation.0=Kumu
book.generation.1=Kope o kumu
book.generation.2=Kope o kope
book.generation.3=Weluwelu
book.pageIndicator=ʻAoʻao %1$s o %2$s
book.signButton=Hoailona
chat.cannotSend=Hiki ole hoʻouna memo
chat.copy=Kope
chat.link.confirm=Nei anei oe i ike maopopo ia oukou makemake e i ka hahai ana punaewele?
chat.link.open=Hamama ma ka pūnaewele
chat.type.achievement=%s hoʻolimalima i ka piʻi like %s
chat.type.achievement.taken=%s nalowale ka piʻi like %s
commands.debug.usage=/debug start|stop
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.worldborder.center.usage=/worldborder center <x> <z>
commands.worldborder.damage.usage=/worldborder damage buffer|amount ...
commands.worldborder.usage=/worldborder set|center|damage|warning|get|add ...
commands.worldborder.warning.usage=/worldborder warning time|distance ...
connect.authorizing=Hoike i moʻokāki...
connect.connecting=Ai pili aku i ke kikowaena...
connect.failed=Pohō e hoʻohui i ke kikowaena
container.beacon=Lama kuhikuhi
container.enchant.clue=%s . . . ?
container.isLocked=%s laka!
controls.reset=Hoʻopaʻa hou
controls.resetAll=Hoʻopaʻa hou ki
controls.title=Koho Paʻamau
createWorld.customize.custom.confirmTitle=Aʻo ʻana!
createWorld.customize.custom.defaults=Paʻamau
createWorld.customize.custom.depthNoiseScaleX=Hohonu ʻano ʻole hana kuli X
createWorld.customize.custom.depthNoiseScaleZ=Hohonu ʻano ʻole hana kuli Z
createWorld.customize.custom.dungeonChance=Lua paʻahou huina
createWorld.customize.custom.lavaLakeChance=Pele loko huina
createWorld.customize.custom.page0=Kumu Koho Paʻamau
createWorld.customize.custom.page1=Hao Koho Paʻamau
createWorld.customize.custom.page2=I hoʻomaka me koho Paʻamau (Akamai mea hoʻohana wale!)
createWorld.customize.custom.page3=Keu I hoʻomaka me koho Paʻamau (Akamai mea hoʻohana wale!)
createWorld.customize.custom.preset.caveChaos=Nui ana
createWorld.customize.custom.preset.drought=Panoa
createWorld.customize.custom.preset.goodLuck=Ino manaʻo
createWorld.customize.custom.preset.isleLand=Mokupuni Honua
createWorld.customize.custom.preset.mountains=Mauna Honua
createWorld.customize.custom.preset.waterWorld=Kai Honua
createWorld.customize.custom.presets=Paʻamau okoʻa no ka manawa
createWorld.customize.custom.randomize=Moʻolelo kaulele
createWorld.customize.custom.riverSize=Muliwai nui
createWorld.customize.custom.seaLevel=Kai ilikai
createWorld.customize.custom.size=Hanaia'na nui
createWorld.customize.custom.useCaves=Ana
createWorld.customize.custom.useDungeons=Lua paʻahou
createWorld.customize.custom.useLavaLakes=Pele loko
createWorld.customize.custom.useLavaOceans=Pele kai
createWorld.customize.custom.useMineShafts=Nupa lua
createWorld.customize.custom.useMonuments=Kai luakini
createWorld.customize.custom.useRavines=Nupa
createWorld.customize.custom.useStrongholds=Ana pāpū
createWorld.customize.custom.useTemples=Luakini
createWorld.customize.custom.useVillages=Kauhale
createWorld.customize.custom.useWaterLakes=Loko
createWorld.customize.custom.waterLakeChance=Loko huina
createWorld.customize.flat.addLayer=Hoʻohui pona
createWorld.customize.flat.editLayer=Paukū pona
createWorld.customize.flat.height=Kiʻekiʻe
createWorld.customize.flat.layer=%s
createWorld.customize.flat.removeLayer=Lawe pona
createWorld.customize.flat.tile=Pona lako
createWorld.customize.flat.title=Loa i lalo he mau
createWorld.customize.presets=Paʻamau okoʻa no ka manawa
createWorld.customize.presets.list=ʻOkoʻa, eia ka kekahi kakou i hana!
createWorld.customize.presets.select=Hoʻohana Paʻamau okoʻa no ka manawa
createWorld.customize.presets.share=Makemake e ʻalo i kāu paʻamau okoʻa no ka manawa me kekahi? E hoʻohana i ka pahu ma lalo nei!
createWorld.customize.presets.title=Wae i ka Paʻamau okoʻa no ka manawa
deathScreen.deleteWorld=Kāpae Honua
deathScreen.leaveServer=Haʻalele kikowaena
deathScreen.quit.confirm=Anei oe makemake e kāpae haʻalele?
deathScreen.respawn=Hele hou ola
deathScreen.score=Helu
deathScreen.spectate=Mākaʻikaʻi Honua
deathScreen.title=ʻOe make!
deathScreen.title.hardcore=Pāʻani pau!
deathScreen.titleScreen=Hoʻomaka
demo.day.2=Lā Elua
demo.day.3=Lā Ekolu
demo.day.4=Lā Eha
demo.day.5=Ka mea, eia ka lā hope!
demo.day.6=Oukou, ua hala aku ko oukou lima o ka lā, e hoʻohana i F2, e lawe i ka kiʻi o ko oukou honua
demo.day.warning=Ko oukou manawa ua kokoke mai!
demo.help.buy=Kūʻai i kēia manawa!
demo.help.later=Malama pāʻani!
demo.remainingTime=I koe manawa: %s
difficulty.lock.question=Nei anei oe i ike maopopo ia oukou makemake e ka laka 'ana i ka pilikia o keia ao? I keia, e hoonoho i kēia ao nei i mau e %1$s, a oukou e loa e hiki ke hoʻololi 'ana i ka mea hou.
disconnect.closed=Hoʻokaʻawale
disconnect.disconnected=Hoʻokaʻawale mai kikowaena
disconnect.kicked=Hoʻokaʻawale mai kikowaena
disconnect.lost=Hoʻokaʻawale
disconnect.timeout=Hopena mākaʻikaʻi
effect.damageBoost=Ikaika
effect.digSpeed=ʻAwīwī
effect.moveSlowdown=Lohi
effect.moveSpeed=Wikiwiki
enchantment.damage.all=ʻOi
enchantment.damage.undead=Kuʻi
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.ArmorStand.name=ʻAʻahu Kaua Pākaukau
entity.Arrow.name=Pua pana
entity.Bat.name=ʻŌpeʻapeʻa
entity.Boat.name=Moku
entity.Cat.name=Pōpōki
entity.Chicken.name=Moa
entity.Cow.name=Pipi
entity.Creeper.name=Creeper
entity.Donkey.name=Kēkake
entity.DragonFireball.name=Moʻo Pōpōahi
entity.Fireball.name=Pōpōahi
entity.Guardian.name=Kahu
entity.Item.name=ʻIkamu
entity.KillerBunny.name=Ke Lāpaki Lawehala
entity.Minecart.name=Kaʻa huila la
entity.Mob.name=Hoa paio
entity.Monster.name=Hoa paio
entity.Mule.name=Miula
entity.Ozelot.name=Pōpōki hihiu
entity.Painting.name=Pena
entity.Pig.name=Puaʻa
entity.PrimedTnt.name=Hoʻopahū Palaka
entity.Rabbit.name=Lāpaki
entity.Sheep.name=Hipa
entity.Shulker.name=Kulekela
entity.SkeletonHorse.name=Iwi kanaka lio
entity.SmallFireball.name=ʻUʻuku Pōpōahi
entity.Snowball.name=Pōpōhau
entity.Squid.name=Mūheʻe
entity.ThrownPotion.name=ʻApu
entity.Villager.farmer=Mahiai
entity.Villager.fisherman=Lawaiʻa
entity.Wolf.name=ʻīlio hae
entity.XPOrb.name=Ka hoao ana pōpō
entity.ZombieHorse.name=Huakaʻi pō lio
entity.generic.name=ʻike ʻole ʻia
gameMode.adventure=Hana hoʻopīhoihoi ʻano
gameMode.changed=Ko oukou pāʻani ʻano ua hōʻano ai i %s
gameMode.creative=Noʻonoʻo ʻano
gameMode.hardcore=Wēlau ʻano!
gameMode.spectator=Mākaʻikaʻi ʻano
gameMode.survival=Ola ʻano
generator.amplified=Mauna
generator.amplified.info='Ōlelo Aʻo: Pono no ka leʻaleʻa, pono maikai lolo uila
generator.customized=Hoʻopilikino
generator.debug_all_block_states=Hionapāʻili hōʻike
generator.default=Paʻamau
generator.flat=Pālahalaha
gui.all=Āpau
gui.back=Emi hope
gui.cancel=Hoʻopau
gui.done=Hana
gui.down=Lalo
gui.no=ʻAʻole
gui.none=ʻAʻohe mea
gui.toMenu=Emi hope i kikowaena papa
gui.toTitle=Emi hope i hoʻomaka
gui.up=Luna
gui.yes=ʻAe
item.apple.name=ʻĀpala
item.appleGold.name=Kula ʻĀpala
item.armorStand.name=ʻAʻahu Kaua Pākaukau
item.arrow.name=Pua pana
item.bed.name=Moe
item.boat.acacia.name=ʻAkakiʻa lāʻau moku
item.boat.birch.name=Keʻokeʻo lāʻau moku
item.boat.dark_oak.name=Pouli ʻOke lāʻau moku
item.boat.jungle.name=Wao nahele lāʻau moku
item.boat.oak.name=ʻOke lāʻau moku
item.boat.spruce.name=Paina lāʻau moku
item.bone.name=Iwi
item.book.name=Buke
item.bootsChain.name=Kaula Puki
item.bootsCloth.name=ʻIli Holoholona Puki
item.bootsDiamond.name=Kaimana Puki
item.bootsGold.name=Kula Holoholona Puki
item.bootsIron.name=Hao Puki
item.bow.name=Pana
item.bowl.name=Pola
item.bread.name=Palaoa
item.brick.name=Lepo
item.bucket.name=Pākeke
item.bucketLava.name=Pele Pākeke
item.bucketWater.name=Wai Pākeke
item.cake.name=Mea ʻono
item.carrotGolden.name=Kāloke Kula
item.carrots.name=Kāloke
item.cauldron.name=Ipu hao
item.charcoal.name=Lāʻau Lānahu
item.chestplateChain.name=Kaula Pale Umauma
item.chestplateCloth.name=ʻIli Holoholona Lakeke
item.chestplateDiamond.name=Kaimana Pale Umauma
item.chestplateGold.name=Kula Pale Umauma
item.chestplateIron.name=Hao Pale Umauma
item.chorusFruit.name=Hui Hua
item.clay.name=Pālolo
item.clock.name=Uaki
item.coal.name=Lānahu
item.comparator.name=ʻUlaʻula Pohaku Komapalakola
item.compass.name=Pānānā
item.cookie.name=Mea ʻono
item.diamond.name=Kaimana
item.diode.name=ʻUlaʻula Pohaku Hana Hou
item.doorAcacia.name=ʻAkakiʻa lāʻau puka
item.doorBirch.name=Keʻokeʻo lāʻau puka
item.doorDarkOak.name=Pouli ʻOke Lāʻau Puka
item.doorIron.name=Hao Puka
item.doorJungle.name=Wao nahele lāʻau puka
item.doorOak.name=ʻOke lāʻau puka
item.doorSpruce.name=Paina lāʻau puka
item.dyePowder.blue.name=Polū Pohaku
item.dyePowder.orange.name=ʻĀlani Waihoʻoluʻu
item.dyePowder.white.name=Iwi Pauka
item.dyed=Hoʻohaumiaʻo
item.egg.name=Hua
item.emerald.name=ʻEmelala
item.emptyMap.name=Palapalaʻāina Hakahaka
item.end_crystal.name=Enekela Aʻiaʻi
item.enderPearl.name=Enekela Momi
item.expBottle.name=ʻŌmole Hoʻokalakupua
item.feather.name=Hulu
item.fireball.name=Pōpōahi
item.fireworksCharge.black=ʻEleʻele
item.fireworksCharge.blue=Polū
item.fireworksCharge.brown=Palaʻunu
item.fireworksCharge.customColor=Hoʻopilikino
item.fireworksCharge.cyan=Polū ʻŌmaʻomaʻo
item.fireworksCharge.gray=Hinahina
item.fireworksCharge.green=ʻŌmaʻomaʻo
item.fireworksCharge.lightBlue=Malamalama Polū
item.fireworksCharge.lime=Malamalama ʻŌmaʻomaʻo
item.fireworksCharge.magenta=ʻĀkala Poni
item.fireworksCharge.orange=ʻĀlani
item.fireworksCharge.pink=ʻĀkala
item.fireworksCharge.purple=Poni
item.fireworksCharge.red=ʻUlaʻula
item.fireworksCharge.silver=Malamalama Hinahina
item.fireworksCharge.type.0=ʻUʻuku Pōpō
item.fireworksCharge.type.1=Nui Pōpō
item.fireworksCharge.white=Keʻokeʻo
item.fireworksCharge.yellow=Melemele
item.fish.cod.cooked.name=Moʻa Iʻa
item.fish.cod.raw.name=Maka Iʻa
item.fish.pufferfish.raw.name=Ākēkē
item.fish.salmon.cooked.name=Moʻa Kāmano
item.fish.salmon.raw.name=Maka Kāmano
item.fishingRod.name=Mākoi
item.flint.name=Pohaku Paea
item.flintAndSteel.name=Pohaku paea, a me kila
item.flowerPot.name=Poho Mea Kanu
item.glassBottle.name=Aniani ʻŌmole
item.goldNugget.name=Puʻupuʻu Kula
item.hatchetDiamond.name=Kaimana Koʻi
item.hatchetGold.name=Kula Koʻi
item.hatchetIron.name=Hao Koʻi
item.hatchetStone.name=Pohaku Koʻi
item.hatchetWood.name=Lāʻau Koʻi
item.helmetChain.name=Kaula Mahiole
item.helmetCloth.name=ʻIli Holoholona Pāpale
item.helmetDiamond.name=Kaimana Mahiole
item.helmetGold.name=Kula Mahiole
item.helmetIron.name=Hao Mahiole
item.hoeDiamond.name=Kaimana Kālai
item.hoeGold.name=Kula Kālai
item.hoeIron.name=Hao Kālai
item.hoeStone.name=Pohaku Kālai
item.hoeWood.name=Lāʻau Kālai
item.horsearmordiamond.name=Kaimana Lio ʻAʻahu Kaua
item.horsearmorgold.name=Kula Lio ʻAʻahu Kaua
item.horsearmormetal.name=Hao Lio ʻAʻahu Kaua
item.ingotGold.name=Kula Lepo
item.ingotIron.name=Hao Lepo
item.leash.name=Kaula paʻa lima
item.leather.name=ʻIli Holoholona
item.leaves.name=Lau
item.leggingsChain.name=Kaula Lole Wāwae
item.leggingsCloth.name=ʻIli Holoholona Lole Wāwae
item.leggingsDiamond.name=Kaimana Lole Wāwae
item.leggingsGold.name=Kula Lole Wāwae
item.leggingsIron.name=Hao Lole Wāwae
item.magmaCream.name=Kalima Pele
item.map.name=Palapalaʻāina
item.melon.name=Ipu
item.milk.name=Waiū
item.minecart.name=Kaʻa huila la
item.monsterPlacer.name=Hanaia'na
item.mushroomStew.name=Kūkaileo Kupa
item.nameTag.name=Inoa Mekala
item.netherStalkSeeds.name=Nekele ʻIlikona
item.netherStar.name=Nekela Hoku
item.netherbrick.name=Nekele Lepo
item.netherquartz.name=Nekele Pohaku Aʻiaʻi
item.painting.name=Pena
item.paper.name=Pepa
item.pickaxeDiamond.name=Kaimana Kipikua
item.pickaxeGold.name=Kula Kipikua
item.pickaxeIron.name=Hao Kipikua
item.pickaxeStone.name=Pohaku Kipikua
item.pickaxeWood.name=Lāʻau Kipikua
item.potato.name=ʻUala kahiki
item.potatoBaked.name=ʻUala Kahiki Kālua
item.potion.name=ʻApu
item.prismarineCrystals.name=Pelikimalina Aʻiaʻi
item.prismarineShard.name=Pelikimalina Pohaku
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.name=Pā hoʻokani
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=ʻUlaʻula Pohaku
item.reeds.name=ʻOhe
item.rottenFlesh.name=ʻIʻo Pilau
item.saddle.name=Noho lio
item.seeds.name=ʻAnoʻano
item.seeds_melon.name=Ipu ʻAnoʻano
item.seeds_pumpkin.name=Palaʻai ʻAnoʻano
item.shears.name=ʻŪpā
item.shovelDiamond.name=Kaimana Kopalā
item.shovelGold.name=Kula Kopalā
item.shovelIron.name=Hao Kopalā
item.shovelStone.name=Pohaku Kopalā
item.shovelWood.name=Lāʻau Kopalā
item.sign.name=Hōʻailona
item.skull.char.name=Poʻo
item.skull.creeper.name=Kelepela Poʻo
item.skull.dragon.name=Moʻo Poʻo
item.skull.player.name=%s poʻo
item.skull.skeleton.name=Iwi kanaka poʻo
item.skull.wither.name=Iwi wikela kanaka poʻo
item.skull.zombie.name=Huakaʻi po poʻo
item.slimeball.name=Pōpōwalewale
item.snowball.name=Pōpōhau
item.spectral_arrow.name=ʻEna pua pana
item.stick.name=Koʻokoʻo
item.string.name=Kaula
item.sugar.name=Kōpaʻa
item.sulphur.name=Pauka kī pū
item.swordDiamond.name=Kaimana pahi kaua
item.swordGold.name=Kula pahi kaua
item.swordIron.name=Hao pahi kaua
item.swordStone.name=Pohaku pahi kaua
item.swordWood.name=Lāʻau pahi kaua
item.unbreakable=Hiki ole uhai
item.wheat.name=Huika
key.attack=Hoʻouka/Luku
key.categories.inventory=ʻIkamu
key.categories.movement=Au
key.categories.multiplayer=Paʻani me kekahi
key.drop=Nou ʻIkamu
key.forward=Hele aku ai
key.inventory=Hāmama / Hoʻopaʻa ʻIkamu
key.jump=Lele
key.left=Neʻe i ka aoao hema
key.mouseButton=Pihi %1$s
key.pickItem=Koho palaka
key.playerlist=Hōʻike kanaka
key.right=Neʻe i ka aoao akau
key.screenshot=Lawe kiʻi
key.sneak=ʻŌkuʻu
key.sprint=Holo māmā
key.swapHands=Kuapo ʻIkamu
lanServer.scanning=Imi no ka mea, kikowaena ma ko oukou kūloko ulana pukapuka
lanServer.start=Hoʻomaka LAN Honua
lanServer.title=LAN Honua
language.code=haw
language.name=ʻŌlelo Hawaiʻi
language.region=Hawaiʻi
menu.convertingLevel=Loli o ke ao nei
menu.disconnect=Hoʻokaʻawale
menu.game=Pāʻani 'ike no
menu.generatingLevel=Hana honua
menu.generatingTerrain=Hana mauna
menu.loadingLevel=Hana honua
menu.multiplayer=Paʻani me kekahi
menu.options=Mau koho Paʻamau...
menu.quit=Pukana
menu.respawning=Hele hou ola
menu.returnToGame=Hoi hou i ka holoholona hihiu
menu.returnToMenu=Hoʻola a pukana
menu.shareToLan=Hamama ia LAN
menu.singleplayer=Paʻani wale
merchant.deprecated=Kalepa kekahi mea e wehe paha!
multiplayer.connect=Hoʻohui
multiplayer.downloadingStats=Ua palapala nei a piʻi like...
multiplayer.ipinfo=Komo Kikowaena IP
multiplayer.player.joined=%s hui ke kikowaena
multiplayer.player.joined.renamed=%s (muaʻikeʻia e like me %s) hui ke kikowaena
multiplayer.player.left=%s waiho ke kikowaena
multiplayer.stopSleeping=Waiho Moe
multiplayer.texturePrompt.line1=Keia kikowaena ia kekahi i ka hana o ka oihana mau pūʻolo.
multiplayer.texturePrompt.line2=Anei oe makemake e onoaiiaea ia mea nōna iho?
multiplayer.title=Pāʻani a me kekahi poe kanaka
options.ao=Ala apuʻupuʻu kau iho
options.attack.crosshair=Keʻa
options.attack.hotbar=ʻIkamu koho
options.attackIndicator=Hoʻouka anakahi
options.autoJump=Nōna iho ua lele
options.chat.color=Waihoʻoluʻu
options.chat.height.focused=Kālele ana kiʻekiʻe
options.chat.height.unfocused=ʻAʻole Kālele ana kiʻekiʻe
options.chat.links=Pūnaewele nā loulou
options.chat.links.prompt=Noi ma luna o nā loulou
options.chat.opacity=Aniani
options.chat.scale=Ka nui
options.chat.visibility.hidden=Hūnā
options.chat.width=Laula
options.controls=Koho Paʻamau...
options.customizeTitle=Loli Honua Koho Paʻamau
options.difficulty=Pilikia
options.difficulty.easy=Oluolu
options.difficulty.hard=Paʻakiki
options.difficulty.hardcore=Wēlau
options.difficulty.normal=ʻAno mau
options.difficulty.peaceful=Maluhia
options.forceUnicodeFont=Ikaika Unicode Font
options.fov=KKI
options.fov.max=I kā mākou okoʻa no ka manawa
options.fov.min=ʻAno mau
options.framerateLimit.max=Kona palena
options.fullscreen=Piha paku
options.gamma=ʻĀlohilohi
options.gamma.max=ʻĀlohilohi
options.gamma.min=Pouli
options.graphics=Kiʻi
options.graphics.fancy=Uʻi
options.graphics.fast=Hoʻokeai
options.guiScale=Kiʻi Nui
options.guiScale.auto=Nōna iho
options.guiScale.large=Nui
options.guiScale.normal=ʻAno mau
options.guiScale.small=ʻUʻuku
options.hidden=Hūnā
options.invertMouse=Kuapo iole
options.language='Ōlelo...
options.languageWarning=Unuhina paha, aole e pololei
options.mainHand=Ka papa kuhikuhi lima
options.mainHand.left=Hema
options.mainHand.right=Akau
options.mipmapLevels=Mipmap paʻe
options.modelPart.cape=Kīhei
options.modelPart.hat=Pāpale
options.modelPart.jacket=Lakeke
options.music=Aloha
options.off=Paleia'ku ia
options.on=Hookomoia
options.postProcessEnable=Hoʻā lāʻau kū aaioee
options.realmsNotifications=Realms wā i hoʻomaopopo
options.reducedDebugInfo=Hoʻēmi i kā hewa o keia hoopunipuni ʻike
options.renderClouds=Ao
options.renderDistance=Maka Mamaʻo
options.resourcepack=Kumuwaiwai pūʻolo...
options.sensitivity.max=HOʻOKEAIMĀMĀ!!!
options.sensitivity.min=*hāmama*
options.showSubtitles=Hōʻike kikokikona
options.skinCustomisation=ʻōiwi loli hou...
options.skinCustomisation.title=ʻōiwi loli hou
options.sound=Hoʻokani
options.sounds=Kani a me ka Mele...
options.sounds.title=Kani a me ka Mele Mau koho Paʻamau
options.title=Mau koho Paʻamau
options.touchscreen=Nano paku ʻano
options.vbo=Hoʻohana VBO
options.video=Kiʻi Koho Paʻamau...
options.videoTitle=Kiʻi Koho Paʻamau
options.visible=Hoike
options.vsync=Hoʻohana VSync
potion.potency.1=II
potion.potency.2=III
record.nowPlaying=Ano, e pāʻani ana: %s
selectServer.add=Hoʻohui kikowaena
selectServer.defaultName=Minecraft kikowaena
selectServer.delete=Kāpae
selectServer.deleteButton=Kāpae
selectServer.deleteQuestion=Anei oe makemake e kāpae i keia kikowaena?
selectServer.deleteWarning=e nalowale loa! (He loihi ka mawana!)
selectServer.direct=Pololei ai pili aku
selectServer.edit=Paukū
selectServer.empty=hakahaka
selectServer.hiddenAddress=(Hūnā)
selectServer.refresh=Hana hou
selectServer.select=Hui kikowaena
selectServer.title=Wae kikowaena
selectWorld.bonusItems=Hoʻomaka 'ikamu:
selectWorld.cheats=ʻĀpuka
selectWorld.conversion=Pono e hoʻoponopono!
selectWorld.create=Hana hou Honua
selectWorld.customizeType=Hoʻopilikino
selectWorld.delete=Kāpae
selectWorld.deleteButton=Kāpae
selectWorld.deleteQuestion=Anei oe makemake e kāpae i keia honua?
selectWorld.deleteWarning=e nalowale loa! (He loihi ka mawana!)
selectWorld.edit=Paukū
selectWorld.edit.openFolder=Hamama waihona
selectWorld.edit.resetIcon=Hana hou uuku kiʻi
selectWorld.edit.save=Hoʻola Honua
selectWorld.edit.title=Paukū Honua
selectWorld.empty=hakahaka
selectWorld.enterName=Honua inoa
selectWorld.enterSeed=Hua no ka mea, o ka Honua Hana
selectWorld.gameMode=Hihiu ʻAno
selectWorld.gameMode.creative=Noʻonoʻo
selectWorld.gameMode.creative.line1=Kona palena kumu waiwai, lele, a
selectWorld.gameMode.creative.line2=luku palaka koke
selectWorld.gameMode.hardcore=Wēlau
selectWorld.gameMode.survival=Ola
selectWorld.gameMode.survival.line1=Huli no ka mea, kumu waiwai, oihana ʻikamu, waiwai
selectWorld.gameMode.survival.line2=ka ho'āʻoʻana, ola kino, a me ka pololi
selectWorld.hardcoreMode=Wēlau:
selectWorld.hardcoreMode.info=Ka Honua, ua kāpae ma luna o ka make
selectWorld.newWorld=Hou Honua
selectWorld.newWorld.copyOf=Ke kope o %s
selectWorld.recreate=Hana hou
selectWorld.resultFolder=E hoʻolaia iloko o:
selectWorld.seedInfo=Waiho hakahaka no ka mea, o ka hua moʻolelo kaulele
selectWorld.select=Pāʻani ai ma ka Honua nei
selectWorld.title=E koho i keia ao
selectWorld.tooltip.fromNewerVersion1=Ka Honua, ua hoʻolaia i loko o ka hou mana,
selectWorld.tooltip.fromNewerVersion2=hāʻawe i keia honua hiki kumu pilikia!
selectWorld.tooltip.snapshot1=Kope papaʻa keia honua
selectWorld.tooltip.snapshot2=ma mua o ka ukana ia mea i loko o ka hou mana.
selectWorld.version=Mana:
selectWorld.versionJoinButton=Hoʻohana akā
selectWorld.versionQuestion=Anei oe maoli makemake i ke kiʻi i keia honua?
selectWorld.versionUnknown=ʻike ʻole ʻia
selectWorld.versionWarning=Keia ao, ua hoolaia ma ka mana '%s' a me ka ukana ia o keia mana hiki kumu palaho!
selectWorld.world=Honua
sign.edit=Malam hoailona memo
soundCategory.block=Palaka
soundCategory.hostile=Hoa paio
soundCategory.master=Haku kani ilikai
soundCategory.music=Aloha
soundCategory.neutral=Mea ola
soundCategory.player=Kanaka
soundCategory.voice=Leo / ʻOlelo
soundCategory.weather=Ke ʻano o ka manawa
structure_block.button.load=HANA
structure_block.button.save=HOʻOLA
structure_block.hover.corner=Kihi: %s
structure_block.hover.data=ʻIkepili: %s
structure_block.hover.load=Hana: %s
structure_block.hover.save=Hoʻola: %s
structure_block.mode.save=[H]
tile.acaciaFence.name=ʻAkakiʻa pā lāʻau
tile.acaciaFenceGate.name=ʻAkakiʻa pā puka lāʻau
tile.anvil.intact.name=Kua
tile.anvil.name=Kua
tile.anvil.veryDamaged.name=Wela Kua
tile.barrier.name=Kaola
tile.beacon.name=Lama kuhikuhi
tile.bed.name=Moe
tile.bed.noSleep=Oe hiki wale hiamoe i ka po
tile.bed.occupied=Keia moe lilo
tile.bedrock.name=Kūpapakū
tile.beetroots.name=Pika
tile.birchFence.name=Keʻokeʻo pā lāʻau
tile.birchFenceGate.name=Keʻokeʻo pā puka lāʻau
tile.blockCoal.name=Lānahu Palaka
tile.blockDiamond.name=Kaimana Palaka
tile.blockEmerald.name=ʻEmelala Palaka
tile.blockGold.name=Kula Palaka
tile.blockIron.name=Hao Palaka
tile.blockLapis.name=Polū Palaka
tile.blockRedstone.name=ʻUlaʻula Pohaku Palaka
tile.boneBlock.name=Iwi Palaka
tile.bookshelf.name=Pahu puke
tile.brick.name=Lepo
tile.button.name=Pihi
tile.cactus.name=Pānini
tile.cake.name=Mea ʻono
tile.carrots.name=Kāloke
tile.cauldron.name=Ipu hao
tile.chainCommandBlock.name=Kaula Kauoha Palaka
tile.chest.name=Pahu
tile.chestTrap.name=Pahu ʻŪmiʻi
tile.chorusFlower.name=Hui Pua
tile.chorusPlant.name=Hui Kanu
tile.clay.name=Pālolo
tile.clayHardened.name=Hoʻopaʻa Pālolo
tile.clayHardenedStained.blue.name=Polū Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.brown.name=Palaʻunu Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.cyan.name=Polū ʻŌmaʻomaʻo Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.gray.name=Hinahina Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.lightBlue.name=Malamalama Polū Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.lime.name=Malamalama ʻŌmaʻomaʻo Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.magenta.name=ʻĀkala Poni Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.orange.name=ʻĀlani Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.pink.name=ʻĀkala Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.purple.name=Poni Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.silver.name=Malamalama Hinahina Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.white.name=Keʻokeʻo Hoʻohaumiaʻo Pālolo
tile.clayHardenedStained.yellow.name=Melemele Hoʻohaumiaʻo Pālolo
tile.cloth.black.name=ʻEleʻele Hulu Hipa
tile.cloth.blue.name=Polū Hulu Hipa
tile.cloth.brown.name=Palaʻunu Hulu Hipa
tile.cloth.cyan.name=Polū ʻŌmaʻomaʻo Hulu Hipa
tile.cloth.gray.name=Hinahina Hulu Hipa
tile.cloth.green.name=ʻŌmaʻomaʻo Hulu Hipa
tile.cloth.lightBlue.name=Malamalama Polū Hulu Hipa
tile.cloth.lime.name=Malamalama ʻŌmaʻomaʻo Hulu Hipa
tile.cloth.magenta.name=ʻĀkala Poni Hulu Hipa
tile.cloth.name=Hulu Hipa
tile.cloth.orange.name=ʻĀlani Hulu Hipa
tile.cloth.pink.name=ʻĀkala Hulu Hipa
tile.cloth.purple.name=Poni Hulu Hipa
tile.cloth.red.name=ʻUlaʻula Hulu Hipa
tile.cloth.silver.name=Malamalama Hinahina Hulu Hipa
tile.cloth.yellow.name=Melemele Hulu Hipa
tile.cobbleWall.mossy.name=Limu pā pohaku
tile.cobbleWall.normal.name=Nahā pā pohaku
tile.cocoa.name=Kōkō Kanu
tile.commandBlock.name=Kauoha Palaka
tile.crops.name=Kanu
tile.darkOakFence.name=Pouli ʻOke Pā Lāʻau
tile.darkOakFenceGate.name=Pouli ʻOke Pā Puka Lāʻau
tile.deadbush.name=Make ʻOʻoi
tile.detectorRail.name=Mākaʻikiu Alahao
tile.dirt.coarse.name=Mānoanoa Lepo
tile.dirt.default.name=Lepo
tile.dirt.name=Lepo
tile.dirt.podzol.name=Laʻau Lepo
tile.dispenser.name=Pana Palaka
tile.doorIron.name=Hao Puka
tile.doorWood.name=Lāʻau Puka
tile.doublePlant.grass.name=Kiʻekiʻe Mauʻu
tile.doublePlant.name=Kanu
tile.doublePlant.paeonia.name=Peʻoni
tile.doublePlant.rose.name=Loke ʻoʻoi
tile.doublePlant.sunflower.name=Pua nānā lā
tile.doublePlant.syringa.name=Hueloʻīlio
tile.dragonEgg.name=Moʻo Hua
tile.dropper.name=Hoʻi Palaka
tile.enchantmentTable.name=Hoʻokalakupua Papa
tile.endBricks.name=Enekela Pohaku Lepo
tile.endPortalFrame.name=Enekela Puka Nui
tile.endRod.name=Enekela Lama
tile.enderChest.name=Enekela Pahu
tile.farmland.name=Kīhāpai
tile.fence.name=ʻOke pā lāʻau
tile.fenceGate.name=ʻOke pā puka lāʻau
tile.fenceIron.name=Hao Kī
tile.fire.name=Ahi
tile.flower1.dandelion.name=Laulele
tile.flower1.name=Pua
tile.flower2.allium.name=ʻAkaʻakai
tile.flower2.blueOrchid.name=Polū ʻOkika
tile.flower2.houstonia.name=Polū Pua
tile.flower2.name=Pua
tile.flower2.oxeyeDaisy.name=Naʻenaʻe
tile.flower2.poppy.name=Pua kala
tile.flower2.tulipOrange.name=ʻĀlani Kulipa
tile.flower2.tulipPink.name=Lokelani Kulipa
tile.flower2.tulipRed.name=ʻUlaʻula Kulipa
tile.flower2.tulipWhite.name=Keʻokeʻo Kulipa
tile.frostedIce.name=Kēhau anu
tile.furnace.name=Umu
tile.glass.name=Aniani
tile.goldenRail.name=Uila Alahao
tile.grass.name=Mauʻu
tile.grassPath.name=Mauʻu Ala
tile.gravel.name=ʻIliʻili
tile.hayBlock.name=Pela Mauʻu Maloʻo
tile.hellrock.name=Netherrack
tile.hellsand.name=Uhane One
tile.hopper.name=Kānuku
tile.ice.name=Hau
tile.icePacked.name=Hoʻokomo ʻIa Hau
tile.ironTrapdoor.name=Hao ʻŪmiʻi Puka
tile.jukebox.name=Mele Palaka
tile.jungleFence.name=Wao nahele pā lāʻau
tile.jungleFenceGate.name=Wao nahele pā puka lāʻau
tile.ladder.name=Alapiʻi
tile.lava.name=Pele
tile.leaves.acacia.name=ʻAkakiʻa lau
tile.leaves.big_oak.name=Pouli ʻOke Lau
tile.leaves.birch.name=Keʻokeʻo lau
tile.leaves.jungle.name=Wao nahele lau
tile.leaves.name=Lau
tile.leaves.oak.name=ʻOke lau
tile.leaves.spruce.name=Paina lau
tile.lever.name=Lōhai
tile.lightgem.name=Glowstone
tile.litpumpkin.name=Malamalama Palaʻai
tile.lockedchest.name=Laka Pahu
tile.log.acacia.name=Koa lāʻau
tile.log.big_oak.name=Pouli ʻOke Lāʻau
tile.log.birch.name=Pūkowi lāʻau
tile.log.jungle.name=Wao nahele lāʻau
tile.log.name=Lāʻau
tile.log.oak.name=ʻOke lāʻau
tile.log.spruce.name=Paina lāʻau
tile.magma.name=Pele Palaka
tile.melon.name=Ipu
tile.mobSpawner.name=Hoa paio Hana
tile.monsterStoneEgg.brick.name=Pohaku Lepo Hoa Paio Hua
tile.monsterStoneEgg.chiseledbrick.name=Pohaku Pao Lepo Hoa Paio Hua
tile.monsterStoneEgg.cobble.name=Nahā Pohaku Hoa Paio Hua
tile.monsterStoneEgg.crackedbrick.name=Nahā Pohaku Lepo Hoa Paio Hua
tile.monsterStoneEgg.mossybrick.name=Limu Pohaku Lepo Hoa Paio Hua
tile.monsterStoneEgg.name=Pohaku Hoa Paio Hua
tile.monsterStoneEgg.stone.name=Pohaku Hoa Paio Hua
tile.mushroom.name=Kūkaileo
tile.musicBlock.name=Pila hoʻokani Palaka
tile.mycel.name=Kūkaileo Mauʻu
tile.netherBrick.name=Nekele Lepo
tile.netherFence.name=Nekele Lepo Pā
tile.netherStalk.name=Nekele ʻIlikona
tile.netherWartBlock.name=Nekele ʻIlikona Palaka
tile.netherquartz.name=Pohaku Aʻiaʻi
tile.obsidian.name=ʻEleʻele Pele
tile.oreCoal.name=Lānahu Pohaku
tile.oreDiamond.name=Kaimana Pohaku
tile.oreEmerald.name=ʻEmelala Pohaku
tile.oreGold.name=Kula Pohaku
tile.oreIron.name=Hao Pohaku
tile.oreLapis.name=Polū Pohaku
tile.pistonBase.name=Kuʻe
tile.pistonStickyBase.name=Pipili Kuʻe
tile.portal.name=Puka Nui
tile.potatoes.name=ʻUala kahiki
tile.prismarine.bricks.name=Pelikimalina Lepo
tile.prismarine.dark.name=Pouli Pelikimalina
tile.prismarine.rough.name=Pelikimalina
tile.pumpkin.name=Palaʻai
tile.pumpkinStem.name=ʻAmokiʻi
tile.purpurBlock.name=Pulapula Palaka
tile.purpurPillar.name=Pulapula Kūkulu
tile.purpurSlab.name=Pulapula Paukū
tile.quartzBlock.chiseled.name=Pohaku Aʻiaʻi Pao Palaka
tile.quartzBlock.default.name=Pohaku Aʻiaʻi Palaka
tile.quartzBlock.lines.name=Pohaku aʻiaʻi Kūkulu
tile.quartzBlock.name=Pohaku Aʻiaʻi Palaka
tile.rail.name=Alahao
tile.redNetherBrick.name=ʻUlaʻula Nekele Lepo
tile.redSandStone.chiseled.name=Kiʻi Kālaiʻia ʻUlaʻula Kumuone
tile.redSandStone.default.name=ʻUlaʻula Kumuone
tile.redSandStone.name=ʻUlaʻula Kumuone
tile.redSandStone.smooth.name=Malino ʻUlaʻula Kumuone
tile.redstoneLight.name=ʻUlaʻula Pohaku Malamalama
tile.reeds.name=ʻOhe
tile.repeatingCommandBlock.name=Hana Hou Kauoha Palaka
tile.sand.default.name=One
tile.sand.name=One
tile.sand.red.name=ʻUlaʻula One
tile.sandStone.chiseled.name=Kiʻi Kālaiʻia Kumuone
tile.sandStone.default.name=Kumuone
tile.sandStone.name=Kumuone
tile.sandStone.smooth.name=Malino Kumuone
tile.sapling.acacia.name=ʻAkakiʻa ʻuʻuku lāʻau
tile.sapling.big_oak.name=Pouli ʻOke Papa Lāʻau
tile.sapling.birch.name=Keʻokeʻo ʻuʻuku lāʻau
tile.sapling.jungle.name=Wao nahele ʻuʻuku lāʻau
tile.sapling.oak.name=ʻOke ʻuʻuku lāʻau
tile.sapling.spruce.name=Paina ʻuʻuku lāʻau
tile.seaLantern.name=Kai Lama
tile.sign.name=Hōʻailona
tile.slime.name=Walewale Palaka
tile.snow.name=Hau
tile.sponge.dry.name=Huʻahuʻakai
tile.sponge.wet.name=Pulu Huʻahuʻakai
tile.spruceFence.name=Paina pā lāʻau
tile.spruceFenceGate.name=Paina pā puka lāʻau
tile.stainedGlass.black.name=ʻEleʻele Hoʻohaumiaʻo Aniani
tile.stainedGlass.blue.name=Polū Hoʻohaumiaʻo Aniani
tile.stainedGlass.brown.name=Palaʻunu Hoʻohaumiaʻo Aniani
tile.stainedGlass.cyan.name=Polū ʻŌmaʻomaʻo Hoʻohaumiaʻo Aniani
tile.stainedGlass.gray.name=Hinahina Hoʻohaumiaʻo Aniani
tile.stainedGlass.green.name=ʻŌmaʻomaʻo Hoʻohaumiaʻo Aniani
tile.stainedGlass.lightBlue.name=Malamalama Polū Hoʻohaumiaʻo Aniani
tile.stainedGlass.lime.name=Malamalama ʻŌmaʻomaʻo Hoʻohaumiaʻo Aniani
tile.stainedGlass.magenta.name=ʻĀkala Poni Hoʻohaumiaʻo Aniani
tile.stainedGlass.name=Hoʻohaumiaʻo Aniani
tile.stainedGlass.orange.name=Alani Hoʻohaumiaʻo Aniani
tile.stainedGlass.pink.name=ʻĀkala Hoʻohaumiaʻo Aniani
tile.stainedGlass.purple.name=Poni Hoʻohaumiaʻo Aniani
tile.stainedGlass.red.name=ʻUlaʻula Hoʻohaumiaʻo Aniani
tile.stainedGlass.silver.name=Malamalama Hinahina Hoʻohaumiaʻo Aniani
tile.stainedGlass.white.name=Keʻokeʻo Hoʻohaumiaʻo Aniani
tile.stainedGlass.yellow.name=Melemele Hoʻohaumiaʻo Aniani
tile.stairsBrick.name=Lepo Anuʻu
tile.stairsNetherBrick.name=Nekele Lepo Anuʻu
tile.stairsPurpur.name=Pulapula Anuʻu
tile.stairsQuartz.name=Pohaku aʻiaʻi Anuʻu
tile.stairsRedSandStone.name=ʻUlaʻula One Pohaku Anuʻu
tile.stairsSandStone.name=One Pohaku Anuʻu
tile.stairsStone.name=Uʻuku Pohaku Anuʻu
tile.stairsStoneBrickSmooth.name=Pohaku Lepo Anuʻu
tile.stairsWood.name=ʻOka Papa Lāʻau Anuʻu
tile.stairsWoodAcacia.name=Pouli ʻOke Papa Lāʻau Anuʻu
tile.stairsWoodBirch.name=Keʻokeʻo Papa Lāʻau Anuʻu
tile.stairsWoodDarkOak.name=ʻEleʻele ʻOka Papa Lāʻau Anuʻu
tile.stairsWoodJungle.name=Wao Nahele Papa Lāʻau Anuʻu
tile.stairsWoodSpruce.name=Paina Papa Lāʻau Anuʻu
tile.stone.andesite.name=Hinahina Pohaku
tile.stone.andesiteSmooth.name=Pala Hinu Hinahina Pohaku
tile.stone.diorite.name=Keʻokeʻo Pohaku
tile.stone.dioriteSmooth.name=Pala Hinu Keʻokeʻo Pohaku
tile.stone.granite.name=Māpala
tile.stone.graniteSmooth.name=Pala Hinu Māpala
tile.stone.stone.name=Pohaku
tile.stoneMoss.name=Limu pohaku
tile.stoneSlab.brick.name=Lepo Paukū
tile.stoneSlab.cobble.name=Uʻuku Pohaku Paukū
tile.stoneSlab.name=Pohaku Paukū
tile.stoneSlab.netherBrick.name=Nether Lepo Paukū
tile.stoneSlab.quartz.name=Pohaku aʻiaʻi Paukū
tile.stoneSlab.sand.name=One Pohaku Paukū
tile.stoneSlab.smoothStoneBrick.name=Pohaku Lepo Paukū
tile.stoneSlab.stone.name=Pohaku Paukū
tile.stoneSlab.wood.name=Lāʻau Paukū
tile.stoneSlab2.red_sandstone.name=ʻUlaʻula One Pohaku Paukū
tile.stonebrick.name=Nahā pohaku
tile.stonebricksmooth.chiseled.name=Pohaku Pao Lepo
tile.stonebricksmooth.cracked.name=Nahā Pohaku Lepo
tile.stonebricksmooth.default.name=Pohaku Lepo
tile.stonebricksmooth.mossy.name=Limu Pohaku Lepo
tile.stonebricksmooth.name=Pohaku Lepo
tile.structureBlock.name=Hale Palaka
tile.structureVoid.name=Hakahaka Palaka
tile.tallgrass.fern.name=Kupukupu
tile.tallgrass.grass.name=Mauʻu
tile.tallgrass.name=Mauʻu
tile.tallgrass.shrub.name=Mauʻu
tile.thinGlass.name=ʻĀpana Aniani
tile.thinStainedGlass.black.name=ʻEleʻele Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.blue.name=Polū Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.brown.name=Palaʻunu Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.cyan.name=Polū ʻŌmaʻomaʻo Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.gray.name=Hinahina Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.green.name=ʻŌmaʻomaʻo Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.lightBlue.name=Malamalama Polū Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.lime.name=Malamalama ʻŌmaʻomaʻo Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.magenta.name=ʻĀkala Poni Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.name=Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.orange.name=Alani Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.pink.name=ʻĀkala Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.purple.name=Poni Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.red.name=ʻUlaʻula Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.silver.name=Malamalama Hinahina Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.white.name=Keʻokeʻo Hoʻohaumiaʻo ʻĀpana Aniani
tile.thinStainedGlass.yellow.name=Melemele Hoʻohaumiaʻo ʻĀpana Aniani
tile.tnt.name=Hoʻopahū
tile.torch.name=Lama
tile.trapdoor.name=Papa Lāʻau ʻŪmiʻi Puka
tile.vine.name=Kolokolo
tile.water.name=Wai
tile.waterlily.name=Lilia-lana-i-ka-wai
tile.web.name=Pūnāwelewele
tile.whiteStone.name=Enekela Pohaku
tile.wood.acacia.name=ʻAkakiʻa Papa Lāʻau
tile.wood.big_oak.name=ʻEleʻele ʻOka Papa Lāʻau
tile.wood.birch.name=Keʻokeʻo Papa Lāʻau
tile.wood.jungle.name=Wao Nahele Papa Lāʻau
tile.wood.name=Papa Lāʻau
tile.wood.oak.name=ʻOka Papa Lāʻau
tile.wood.spruce.name=Paina Papa Lāʻau
tile.woodSlab.acacia.name=Pouli ʻOke Papa Lāʻau Paukū
tile.woodSlab.big_oak.name=ʻEleʻele ʻOka Papa Lāʻau Paukū
tile.woodSlab.birch.name=Keʻokeʻo Papa Lāʻau Paukū
tile.woodSlab.jungle.name=Wao Nahele Papa Lāʻau Paukū
tile.woodSlab.name=Lāʻau Paukū
tile.woodSlab.oak.name=ʻOka Papa Lāʻau Paukū
tile.woodSlab.spruce.name=Paina Papa Lāʻau Paukū
tile.woolCarpet.black.name=ʻEleʻele Kāpeka
tile.woolCarpet.blue.name=Polū Kāpeka
tile.woolCarpet.brown.name=Palaʻunu Kāpeka
tile.woolCarpet.cyan.name=Polū ʻŌmaʻomaʻo Kāpeka
tile.woolCarpet.gray.name=Hinahina Kāpeka
tile.woolCarpet.green.name=ʻŌmaʻomaʻo Kāpeka
tile.woolCarpet.lightBlue.name=Malamalama Polū Kāpeka
tile.woolCarpet.lime.name=Malamalama ʻŌmaʻomaʻo Kāpeka
tile.woolCarpet.magenta.name=ʻĀkala Poni Kāpeka
tile.woolCarpet.name=Kāpeka
tile.woolCarpet.orange.name=ʻĀlani Kāpeka
tile.woolCarpet.pink.name=ʻĀkala Kāpeka
tile.woolCarpet.purple.name=Poni Kāpeka
tile.woolCarpet.red.name=ʻUlaʻula Kāpeka
tile.woolCarpet.silver.name=Malamalama Hinahina Kāpeka
tile.woolCarpet.yellow.name=Melemele Kāpeka
tile.workbench.name=Papa Hana
title.oldgl1=Kahiko kiʻi kāleka ia akulla, o keia ke pale ia oukou, mai
title.oldgl2=pāʻani e like me ka OpenGL 2.0 mea i koi 'ia.

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,466 @@
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.reset=Tautuhi anō
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.useDungeons=Poka
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.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.Pig.name=Poaka
entity.Rabbit.name=Rapeti
entity.Sheep.name=Hipi
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.singleplayer=anake
multiplayer.connect=Hono
multiplayer.downloadingStats=Te tikiake i ngā tatauranga & whakatutukitanga ...
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.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.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.postButton=Settings Post-Processing...
options.postProcessEnable=Whakahohetia te Post-Processing
options.postVideoTitle=Settings Post-Processing
options.renderClouds=Kapua
options.renderDistance=Hoatu tawhiti
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.edit=Whakarerekē
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.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.sponge.dry.name=hautai
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

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,523 @@
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.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.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=Čuovvovaš Siidu
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=Ovddit Siidu
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=Gilit
createWorld.customize.custom.useWaterLakes=Čázi jávrrit
createWorld.customize.flat.height=Allodat
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.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
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=Ruovttoluotta
gui.cancel=Šluhtte
gui.done=Gárvvis
gui.down=Vulos
gui.no=Ii
gui.none=Ii mihkkege
gui.stats=Statistihkat
gui.toTitle=Ruovttoluotta váldosiidui
gui.up=Bajás
gui.yes=Juo
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.modifiers.head=Pan ar y ben:
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=Rievdadeamin máilmmi
menu.disconnect=Botke
menu.game=Spealut fállun
menu.generatingLevel=Hábmemin máilmmi
menu.generatingTerrain=Hábmemin duovdagiid
menu.loadingLevel=Láddemin máilmmi
menu.multiplayer=Máŋga spealli
menu.options=Heivehusat...
menu.quit=Heaitte Speallamis
menu.respawning=Riegádeamen ođđasit
menu.returnToGame=Mana ruovttoluotta spellui
menu.returnToMenu=Vurke ja heaitte
menu.singleplayer=Ovttaskas spealli
multiplayer.connect=Čanat
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.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.deleteWarning=leat ovtto gáidan! (Hui guhká!)
selectServer.edit=Rievdádeapmi
selectServer.empty=guoros
selectServer.hiddenAddress=(Čiegus)
selectWorld.create=Hutkka ođđa máilmmi
selectWorld.delete=Sihko
selectWorld.deleteButton=Sihko
selectWorld.deleteWarning=leat ovtto gáidan! (Hui guhká!)
selectWorld.edit=Rievddadit
selectWorld.edit.save=Vurke Máilmmi
selectWorld.edit.title=Rievddadit Máilmmi
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=Birgen
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=Ráhkat ođđasit
selectWorld.select=Speala válljejuvvon máilmmi
selectWorld.title=Vállje máilmmi
selectWorld.versionUnknown=dovdameahttun
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.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=Čáhppeseaika
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=Čáhppeseaikapláŋ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.yellow.name=Fiskes Láhtterátnu
tile.workbench.name=Duodjebeavdi
translation.test.invalid=dearvva %
translation.test.none=Bures ain Sápmi!
translation.test.world=máilbmi

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,473 @@
addServer.add=Dhammaad
addServer.resourcePack=Baakad Resource Server
addServer.resourcePack.disabled=Naafada
addServer.resourcePack.enabled=Karti
addServer.resourcePack.prompt=Degdeg ah
chat.cannotSend=Ma diri kartaa farriin chat
chat.copy=Koobiyee in sabuurad
chat.link.confirm=Ma hubtaa in aad rabto in aad la furo website soo socda?
chat.link.confirmTrusted=Ma rabtaa in aad la furo link this ama nuqul aad sabuurad?
chat.link.warning=Marna links furan dadka in aadan ku kalsoon tahay!
chat.type.achievement=%s ayaa kasbaday guul%s
chat.type.achievement.taken=%s ayaa laga badiyay Liibaan%s
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.stats.usage=/stats <entity|block> ...
controls.reset=Dib u celi
controls.resetAll=Furayaasha Warbixannada
controls.title=Kontoroolha
createWorld.customize.custom.baseSize=Size Base Qoto
createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset
createWorld.customize.custom.biomeDepthWeight=Biome Miisaanka Qoto
createWorld.customize.custom.biomeScaleOffset=Miisaanka Biome mowjadda
createWorld.customize.custom.biomeScaleWeight=Biome Miisaanka Miisaanka
createWorld.customize.custom.biomeSize=Biome Size
createWorld.customize.custom.center=Xarunta Dhererka
createWorld.customize.custom.confirm1=Tani overwrite doonaa hadda
createWorld.customize.custom.confirm2=goobaha iyo in aan la hagaajin karo.
createWorld.customize.custom.confirmTitle=تحذير!
createWorld.customize.custom.coordinateScale=Isku duwidda Miisaanka
createWorld.customize.custom.count=Isku dayo Hiilweyne
createWorld.customize.custom.defaults=La bixin kari
createWorld.customize.custom.depthNoiseScaleExponent=Qoto jibbaarada Buuq
createWorld.customize.custom.depthNoiseScaleX=Qoto Miisaanka Buuq X
createWorld.customize.custom.depthNoiseScaleZ=Qoto Miisaanka Buuq Z
createWorld.customize.custom.dungeonChance=Tirada godxabsiga
createWorld.customize.custom.fixedBiome=Biome
createWorld.customize.custom.heightScale=Miisaanka Dhererka
createWorld.customize.custom.lavaLakeChance=Dhagax dab failed gudubno
createWorld.customize.custom.lowerLimitScale=Yaree Miisaanka Hoose
createWorld.customize.custom.mainNoiseScaleX=Main Miisaanka Buuq X
createWorld.customize.custom.mainNoiseScaleY=Main Miisaanka Buuq Y
createWorld.customize.custom.mainNoiseScaleZ=Main Miisaanka Buuq Z
createWorld.customize.custom.maxHeight=Max. Dhererka
createWorld.customize.custom.minHeight=Min. Dhererka
createWorld.customize.custom.next=صفحة الى الامام
createWorld.customize.custom.page0=Jawiga aasaasiga ah
createWorld.customize.custom.page1=Jawiga Ore
createWorld.customize.custom.page2=Jawiga bilow (khabiir uun kuwa Isticmaala.)
createWorld.customize.custom.page3=Jawiga Bilow dheeraadka ah (kuwa Isticmaala khabiir oo keliya.
createWorld.customize.custom.preset.caveChaos=Godadka fowdo
createWorld.customize.custom.preset.caveDelight=Caver ee Naciimo
createWorld.customize.custom.preset.drought=Abaaraha
createWorld.customize.custom.preset.goodLuck=Nasiib wanaagsan
createWorld.customize.custom.preset.isleLand=Isle Land
createWorld.customize.custom.preset.mountains=Mountain Waa waalli
createWorld.customize.custom.preset.waterWorld=Biyaha Adduunka
createWorld.customize.custom.presets=Presets
createWorld.customize.custom.presets.title=Customize Presets Adduunka
createWorld.customize.custom.prev=Previous Page
createWorld.customize.custom.randomize=Randomize
createWorld.customize.custom.riverSize=حجم النهر
createWorld.customize.custom.seaLevel=مستوى البحر
createWorld.customize.custom.size=Size Hiilweyne
createWorld.customize.custom.spread=Faafidda Dhererka
createWorld.customize.custom.stretchY=Dhererka Kala
createWorld.customize.custom.upperLimitScale=Upper Yaree Miisaanka
createWorld.customize.custom.useCaves=الكهوف
createWorld.customize.custom.useDungeons=Godad
createWorld.customize.custom.useLavaLakes=Harooyinka dhagax dab
createWorld.customize.custom.useLavaOceans=بحور الحمم
createWorld.customize.custom.useMineShafts=Mineshafts
createWorld.customize.custom.useMonuments=Ocean taxadiri
createWorld.customize.custom.useRavines=Karimo
createWorld.customize.custom.useStrongholds=Dhufays
createWorld.customize.custom.useTemples=المعابد
createWorld.customize.custom.useVillages=قرية
createWorld.customize.custom.useWaterLakes=Harooyinka biyaha
createWorld.customize.custom.waterLakeChance=Failed gudubno biyaha
createWorld.customize.flat.addLayer=Wadaad doonnida saaraa ku dar
createWorld.customize.flat.editLayer=Edit wadaad doonnida saaraa
createWorld.customize.flat.height=Dherer
createWorld.customize.flat.removeLayer=Wadaad doonnida saaraa ka saar
createWorld.customize.flat.tile=Caawimada Qalabeed wadaad doonnida saaraa
createWorld.customize.flat.title=Superflat Customization
createWorld.customize.presets=Presets
createWorld.customize.presets.list=Mise tiiha, qaar ka mid ah waxaana horey!
createWorld.customize.presets.select=Isticmaal Preset
createWorld.customize.presets.share=In la wadaag qof preset? Isticmaal hoos ku qoran nambarka sanduuqa!
createWorld.customize.presets.title=Dooro horena a
demo.day.1=Demo Tani socon doonaa shan maalmood ciyaarta, aad sameyso fiican!
demo.day.2=Maalinta Labo
demo.day.3=Maalinta Saddex
demo.day.4=Maalinta Afar
demo.day.5=Tani waa maalin aad ugu danbeysay!
demo.day.6=Waxaad maray maalinta shanaad, isticmaalaan F2 si loo badbaadiyo shaashadda ka mid ah abuurkiinna
demo.day.warning=Your waqti dhow yahay ilaa!
demo.remainingTime=Waqti Haray:%s
demo.reminder=Waqti demo ayaa dhacay, ka iibsan ciyaarta in ay sii wadaan ama bilaabi dunida cusub!
difficulty.lock.question=Ma hubtaa in aad rabto in aad xirtid dhib ah ee dunida? Tani adduun qotomin doonaa in mar walba%1$s, oo aad marnaba awoodi doonaan in ay mar kale bedesho in.
difficulty.lock.title=Xiran Dhibaato Adduunka
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
gameMode.creative=Creative Mode
gameMode.spectator=Dhacaday Mode
gameMode.survival=Badbaadada Mode
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.toMenu=Back to liiska server
gui.toTitle=Back to screen horyaalka
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
key.attack=Weerarkii / dumiya
key.back=Socda gadaal
key.categories.gameplay=Gameplay
key.categories.inventory=Inventory
key.categories.misc=Kaladuwan
key.categories.movement=Dhaqdhaqaaqa
key.categories.multiplayer=Multiplayer
key.categories.ui=Wajahadda Game
key.chat=Open Chat
key.command=Taliska Open
key.drop=Drop xulay Item
key.forward=Weeraryahanada socda
key.fullscreen=Toggle Fullscreen
key.hotbar.1=Hotbar Slot 1
key.hotbar.2=Hotbar Slot 2
key.hotbar.3=Hotbar Slot 3
key.hotbar.4=Hotbar Slot 4
key.hotbar.5=Hotbar Slot 5
key.hotbar.6=Hotbar Slot 6
key.hotbar.7=Hotbar Slot 7
key.hotbar.8=Hotbar Slot 8
key.hotbar.9=Hotbar Slot 9
key.inventory=Open/Close Inventory
key.jump=Boodin
key.left=Cadaab Left
key.mouseButton=Button %1$s
key.pickItem=Soo qaado Block
key.playerlist=Liiska Ciyaartoyda
key.right=Cadaab Right
key.screenshot=Qaado Screenshot
key.smoothCamera=Camera filimada Toggle
key.sneak=Dhuumaaleysi
key.spectatorOutlines=Ciyaartoyda muujiyo (Daawadayaasha)
key.sprint=Qaran
key.swapHands=Item Bedelanayaan In Hands
key.togglePerspective=Toggle Aragtidooda
key.use=Isticmaal Item/Place Block
lanServer.scanning=Skaanka for kulan ku network maxalliga ah
lanServer.start=Bilow LAN Adduunka
lanServer.title=LAN Adduunka
language.code=so_SO
language.name=Af-Soomaali
language.region=Soomaaliya
mcoServer.title=Minecraft Online Adduunka
menu.convertingLevel=Diinta adduunka
menu.disconnect=Barkinta
menu.game=Ciyaarta menu
menu.generatingLevel=Guud ahaan dunida
menu.generatingTerrain=Dhismaha dhul
menu.loadingLevel=Loading dunida
menu.multiplayer=Multiplayer
menu.options=Fursadaha...
menu.playdemo=Play Demo Adduunka
menu.quit=Tago kulanka
menu.resetdemo=Dib u celi Demo Adduunka
menu.respawning=Nooleeyo
menu.returnToGame=Dib to ciyaarta
menu.returnToMenu=Badbaadin iyo ka tago horyaalka
menu.shareToLan=U furan Lan
menu.singleplayer=Hal ciyaaryahanka
multiplayer.downloadingStats=Saarashada statistics & guulaha...
multiplayer.downloadingTerrain=Dhul loading
multiplayer.ipinfo=Ku qor IP ee server ah in ay ku xidhmaan in ay:
multiplayer.player.joined=%s biiray ciyaarta
multiplayer.player.joined.renamed=%s (oo horay loo yaqaanay%s) biiray ciyaarta
multiplayer.player.left=%s tagay ciyaarta
multiplayer.texturePrompt.line1=Server Tani talinaysaa isticmaalka khayraadka pack caado.
multiplayer.texturePrompt.line2=Ma jeclaan lahayd inaad ka soo dejisan iyo rakibi waxaa automagically?
options.anaglyph=3D Anaglyph
options.ao=Laydhka siman
options.ao.max=Ugu badan
options.ao.min=Ugu Yar
options.ao.off=OFF
options.autoJump=Auto-boodi
options.controls=Kontoroolha...
options.customizeTitle=Customize Settings Adduunka
options.difficulty=Dhibaato
options.difficulty.easy=Easy
options.difficulty.hard=Hard
options.difficulty.hardcore=Qoon gaystay
options.difficulty.normal=Normal
options.difficulty.peaceful=Tabiyo
options.forceUnicodeFont=Force koodh caalamiga Font
options.fov=FOV
options.fov.max=Dhul gariirka Pro
options.fov.min=Normal
options.framerateLimit=Max Framerate
options.framerateLimit.max=Unlimited
options.gamma=Nuurkii
options.gamma.max=Bright
options.gamma.min=Moody
options.graphics=Graphics
options.graphics.fancy=Malana
options.graphics.fast=Fast
options.guiScale=Gui Miisaanka
options.guiScale.auto=Auto
options.guiScale.large=Large
options.guiScale.normal=Normal
options.guiScale.small=Small
options.hidden=Maqan
options.invertMouse=Invert Mouse
options.language=Language...
options.languageWarning=Turjumaadaha Language laga yaabaa in aanay 100 %% sax ah
options.mipmapLevels=Heerarka Mipmap
options.music=Music
options.off=OFF
options.on=Karti
options.postProcessEnable=Sahlo Post-Processing
options.renderClouds=Daruuro
options.renderDistance=Siin Distance
options.saturation=Robab
options.sensitivity=Oo xasaasi ah
options.sensitivity.max=HYPERSPEED!!!
options.sensitivity.min=*hamaansasho*
options.sound=Qodobbadani
options.sounds=Music & Dhawaaqyada...
options.sounds.title=Music & Sound Options
options.title=Options
options.video=Video Settings...
options.videoTitle=Video Settings
options.viewBobbing=View Bobbing
options.visible=Tusi
resourcePack.available.title=Baakad Resource Available
resourcePack.openFolder=Khayraadka Open folder pack
resourcePack.title=Dooro baakad Resource
selectServer.deleteQuestion=Ma hubtaa in aad rabto in aad ka saarto server?
selectServer.deleteWarning=weligiis u lumay doonaa! (Muddo dheer A!)
selectWorld.cheats=Khaaimiinta
selectWorld.conversion=Waa in diinta!
selectWorld.create=Abuuro dunida cusub
selectWorld.createDemo=Play dunida cusub demo
selectWorld.customizeType=Habee
selectWorld.delete=Ka saar
selectWorld.deleteButton=Ka saar
selectWorld.deleteQuestion=Ma hubtaa in aad rabto in aad tirtirto dunida?
selectWorld.deleteWarning=weligiis u lumay doonaa! (Muddo dheer A!)
selectWorld.edit=Edit
selectWorld.edit.openFolder=Folder furan
selectWorld.edit.resetIcon=Keddibna icon
selectWorld.edit.save=Dunida badbaadiyo
selectWorld.edit.title=Edit dunida
selectWorld.empty=madhan
selectWorld.enterName=Magaca Adduunka
selectWorld.enterSeed=Farcankiisaba matoor dunida
selectWorld.newWorld=Dunida cusub
selectWorld.newWorld.copyOf=Koobiga %s
selectWorld.recreate=Cilinta
selectWorld.resultFolder=Waa la badbaadin doonaa in:
selectWorld.seedInfo=Tago maran farcan lagu nasiib ah
selectWorld.select=Ciyaaro adduunka loo doortay
selectWorld.title=Dunida xulo
selectWorld.tooltip.fromNewerVersion1=World ahaa badbaadiyey in version a newer,
selectWorld.tooltip.fromNewerVersion2=adduun loading wuxuu keeni karaa dhibaatooyin!
selectWorld.tooltip.snapshot1=Ha illoobin in gurmad Adduun
selectWorld.tooltip.snapshot2=ka hor inta aadan ku shuban in si dhekhso this.
selectWorld.version=Version:
selectWorld.versionJoinButton=Wali isticmaala
selectWorld.versionQuestion=Xaqiiqdii ma waxaad rabtaa in ay ku shuban dunida?
selectWorld.versionUnknown=oo aan la garaneyn
selectWorld.versionWarning=Adduunka waxaa la badbaadiyey in version '%s' oo waxay ku loading in version taasi waxay u keeni kari lahaa musuqmaasuqa!
selectWorld.world=Adduunka
tile.barrier.name=Ooday
tile.blockGold.name=Block oo dahab
tile.blockIron.name=Block ee Iron
tile.button.name=Button
tile.cactus.name=Tiin
tile.clay.name=Clay
tile.clayHardened.name=Hardened Clay
tile.clayHardenedStained.black.name=Black sii qallafiyey Clay
tile.clayHardenedStained.blue.name=Blue sii qallafiyey Clay
tile.clayHardenedStained.brown.name=Brown ka sii qallafsanaaday Clay
tile.clayHardenedStained.cyan.name=Cyan sii qallafiyey Clay
tile.clayHardenedStained.gray.name=Gray sii qallafiyey Clay
tile.clayHardenedStained.green.name=Green sii qallafiyey Clay
tile.clayHardenedStained.lightBlue.name=Light Blue sii qallafiyey Clay
tile.clayHardenedStained.lime.name=Lime waa sii qallafiyey Clay
tile.clayHardenedStained.magenta.name=Magenta sii qallafiyey Clay
tile.clayHardenedStained.name=Wasakheeyey sii qallafiyey Clay
tile.clayHardenedStained.orange.name=Orange sii qallafiyey Clay
tile.clayHardenedStained.pink.name=Pink sii qallafiyey Clay
tile.clayHardenedStained.purple.name=Purple sii qallafiyey Clay
tile.clayHardenedStained.red.name=Red sii qallafiyey Clay
tile.clayHardenedStained.silver.name=Light Gray sii qallafiyey Clay
tile.clayHardenedStained.white.name=White sii qallafiyey Clay
tile.clayHardenedStained.yellow.name=Yellow sii qallafiyey Clay
tile.cloth.name=Dhogor
tile.doorIron.name=Iron Door
tile.doublePlant.fern.name=Large Fern
tile.doublePlant.grass.name=Double Tallgrass
tile.doublePlant.name=Plant
tile.doublePlant.paeonia.name=Peony
tile.doublePlant.rose.name=Rose Bush
tile.doublePlant.sunflower.name=Gabbaldayaha
tile.doublePlant.syringa.name=Lilac
tile.fence.name=Bowd Oak
tile.fenceIron.name=Baararka Iron
tile.flower1.dandelion.name=Løvetann
tile.flower1.name=Ubaxa
tile.flower2.allium.name=Allium
tile.flower2.blueOrchid.name=Blue Orchid
tile.flower2.houstonia.name=Azure Bluet
tile.flower2.name=Ubaxa
tile.flower2.oxeyeDaisy.name=Oxeye Daisy
tile.flower2.poppy.name=Poppy
tile.flower2.tulipOrange.name=Orange Tulip
tile.flower2.tulipPink.name=Pink Tulip
tile.flower2.tulipRed.name=Red Tulip
tile.flower2.tulipWhite.name=White Tulip
tile.frostedIce.name=Frosted Ice
tile.glass.name=Glass
tile.gravel.name=Gravel
tile.hellrock.name=Netherrack
tile.ice.name=Ice
tile.icePacked.name=Ice buuxiyey
tile.jukebox.name=Jukebox
tile.leaves.acacia.name=Acacia Leaves
tile.leaves.big_oak.name=Dark Oak Leaves
tile.leaves.birch.name=Birch Leaves
tile.leaves.jungle.name=Jungle Leaves
tile.leaves.name=Leaves
tile.leaves.oak.name=Oak Leaves
tile.leaves.spruce.name=Gran Leaves
tile.lightgem.name=Glowstone
tile.log.acacia.name=Acacia Wood
tile.log.big_oak.name=Dark Oak Wood
tile.log.birch.name=Birch Wood
tile.log.jungle.name=Jungle Wood
tile.log.name=Alwaax
tile.log.oak.name=Oak Wood
tile.log.spruce.name=Gran Wood
tile.melon.name=Qaraha
tile.monsterStoneEgg.brick.name=Stone Brick bahal Egg
tile.monsterStoneEgg.chiseledbrick.name=Qoray Stone Brick bahal Egg
tile.monsterStoneEgg.cobble.name=Egg bahal ka samysan
tile.monsterStoneEgg.crackedbrick.name=Dillaac Stone Brick bahal Egg
tile.monsterStoneEgg.mossybrick.name=Ajaa Stone Brick bahal Egg
tile.monsterStoneEgg.name=Stone bahal Egg
tile.monsterStoneEgg.stone.name=Stone bahal Egg
tile.mushroom.name=Likaha
tile.notGate.name=Redstone Shuclada
tile.oreCoal.name=Dhuxul Ore
tile.oreGold.name=Gold Ore
tile.oreIron.name=Iron Ore
tile.oreRedstone.name=Redstone Ore
tile.pistonBase.name=Qalab
tile.pistonStickyBase.name=Dhegdheg qalab
tile.prismarine.rough.name=Prismarine
tile.redSandStone.chiseled.name=Qoray Red sandstone
tile.redSandStone.default.name=Red Sandstone
tile.redSandStone.name=Red Sandstone
tile.redSandStone.smooth.name=Siman Red sandstone
tile.reeds.name=Bakoorad Sugar
tile.sand.default.name=Sand
tile.sand.name=Sand
tile.sand.red.name=Red Sand
tile.sandStone.chiseled.name=Qoray sandstone
tile.sandStone.default.name=Sandstone
tile.sandStone.name=Sandstone
tile.sandStone.smooth.name=Sandstone siman
tile.snow.name=Snow
tile.sponge.dry.name=Isbonji
tile.sponge.wet.name=Isbonji qoyan
tile.spruceFence.name=Bowd gran
tile.stainedGlass.black.name=Black wasakheeyey Glass
tile.stainedGlass.blue.name=Blue wasakheeyey Glass
tile.stainedGlass.brown.name=Brown wasakheeyey Glass
tile.stainedGlass.cyan.name=Cyan wasakheeyey Glass
tile.stainedGlass.gray.name=Gray wasakheeyey Glass
tile.stainedGlass.green.name=Green wasakheeyey Glass
tile.stainedGlass.lightBlue.name=Light Blue wasakheeyey Glass
tile.stainedGlass.lime.name=Lime wasakheeyey Glass
tile.stainedGlass.magenta.name=Magenta wasakheeyey Glass
tile.stainedGlass.name=Wasakheeyey Glass
tile.stainedGlass.orange.name=Orange wasakheeyey Glass
tile.stainedGlass.pink.name=Pink wasakheeyey Glass
tile.stainedGlass.purple.name=Purple wasakheeyey Glass
tile.stainedGlass.red.name=Red wasakheeyey Glass
tile.stainedGlass.silver.name=Light Gray wasakheeyey Glass
tile.stainedGlass.white.name=White wasakheeyey Glass
tile.stainedGlass.yellow.name=Yellow wasakheeyey Glass
tile.stone.stone.name=Dhagax
tile.stoneSlab.cobble.name=Samysan bulukeeti
tile.stoneSlab.name=Stone bulukeeti
tile.stoneSlab.sand.name=Sandstone bulukeeti
tile.stoneSlab.stone.name=Stone bulukeeti
tile.stoneSlab.wood.name=Bulukeeti Wooden
tile.stonebricksmooth.chiseled.name=Lebenkii qoray Stone
tile.tallgrass.fern.name=Fern
tile.tallgrass.grass.name=Grass
tile.tallgrass.name=Grass
tile.tallgrass.shrub.name=Geed
tile.thinGlass.name=Murayaad
tile.thinStainedGlass.black.name=Black wasakheeyey Murayaad
tile.thinStainedGlass.blue.name=Blue wasakheeyey Murayaad
tile.thinStainedGlass.brown.name=Brown wasakheeyey Murayaad
tile.thinStainedGlass.cyan.name=Cyan wasakheeyey Murayaad
tile.thinStainedGlass.gray.name=Gray wasakheeyey Murayaad
tile.thinStainedGlass.green.name=Green wasakheeyey Murayaad
tile.thinStainedGlass.lightBlue.name=Light Blue wasakheeyey Murayaad
tile.thinStainedGlass.lime.name=Lime wasakheeyey Murayaad
tile.thinStainedGlass.magenta.name=Magenta wasakheeyey Murayaad
tile.thinStainedGlass.name=Stained wasakheeyey Glass
tile.thinStainedGlass.orange.name=Orange wasakheeyey Murayaad
tile.thinStainedGlass.pink.name=Pink wasakheeyey Murayaad
tile.thinStainedGlass.purple.name=Purple wasakheeyey Murayaad
tile.thinStainedGlass.red.name=Red wasakheeyey Murayaad
tile.thinStainedGlass.silver.name=Light Gray wasakheeyey Murayaad
tile.thinStainedGlass.white.name=White wasakheeyey Murayaad
tile.thinStainedGlass.yellow.name=Yellow wasakheeyey Murayaad
tile.weightedPlate_heavy.name=Plate Cadaadis Weighted (culus)
tile.woolCarpet.black.name=Black kaarbadka
tile.woolCarpet.blue.name=Blue kaarbadka
tile.woolCarpet.brown.name=Brown kaarbadka
tile.woolCarpet.cyan.name=Cyan kaarbadka
tile.woolCarpet.gray.name=Gray kaarbadka
tile.woolCarpet.green.name=Green kaarbadka
tile.woolCarpet.lightBlue.name=Light Blue kaarbadka
tile.woolCarpet.lime.name=Lime kaarbadka
tile.woolCarpet.magenta.name=Magenta kaarbadka
tile.woolCarpet.name=Kaarbadka
tile.woolCarpet.orange.name=Orange kaarbadka
tile.woolCarpet.pink.name=Pink kaarbadka
tile.woolCarpet.purple.name=Purple kaarbadka
tile.woolCarpet.red.name=Red kaarbadka
tile.woolCarpet.silver.name=Light Gray kaarbadka
tile.woolCarpet.yellow.name=Yellow kaarbadka
title.oldgl1=Kaarka naqshadeynta Old ogaado; waxa aad looga hortago laga yaabaa in
title.oldgl2=ciyaaro mustaqbalka sida OpenGL 2.0 ayaa loo baahan doonaa.

View File

@ -0,0 +1,670 @@
addServer.add=Bërë
addServer.enterIp=Adresa E Serverit
addServer.enterName=Emri I Serverit
addServer.hideAddress=Të Fshehur Adresa
addServer.resourcePack=Server Resource Packs
addServer.resourcePack.disabled=Me aftësi të kufizuara
addServer.resourcePack.enabled=Të aktivizuara
addServer.resourcePack.prompt=Të shpejtë
addServer.title=Edit Server Info
book.byAuthor=duke %1$s
book.editTitle=Futni Titulli I Librit:
book.finalizeButton=Të nënshkruar dhe të Mbyllur
book.finalizeWarning=Vini re! Kur ju regjistroheni librin, ajo nuk do të jetë më editable.
book.generation.0=Origjinal
book.generation.1=Kopje origjinale
book.generation.2=Kopje e një kopje
book.generation.3=Tattered
book.pageIndicator=Faqe %1$s nga %2$s
book.signButton=Shenjë
chat.cannotSend=Mund të dërgoni mesazh chat
chat.copy=Kopje të Clipboard
chat.link.confirm=Jeni i sigurt që dëshironi të hapni web faqen vijuese?
chat.link.confirmTrusted=A ju dëshironi për të hapur këtë link ose ajo kopje të clipboard tuaj?
chat.link.open=Hapur në shfletuesin
chat.link.warning=Kurrë nuk të hapur lidhjet e nga njerëzit që nuk ju besojnë!
chat.type.achievement=%s sapo ka fituar arritjen %s
chat.type.achievement.taken=të %s ka humbur arritjen %s
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> ...
connect.authorizing=Prerjet në...
connect.connecting=Lidhja me serverin...
connect.failed=Nuk arriti të lidheni me serverin
controls.reset=Rivendosur
controls.resetAll=Reset Çelësat
controls.title=Kontrollet
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.biomeScaleOffset=Biome Shkallë Të Kompensuar
createWorld.customize.custom.biomeScaleWeight=Biome Scale Pesha
createWorld.customize.custom.biomeSize=Biome madhësia
createWorld.customize.custom.center=Qendra Lartësi
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.count=Farë Përpiqet
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.dungeonChance=Dungeons numërimit
createWorld.customize.custom.fixedBiome=Biome
createWorld.customize.custom.heightScale=Shkallë lartësi
createWorld.customize.custom.lavaLakeChance=Lava E Liqenit Të Rrallë
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.maxHeight=Max. Lartësi
createWorld.customize.custom.minHeight=Min. Lartësi
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.preset.caveChaos=Shpella e Kaosit
createWorld.customize.custom.preset.caveDelight=Caver është Kënaqësi
createWorld.customize.custom.preset.drought=Thatësira
createWorld.customize.custom.preset.goodLuck=Fat i mirë
createWorld.customize.custom.preset.isleLand=Ishulli Vendin
createWorld.customize.custom.preset.mountains=Mali Çmenduri
createWorld.customize.custom.preset.waterWorld=Uji Botë
createWorld.customize.custom.presets=Presets
createWorld.customize.custom.presets.title=Rregulloje Botë Presets
createWorld.customize.custom.prev=Faqja e mëparshme
createWorld.customize.custom.randomize=Randomize
createWorld.customize.custom.riverSize=Lumi Madhësia
createWorld.customize.custom.seaLevel=Niveli i detit
createWorld.customize.custom.size=Farë Madhësia
createWorld.customize.custom.spread=Përhapur Në Lartësi
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.useDungeons=Dungeons
createWorld.customize.custom.useLavaLakes=Liqeni lavë
createWorld.customize.custom.useLavaOceans=Lava E Oqeaneve
createWorld.customize.custom.useMansions=Shtëpi e madhe pyjore
createWorld.customize.custom.useMineShafts=Miniere
createWorld.customize.custom.useMonuments=Monumentet oqeanit
createWorld.customize.custom.useRavines=Luginat
createWorld.customize.custom.useStrongholds=Fortesat
createWorld.customize.custom.useTemples=Tempujt e
createWorld.customize.custom.useVillages=Fshatra
createWorld.customize.custom.useWaterLakes=Ujit Të Liqeneve
createWorld.customize.custom.waterLakeChance=Ujë Liqeni I Rrallë
createWorld.customize.flat.addLayer=Shto shtresë
createWorld.customize.flat.editLayer=Ndrysho Layer
createWorld.customize.flat.height=siper
createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=Fundi - %s
createWorld.customize.flat.layer.top=Mbi - %s
createWorld.customize.flat.removeLayer=Hiq shtresa
createWorld.customize.flat.tile=lajer material
createWorld.customize.flat.title=e sheshume bote
createWorld.customize.preset.bottomless_pit=Gropë e Pafundme
createWorld.customize.preset.classic_flat=Rrafshi klasik
createWorld.customize.preset.desert=Shkretëtirë
createWorld.customize.preset.overworld=Mbitoka
createWorld.customize.preset.redstone_ready=Redstone gati
createWorld.customize.preset.snowy_kingdom=Mbretëria e Dëborës
createWorld.customize.preset.the_void=Zbrazëtirë
createWorld.customize.preset.tunnelers_dream=Ëndrra e Minatorit
createWorld.customize.preset.water_world=Bota Ujore
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
demo.day.1=Këtë demo do të zgjasë pesë lojë ditë, të bëni më të mirën tuaj!
demo.day.2=Dy Ditë
demo.day.3=Dita E Tretë
demo.day.4=Katër Ditë
demo.day.5=Kjo juaj është dita e fundit!
demo.day.6=Ju keni kaluar tuaja dita e pestë, përdorni F2 për të ruajtur një screenshot e krijimit
demo.day.warning=Koha juaj është pothuajse lart!
demo.demoExpired=Demo kohë e deri!
demo.help.buy=Blini Tani!
demo.help.fullWrapped=Këtë demo do të zgjasë 5 ingame ditë (rreth 1 orë e 40 minuta kohë reale). Të kontrolluar arritjet e deritanishme për lë të kuptohet! Have fun!
demo.help.inventory=Përdorni %1$s për të hapur inventarin tuaj
demo.help.jump=Hidhen duke shtypur %1$s
demo.help.later=Vazhdojnë Të Luajnë!
demo.help.movement=Përdorni %1$s, %2$s, %3$s, %4$s dhe miun për të lëvizur rreth
demo.help.movementMouse=Shikoni rreth jush duke përdorur miun
demo.help.movementShort=Lëvizin duke shtypur %1$s, %2$s, %3$s, %4$s
demo.help.title=Minecraft Demo Mode
demo.remainingTime=Kohën e mbetur: %s
demo.reminder=Demo koha ka skaduar, të blerë lojë të vazhdojnë ose fillojnë një botë të re!
difficulty.lock.question=A jeni të sigurt që ju doni të bllokoj vështirësi e kësaj bote? Kjo do të vë në këtë botë që të jetë gjithmonë %1$s, dhe ju kurrë nuk do të jetë në gjendje të ndryshojë përsëri.
difficulty.lock.title=Kyçja E Botës Vështirësi
disconnect.closed=Lidhja e mbyllur
disconnect.disconnected=Shkëputur nga Serveri
disconnect.endOfStream=Fundi i stream
disconnect.kicked=Ishte larguar nga loja
disconnect.loginFailed=Dështuar për të identifikohu
disconnect.loginFailedInfo=Dështuar për të login: %s
disconnect.loginFailedInfo.invalidSession=Të pavlefshme sesioni (Provoni rifillimit të lojës tuaj)
disconnect.loginFailedInfo.serversUnavailable=Authentication serverat aktualisht janë poshtë për mirëmbajtje.
disconnect.lost=Lidhje Të Humbura
disconnect.overflow=Tampon del nga shtrati
disconnect.quitting=Ndalohet pirja e duhanit
disconnect.spam=Nisi për spamming
disconnect.timeout=Me kohë jashtë
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.changed=Mënyrën e lojës është përditësuar për të %s
gameMode.creative=Mënyra kreative
gameMode.hardcore=Hardcore Mode!
gameMode.spectator=Spektator Mode
gameMode.survival=Mode mbijetesë
generator.amplified=Përforcohet
generator.amplified.info=Njoftim: Vetëm për argëtim, kërkon beefy kompjuter
generator.customized=Përshtatur
generator.debug_all_block_states=Debug Mode
generator.default=Të parazgjedhur
generator.flat=Superflat
generator.largeBiomes=Të Mëdha Biomes
gui.all=Të gjitha
gui.back=Mbrapa
gui.cancel=Anulo
gui.done=E kryer
gui.down=Poshtë
gui.no=Jo
gui.none=Asnjë
gui.toMenu=Kthehu tek lista e serverëve
gui.toTitle=Mbrapa në menun kryesore
gui.up=Lart
gui.yes=Po
item.redstone.name=Redstone
itemGroup.redstone=Redstone
key.attack=Sulmi/Shkatërrojë
key.back=Ecin Mbrapsht
key.categories.gameplay=Gameplay
key.categories.inventory=Inventar
key.categories.misc=Të ndryshme
key.categories.movement=Lëvizje
key.categories.multiplayer=Multiplayer
key.categories.ui=Lojë Interface
key.chat=Hapur chat
key.command=Të Hapur Command
key.drop=Drop Artikull Të Përzgjedhur
key.forward=Ecin përpara
key.fullscreen=Toggle Fullscreen
key.hotbar.1=Hotbar Slot 1
key.hotbar.2=Hotbar Slot 2
key.hotbar.3=Hotbar Slot 3
key.hotbar.4=Hotbar Slot 4
key.hotbar.5=Hotbar Slot 5
key.hotbar.6=Hotbar Slot 6
key.hotbar.7=Hotbar Slot 7
key.hotbar.8=Hotbar Slot 8
key.hotbar.9=Hotbar Slot 9
key.inventory=Të Hapur/Mbyllur Inventarit
key.jump=Kërcej
key.left=Ndëshkim Të Majtë
key.mouseButton=Buton %1$s
key.pickItem=Marr Bllok
key.playerlist=Lista E Lojtarëve
key.right=Ndëshkim Të Drejtë
key.screenshot=Marrë screenshot
key.smoothCamera=Toggle Kinematografisë Kamera
key.sneak=Vjedhës
key.spectatorOutlines=Të Nxjerrë Në Pah Lojtarë (Spektatorët)
key.sprint=Sprint
key.swapHands=Swap Objekt Në Duart E
key.togglePerspective=Toggle Perspektivë
key.use=Përdorni Artikull/Vendi Bllok
lanServer.otherPlayers=Cilësimet për Lojtarë të Tjerë
lanServer.scanning=Skanim për lojërat në rrjetin tuaj lokal
lanServer.start=Filloni LAN Botë
lanServer.title=LAN Botë
language.code=sq_AL
language.name=Shqip
language.region=Shqipëri
mcoServer.title=Minecraft Botën Online
menu.convertingLevel=Konvertimi i botes
menu.disconnect=Diskonektohu
menu.game=Menu e lojës
menu.generatingLevel=Gjenerimi i botes
menu.generatingTerrain=Ndertimi i terrenit
menu.loadingLevel=Ngarkimi i botes
menu.multiplayer=Multiplayer
menu.options=Opsionet...
menu.playdemo=Luaj Demo Botë
menu.quit=Mbyll lojën
menu.resetdemo=Reset Demo Botë
menu.respawning=duke u ringjallur
menu.returnToGame=Mbrapsht në lojë
menu.returnToMenu=Ruaj dhe largohu tek titulli
menu.shareToLan=hape me lan
menu.singleplayer=Singleplayer
merchant.deprecated=Tregtisë diçka tjetër për të zhbllokuar!
multiplayer.connect=Lidhur
multiplayer.downloadingStats=Shkarkimi i statistikave dhe të arriturat...
multiplayer.downloadingTerrain=Ngarkim terren
multiplayer.ipinfo=Shkruani IP e serverit për t'u lidhur me të:
multiplayer.player.joined=%s u bashkua me lojë
multiplayer.player.joined.renamed=%s (i njohur më parë si %s) u bashkua me lojë
multiplayer.player.left=%s la lojë
multiplayer.stopSleeping=Lënë Shtrat
multiplayer.texturePrompt.line1=Ky server rekomandon përdorimin e një porosi të burimeve pack.
multiplayer.texturePrompt.line2=Do të ju pëlqen për të shkarkuar dhe instaluar atë automagically?
multiplayer.title=Luaj Multiplayer
options.anaglyph=3D Anaglyph
options.ao=Qetë, Ndriçimi
options.ao.max=Maksimale
options.ao.min=Minimale
options.ao.off=OFF
options.attack.crosshair=Crosshair
options.attack.hotbar=Hotbar
options.attackIndicator=Sulmi Tregues
options.autoJump=Kërcim automatik
options.chat.color=Ngjyra
options.chat.height.focused=Lartësia e fokusuar
options.chat.height.unfocused=Lartësia e pafokusuar
options.chat.links=Linqet në Web
options.chat.links.prompt=Hapni Linqet
options.chat.opacity=Dukshmëria
options.chat.scale=Madhësia
options.chat.title=Rregullimet e Chat-it...
options.chat.visibility=Chat
options.chat.visibility.full=E shfaqur
options.chat.visibility.hidden=E fshehur
options.chat.visibility.system=Vetëm komanda
options.chat.width=Gjerësia
options.chunks=%s copë
options.controls=Kontrollet...
options.customizeTitle=Rregulloje Botës Cilësimet
options.difficulty=Vështirësi
options.difficulty.easy=I lehtë
options.difficulty.hard=I vështirë
options.difficulty.hardcore=Hardcore
options.difficulty.normal=Normale
options.difficulty.peaceful=I qetë
options.entityShadows=Subjekti Hijet
options.farWarning1=Një instalim 64 bit është rekomanduar
options.farWarning2=për 'Tani' duke distancë (ju keni 32 bit)
options.forceUnicodeFont=Fuqi Unicode Font
options.fov=FOV
options.fov.max=Tërmeti Pro
options.fov.min=Normale
options.framerate=%s fps
options.framerateLimit=Max Framerate
options.framerateLimit.max=I pakufizuar
options.fullscreen=Fullscreen
options.gamma=Shkëlqim
options.gamma.max=Të ndritshme
options.gamma.min=Moody
options.graphics=Grafikë
options.graphics.fancy=I zbukuruar
options.graphics.fast=Shpejt
options.guiScale=GUI Shkallë
options.guiScale.auto=Auto
options.guiScale.large=I madh
options.guiScale.normal=Normale
options.guiScale.small=I vogël
options.hidden=Fshehur
options.invertMouse=Invert Mouse
options.language=Gjuha...
options.languageWarning=Përkthime gjuha nuk mund të jetë 100%% i saktë
options.mainHand=Kryesore E Të Dorës
options.mainHand.left=Majtë
options.mainHand.right=Drejtë
options.mipmapLevels=Mipmap Nivelet
options.modelPart.cape=Pelerina
options.modelPart.hat=Kapela
options.modelPart.jacket=Xhaketa
options.modelPart.left_pants_leg=La Pantallona Këmbën
options.modelPart.left_sleeve=La Mëngë
options.modelPart.right_pants_leg=E Drejta Pantallona Këmbën
options.modelPart.right_sleeve=E Drejta Mëngë
options.multiplayer.title=Rregullimet e Multiplayer...
options.music=Muzikë
options.off=OFF
options.on=NË
options.particles=Pjesëzave
options.particles.all=Të gjitha
options.particles.decreased=Pakësuar
options.particles.minimal=Minimale
options.postButton=Settings post-përpunimit...
options.postProcessEnable=Mundësuar post-përpunimit të
options.postVideoTitle=Settings post-përpunimit
options.realmsNotifications=Realms Njoftimet
options.reducedDebugInfo=Reduktuar Debug Info
options.renderClouds=Retë
options.renderDistance=Të Bëjë Distancë
options.resourcepack=Pako Të Burimeve Të...
options.saturation=Mbushje
options.sensitivity=Ndjeshmëria
options.sensitivity.max=HYPERSPEED!!!
options.sensitivity.min=*yawn*
options.showSubtitles=Tregojnë Titra
options.skinCustomisation=Rregullimi i Skin-it...
options.skinCustomisation.title=Rregullimi i Skin-it
options.snooper=Të Lejojë Snooper
options.snooper.desc=Ne gjithmonë duam të përmirësojnë Minecraft dhe, për të na ndihmuar për të bërë këtë, ne do të donim të mblidhnim disa informacione. Kjo na lejon të dimë se çfarë hardware për të mbështetur dhe ku ka probleme të mëdha. Ai gjithashtu na jep një ndjenjë të madhësisë së bazës sonë aktive të lojtarëve, kështu që ne e dimë se në qoftë se ne jemi duke bërë një punë të mirë. Ju mund të shikoni çdo gjë që ne mbledhim më poshtë. Nëse ju nuk e dëshironi këtë ju mund ta fikni atë!
options.snooper.title=Na ushqe me të dhëna!
options.snooper.view=Snooper Cilësimet...
options.sound=Të shëndoshë
options.sounds=Muzika & Tingëllon...
options.sounds.title=Muzikë Dhe Të Shëndoshë Opsionet
options.title=Opsionet
options.touchscreen=Prekje Mode
options.vbo=Përdorni VBOs
options.video=Video Cilësimet...
options.videoTitle=Video Cilësimet
options.viewBobbing=Pamje Bobbing
options.visible=Treguar
options.vsync=Përdorni VSync
record.nowPlaying=Tani duke luajtur: %s
resourcePack.available.title=Në Dispozicion Në Pako Të Burimeve Të
resourcePack.folderInfo=(Vendin e burimeve pack fotografi këtu)
resourcePack.incompatible=I papajtueshëm
resourcePack.incompatible.confirm.new=Ky burim pack është bërë për një newer version i Minecraft dhe nuk mund të funksionoj në rregull.
resourcePack.incompatible.confirm.old=Ky burim pack është bërë për një version të vjetër të Minecraft dhe nuk mund të funksionoj në rregull.
resourcePack.incompatible.confirm.title=A jeni të sigurt që ju doni të ngarkesës ky burim pack?
resourcePack.incompatible.new=(E bëra për një newer version i Minecraft)
resourcePack.incompatible.old=(E bëra për një version të vjetër të Minecraft)
resourcePack.openFolder=Të hapur burim pack dosje
resourcePack.selected.title=Zgjedhur Pako Të Burimeve Të
resourcePack.title=Zgjidhni Pako Të Burimeve Të
selectServer.add=Shto server
selectServer.defaultName=Minecraft Server
selectServer.delete=Fshini
selectServer.deleteButton=Fshini
selectServer.deleteQuestion=A jeni të sigurt që ju doni të hiqni këtë server?
selectServer.deleteWarning=do të jetë e humbur përgjithmonë! (Nje kohe e gjate!)
selectServer.direct=Drejtpërdrejtë Të Lidhur
selectServer.edit=Edit
selectServer.empty=bosh
selectServer.hiddenAddress=(Fsheharak)
selectServer.refresh=Ripajis
selectServer.select=Bashkohen Server
selectServer.title=Zgjidhni Server
selectWorld.allowCommands=Të Lejojë Disa Cheats Mëdha:
selectWorld.allowCommands.info=Komanda si /gamemode, /xp
selectWorld.bonusItems=Bonus Gjoks:
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=Lojë Mode
selectWorld.gameMode.adventure=Aventurë
selectWorld.gameMode.adventure.line1=Njëjtë si mode mbijetesë, por kuba nuk mund të
selectWorld.gameMode.adventure.line2=të shtuar ose hequr
selectWorld.gameMode.creative=Creative
selectWorld.gameMode.creative.line1=Burime të pakufizuar të lirë të fluturojnë dhe
selectWorld.gameMode.creative.line2=të shkatërruar blloqe çast
selectWorld.gameMode.hardcore=Hardcore
selectWorld.gameMode.hardcore.line1=Njëjtë si mode mbijetesë, të mbyllur në më të vështira të
selectWorld.gameMode.hardcore.line2=vështirësi, dhe një jetë vetëm
selectWorld.gameMode.spectator=Spektator
selectWorld.gameMode.spectator.line1=Ju mund të shikoni por mos e prek
selectWorld.gameMode.survival=Mbijetesë
selectWorld.gameMode.survival.line1=Kërkoni për burime, përpilimin, të fitojnë
selectWorld.gameMode.survival.line2=nivelet, të shëndetësisë dhe të urisë
selectWorld.hardcoreMode=Hardcore:
selectWorld.hardcoreMode.info=Bota është fshihet pas vdekjes
selectWorld.load_folder_access=Nuk munda ta lexoj ose të hyjë në follderin ku botat e lojës ruhen!
selectWorld.mapFeatures=Të Gjenerojë Strukturat:
selectWorld.mapFeatures.info=Fshatrat, burgje etj
selectWorld.mapType=Bota Lloji:
selectWorld.mapType.normal=Normale
selectWorld.moreWorldOptions=Më Të Botës Opsione...
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.unable_to_load=Nuk munda të ngarkojë botat
selectWorld.version=Versioni:
selectWorld.versionJoinButton=Përdorni gjithsesi
selectWorld.versionQuestion=A doni me të vërtetë të ngarkoni këtë botë?
selectWorld.versionUnknown=i panjohur
selectWorld.versionWarning=Kjo botë u ruajt në versionin '%s' dhe ngarkimi në këtë version mund të shkaktojë korrupsion!
selectWorld.world=bote
sign.edit=Edit shenjë mesazh
soundCategory.ambient=Ambientit/Environment
soundCategory.block=Blloqe
soundCategory.hostile=Armiqësore, Krijesa
soundCategory.master=Master Vëllimi
soundCategory.music=Muzikë
soundCategory.neutral=Miqësore Krijesa
soundCategory.player=Lojtarët
soundCategory.record=Jukebox/Noteblocks
soundCategory.voice=Zëri/Të Folurit
soundCategory.weather=Moti
spectatorMenu.close=Mbyll menun
spectatorMenu.next_page=Faqja Tjetër
spectatorMenu.previous_page=Faqja e mëparshme
spectatorMenu.root.prompt=Shtypni një buton që të zgjidhni komandën, dhe prapë që ta përdorni.
spectatorMenu.team_teleport=Teleportohuni tek Anëtari i Ekipit
spectatorMenu.team_teleport.prompt=Zgjidhni një ekip që të teleportoheni
spectatorMenu.teleport=Teleportohu tek Lojtari
spectatorMenu.teleport.prompt=Zgjidhni një lojtar që të teleportoheni
stat.joinMultiplayer=Lidhje Multiplayer
subtitles.item.armor.equip_diamond=Diamant forca të blinduara clangs
subtitles.item.armor.equip_gold=Ar forca të blinduara clangs
subtitles.item.armor.equip_iron=Hekur forca të blinduara clangs
subtitles.item.armor.equip_leather=rustles lëkure forca të blinduara
subtitles.item.bottle.fill=Mbush shishe
subtitles.item.bucket.empty=Boshatis kovë
subtitles.item.bucket.fill=Bucket mbush
subtitles.item.chorus_fruit.teleport=Teleports lojtar
tile.acaciaFence.name=Gardh me Dru Akacie
tile.acaciaFenceGate.name=Portë me Dru Akacie
tile.air.name=Ajër
tile.barrier.name=Pengesë
tile.bedrock.name=Guri i shtratit
tile.birchFence.name=Gardh me Dru të Bardhë
tile.birchFenceGate.name=Portë me Dru të Bardhë
tile.blockCoal.name=Bllok i qymyrit
tile.blockGold.name=Bllok i Arit
tile.blockIron.name=Bllok i Hekurit
tile.bookshelf.name=Raft librash
tile.brick.name=Tulla
tile.cactus.name=Kaktus
tile.clay.name=Argjila
tile.clayHardened.name=Argjila e Forcuar
tile.clayHardenedStained.black.name=Argjila e Forcuar e Zezë
tile.clayHardenedStained.blue.name=Argjila e Forcuar e Kaltër
tile.clayHardenedStained.brown.name=Argjila e Forcuar Kafe
tile.clayHardenedStained.cyan.name=Argjila e Forcuar e Kaltër e Çeltë
tile.clayHardenedStained.gray.name=Argjila e Forcuar e Hirtë
tile.clayHardenedStained.green.name=Argjila e Forcuar e Gjelbër
tile.clayHardenedStained.lightBlue.name=Argjila e Forcuar e Kaltër e Çelur
tile.clayHardenedStained.lime.name=Argjila e Forcuar e Gjelbër e Çelur
tile.clayHardenedStained.magenta.name=Argjila e Forcuar e Purpurtë
tile.clayHardenedStained.name=Argjila e Forcuar e Ngjyrosur
tile.clayHardenedStained.orange.name=Argjila e Forcuar Portokalli
tile.clayHardenedStained.pink.name=Argjila e Forcuar Rozë
tile.clayHardenedStained.purple.name=Argjila e Forcuar e Vjollcë
tile.clayHardenedStained.red.name=Argjila e Forcuar e Kuqe
tile.clayHardenedStained.silver.name=Argjila e Forcuar e Hirtë e Çelur
tile.clayHardenedStained.white.name=Argjila e Forcuar e Bardhë
tile.clayHardenedStained.yellow.name=Argjila e Forcuar e Verdhë
tile.cloth.black.name=Lesh i Zi
tile.cloth.green.name=Lesh i Gjelbër
tile.cloth.name=Lesh
tile.cloth.red.name=Lesh i Kuqë
tile.cobbleWall.normal.name=Me Kalldrëm Mur
tile.crops.name=Kulturat
tile.darkOakFence.name=Gardh me Dru të Errët
tile.darkOakFenceGate.name=Portë me Dru të Errët
tile.deadbush.name=Shkurrë e vdekur
tile.dirt.coarse.name=Të Trashë Pluhuri
tile.dirt.default.name=Fëlliqur
tile.dirt.name=Fëlliqur
tile.dirt.podzol.name=Podzol
tile.doublePlant.fern.name=Fier i madh
tile.doublePlant.grass.name=Bari i gjatë
tile.doublePlant.name=Bimë
tile.doublePlant.paeonia.name=Bozhure
tile.doublePlant.rose.name=Shkurre Trëndafili
tile.doublePlant.sunflower.name=Luledielli
tile.doublePlant.syringa.name=Jargavan
tile.fence.name=Gardh me Dru Lisi
tile.fenceGate.name=Portë me Dru Lisi
tile.fire.name=Zjarr
tile.flower1.dandelion.name=Luleradhiqe
tile.flower1.name=Lule
tile.flower2.allium.name=Allium
tile.flower2.blueOrchid.name=Orkide e kaltër
tile.flower2.houstonia.name=Kokoçel i kaltër
tile.flower2.name=Lule
tile.flower2.oxeyeDaisy.name=Margaritë Oxeye
tile.flower2.poppy.name=Lulekuqe
tile.flower2.tulipOrange.name=Tulipan portokalli
tile.flower2.tulipPink.name=Tulipan rozë
tile.flower2.tulipRed.name=Tulipan i kuq
tile.flower2.tulipWhite.name=Tulipan i bardhë
tile.glass.name=Qelq
tile.grass.name=Bari Bllok
tile.gravel.name=Zall
tile.hayBlock.name=Bari Bale
tile.hellrock.name=Netherrack
tile.hellsand.name=Rërë Shpirti
tile.jukebox.name=Gramafon
tile.jungleFence.name=Gardh me Dru Xhungle
tile.jungleFenceGate.name=Portë me Dru Xhungle
tile.lava.name=Llava
tile.leaves.acacia.name=Gjethe akacie
tile.leaves.big_oak.name=Gjethe të lisit të errët
tile.leaves.birch.name=Gjethe të bardha
tile.leaves.jungle.name=Gjethe xhungle
tile.leaves.name=Gjethe
tile.leaves.oak.name=Gjethe lisi
tile.leaves.spruce.name=Gjethe bredhi
tile.lightgem.name=Gur Ndriçues
tile.litpumpkin.name=Kungull i Ndriçuar
tile.log.acacia.name=Dru akacie
tile.log.big_oak.name=Dru i lisit të rrrët
tile.log.birch.name=Dru i bardhë
tile.log.jungle.name=Dru xhungle
tile.log.name=Druri
tile.log.oak.name=Dru lisi
tile.log.spruce.name=Dru bredhi
tile.mobSpawner.name=Krijues Përbindëshash
tile.mushroom.name=Kërpurdhë
tile.obsidian.name=Xham Vullkanik
tile.oreCoal.name=Xehe qymyri
tile.oreDiamond.name=Diamant
tile.oreGold.name=Xehe Ari
tile.oreIron.name=Xehe hekuri
tile.portal.name=Portal
tile.prismarine.rough.name=Prismarine
tile.pumpkin.name=Kungull
tile.pumpkinStem.name=Bisht Kungulli
tile.redSandStone.chiseled.name=Gur rëre e kuqe e gdhendur
tile.redSandStone.default.name=Gur rëre e kuqe
tile.redSandStone.name=Gur rëre e kuqe
tile.redSandStone.smooth.name=Gur rëre e kuqe e lëmuar
tile.redstoneDust.name=Redstone pluhur
tile.reeds.name=Kallam Sheqeri
tile.sand.default.name=Rërë
tile.sand.name=Rërë
tile.sand.red.name=Rërë e kuqe
tile.sandStone.chiseled.name=Gur rëre e gdhendur
tile.sandStone.default.name=Gur rëre
tile.sandStone.name=Gur rëre
tile.sandStone.smooth.name=Gur rëre e lëmuar
tile.sapling.acacia.name=Fidan akacie
tile.sapling.big_oak.name=Fidan druri të errët
tile.sapling.birch.name=Fidan Druri të Bardhë
tile.sapling.jungle.name=Fidan Xhungle
tile.sapling.oak.name=Fidan druri
tile.sapling.spruce.name=Fidan Bredhi
tile.sign.name=Shenjë
tile.sponge.dry.name=Sfungjer
tile.sponge.wet.name=Sfungjer i lagët
tile.spruceFence.name=Gardh me Dru Bredhi
tile.spruceFenceGate.name=Portë me Dru Bredhi
tile.stainedGlass.black.name=Qelqi me ngjyrë të zezë
tile.stainedGlass.blue.name=Blou glas
tile.stainedGlass.brown.name=Bruin glas
tile.stainedGlass.cyan.name=Cyanic glas
tile.stainedGlass.green.name=Qelqi me ngjyrë të jeshile
tile.stainedGlass.name=
Qelqi me ngjyrë
tile.stainedGlass.purple.name=Pers glas
tile.stainedGlass.red.name=Qelqi me ngjyrë të kuqe
tile.stairsWood.name=Shkallë me Dru Lisi
tile.stone.andesite.name=Andesite
tile.stone.andesiteSmooth.name=Lëmuar Andesite
tile.stone.diorite.name=Diorite
tile.stone.dioriteSmooth.name=Lëmuar Diorite
tile.stone.granite.name=Granit
tile.stone.graniteSmooth.name=Lëmuar Granit
tile.stone.stone.name=Guri
tile.stoneMoss.name=Gur Myshku
tile.stoneSlab.brick.name=Pllakë Tulle
tile.stoneSlab.cobble.name=Pllakë Kalldrumi
tile.stoneSlab.name=Pllakë e Gurit
tile.stoneSlab.netherBrick.name=Pllakë Tulle Nether
tile.stoneSlab.quartz.name=Pllakë Kuarci
tile.stoneSlab.sand.name=Pllakë e Gurit të rërës
tile.stoneSlab.smoothStoneBrick.name=Pllakë Tulle Guri
tile.stoneSlab.stone.name=Pllakë e Gurit
tile.stoneSlab.wood.name=Pllakë e Drurit
tile.stoneSlab2.red_sandstone.name=Pllakë e Gurit të Rërës së Kuqe
tile.stonebrick.name=Me kalldrëm
tile.tallgrass.fern.name=Fier
tile.tallgrass.grass.name=Bari
tile.tallgrass.name=Bari
tile.tallgrass.shrub.name=Shkurre
tile.thinGlass.name=Xham qelqi
tile.thinStainedGlass.magenta.name=Xham qelqi i purpurtë
tile.thinStainedGlass.orange.name=Xham qelqi portokalli
tile.thinStainedGlass.white.name=Xham qelqi i bardhë
tile.tnt.name=Dinamit
tile.torch.name=Pishtar
tile.water.name=Uji
tile.wood.acacia.name=Dërrasa druri akacie
tile.wood.big_oak.name=Dërrasa druri të errët
tile.wood.birch.name=Thupër Dërrasa Druri
tile.wood.jungle.name=Dërrasa druri të Xhunglës
tile.wood.name=Dërrasa Prej Druri
tile.wood.oak.name=Dru Lisi Pika
tile.wood.spruce.name=Bredh Dërrasa Druri
tile.woodSlab.acacia.name=Pllakë Druri Akacie
tile.woodSlab.big_oak.name=Pllakë Druri të Errët
tile.woodSlab.birch.name=Pllakë me Dru të Bardhë
tile.woodSlab.jungle.name=Pllakë Druri Xhungle
tile.woodSlab.name=Pllakë e Drurit
tile.woodSlab.oak.name=Pllakë me Dru Lisi
tile.woodSlab.spruce.name=Pllakë me Dru Bredhi
title.oldgl1=Vjetër kartë grafike të zbuluar; kjo mund të ju ndalojë nga
title.oldgl2=të luajë në të ardhmen si OpenGL 2.0 do të jetë e nevojshme.
title.oldjava1=Java e vjetër e zbuluar; kjo do të ju ndaloj që të luani
title.oldjava2=në të ardhmen sepse Java 8 do të jetë e nevojshme.
translation.test.complex=Parashtesë, %s%2$s përsëri %s dhe %1$s së fundmi %s dhe %1$s përsëri!
translation.test.escape=%%s %%%s %%%%s %%%%%s
translation.test.none=Përshëndetje, botë!

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,424 @@
addServer.add=Basst
attribute.modifier.equals.0=%s %s
attribute.modifier.equals.1=%s%% %s
attribute.modifier.equals.2=%s%% %s
attribute.modifier.plus.0=+%s %s
attribute.modifier.plus.1=+%s%% %s
attribute.modifier.plus.2=+%s%% %s
attribute.modifier.take.0=-%s %s
attribute.modifier.take.1=-%s%% %s
attribute.modifier.take.2=-%s%% %s
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2> <x> <y> <z> [all|masked]
commands.downfall.usage=/toggledownfall
commands.gamemode.success.other=Den Modus vo %s håt ma auf %s gsetzt
commands.gamemode.success.self=Dei Modus håt ma auf %s gsetzt
commands.generic.usage=Syntax: %s
commands.players.usage=/list
commands.publish.usage=/publish
commands.replaceitem.usage=/replaceitem entity|block ...
commands.save-off.usage=/save-off
commands.save-on.usage=/save-on
commands.scoreboard.objectives.usage=/scoreboard objectives list|add|remove|setdisplay ...
commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s)
commands.scoreboard.players.usage=/scoreboard players set|add|remove|reset|list|enable|test|operation|tag ...
commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s)
commands.scoreboard.usage=/scoreboard objectives|players|teams ...
commands.seed.usage=/seed
commands.stats.block.usage=/stats block <x> <y> <z> set|clear ...
commands.stats.usage=/stats entity|block ...
commands.stop.usage=/stop
commands.whitelist.usage=/whitelist add|remove <Spieler> ODER /whitelist on|off|list|reload
container.enchant.clue=%s, ...?
createWorld.customize.custom.fixedBiome=Biome
createWorld.customize.custom.useStrongholds=Festunga
createWorld.customize.flat.layer=%s
deathScreen.deleteWorld=Welt hi macha
deathScreen.leaveServer=Server verlau
deathScreen.quit.confirm=Bisch sicher, dass du's Spial verlau mågschd?
deathScreen.title=Du bisch verreckt!
deathScreen.title.hardcore=Feiaåbad!
enchantment.arrowKnockback=Schlåg
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.Arrow.name=Pfeil
entity.Bat.name=Fledrmaus
entity.Blaze.name=Loha
entity.Boat.name=Boot
entity.Cat.name=Katz
entity.Chicken.name=Henna
entity.Cow.name=Kuah
entity.Creeper.name=Creeper
entity.Donkey.name=Esl
entity.DragonFireball.name=Drachafuierbolla
entity.EnderDragon.name=Enderdracha
entity.Enderman.name=Endermå
entity.Endermite.name=Endermite
entity.Fireball.name=Fuierbolla
entity.Ghast.name=Ghast
entity.Giant.name=Lackl
entity.Guardian.name=Aufbassa
entity.Item.name=Zuig
entity.KillerBunny.name=Da Mörder-Has
entity.LavaSlime.name=Magmaklotz
entity.Llama.name=Lama
entity.Minecart.name=Karra
entity.MinecartChest.name=Kischdakarra
entity.MinecartHopper.name=Trichtrkarra
entity.Mob.name=Vieh
entity.Monster.name=Monster
entity.Mule.name=Muli
entity.MushroomCow.name=Gomfikuah
entity.Ozelot.name=Wildkatz
entity.Painting.name=Bild
entity.Pig.name=Suckl
entity.PigZombie.name=Sucklzombie
entity.PolarBear.name=Eisbär
entity.Rabbit.name=Has
entity.Sheep.name=Schåf
entity.Shulker.name=Shulker
entity.Silverfish.name=Silberfischle
entity.Skeleton.name=Knochagstell
entity.SkeletonHorse.name=Knocharooß
entity.Slime.name=Bätz
entity.SmallFireball.name=Kloina Fuierbolla
entity.SnowMan.name=Schneamå
entity.Snowball.name=Schneaball
entity.Spider.name=Spinna
entity.Squid.name=Tintafiesch
entity.ThrownPotion.name=Wässerle
entity.Villager.butcher=Metzga
entity.Villager.cleric=Prieschda
entity.Villager.farmer=Baua
entity.Villager.fisherman=Anglamå
entity.Villager.fletcher=Pfeilmacha
entity.Villager.leather=Gerba
entity.Villager.librarian=Biachereimå
entity.Villager.name=Derfla
entity.Villager.nitwit=Seckl
entity.Villager.shepherd=Hirte
entity.VillagerGolem.name=Eisagolem
entity.Witch.name=Hex
entity.WitherBoss.name=Wither
entity.WitherSkeleton.name=Witherknochagstell
entity.Wolf.name=Wolf
entity.XPOrb.name=Weisheitsbolla
entity.Zombie.name=Zombie
entity.ZombieHorse.name=Zombierooß
gameMode.changed=Dei Modus håt ma zu %s g'ändert
gameMode.creative=Baschdlmodus
gameMode.hardcore=Allesodernix-Modus!
gameMode.spectator=Zualuagamodus
gui.all=Alle
gui.back=Zruck
gui.cancel=Åbbrecha
gui.done=Basst
gui.down=Na
gui.no=Nå
gui.none=Koi
gui.toMenu=Zruck zur Serverlischde
gui.toTitle=Zruck zum Åfang
gui.up=Nauf
gui.yes=Ja
item.bucket.name=Kibl
item.bucketLava.name=Lavakibl
item.bucketWater.name=Wassrkibl
item.coal.name=Kohle
item.diamond.name=Diamant
item.doorAcacia.name=Akaziaholzdiar
item.doorBirch.name=Biakaholzdiar
item.doorDarkOak.name=Schwarzeichaholzdiar
item.doorIron.name=Eisadiar
item.doorJungle.name=Tropaholzdiar
item.doorOak.name=Eichaholzdiar
item.doorSpruce.name=Fichtaholzdiar
item.dyePowder.brown.name=Kakaubohna
item.emerald.name=Smaragd
item.fireball.name=Fuierbolla
item.flintAndSteel.name=Fuierzuig
item.hatchetDiamond.name=Diamantaxt
item.hatchetGold.name=Goldaxt
item.hatchetIron.name=Eisaaxt
item.hatchetStone.name=Stoiaxt
item.hatchetWood.name=Holzaxt
item.leash.name=Strick
item.milk.name=Mill
item.potato.name=Bodabiera
item.potatoBaked.name=Bachene Bodabiera
item.potatoPoisonous.name=Giftige Bodabiera
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.slimeball.name=Bätz
item.snowball.name=Schneaball
item.stick.name=Stecka
itemGroup.brewing=Braua
itemGroup.buildingBlocks=Bauzuig
itemGroup.combat=Kampf
itemGroup.decorations=Dekozuig
itemGroup.food=Essa
itemGroup.inventory=Däscha
itemGroup.materials=Zuatata
itemGroup.misc=Andres Zuig
itemGroup.redstone=Redstone
itemGroup.search=Suach
itemGroup.tools=Werkzuig
itemGroup.transportation=Transchport
key.categories.inventory=Däscha
key.categories.multiplayer=Zemaspialar
language.code=swg_DE
language.name=Oschdallgaierisch
language.region=Allgai
menu.convertingLevel=Welt werd åbasst
menu.disconnect=Verbindung trenna
menu.game=Spialmenü
menu.generatingLevel=Welt werd zemabaut
menu.generatingTerrain=Landschaft werd zemabaut
menu.loadingLevel=Welt werd glada
menu.multiplayer=Zemaspialar
menu.online=Minecraft Realms
menu.options=Oistellunga ...
menu.quit=Spial aufheara
menu.respawning=Wiedrbeleba
menu.returnToGame=Zruck zum Spial
menu.returnToMenu=Speichra und zruck zum Åfang
menu.shareToLan=Im LAN öffna
menu.singleplayer=Alloispialar
options.chunks=%s Chunks
options.difficulty.easy=Oifach
options.difficulty.hardcore=Allesodernix
options.difficulty.normal=Normal
options.fov.min=Normal
options.framerate=%s FPS
options.graphics.fancy=Schea
options.guiScale.auto=Automatisch
options.guiScale.normal=Normal
options.guiScale.small=Kloi
options.language=Språch ...
options.languageWarning=D' Språch stimmt it zu 100%%
options.title=Oistellunga
potion.potency.1=II
potion.potency.2=III
selectServer.deleteButton=Löscha
selectServer.empty=leer
selectServer.refresh=Aktualisiera
selectWorld.cheats=Cheats
selectWorld.create=Nuie Welt macha
selectWorld.createDemo=Nuie Demo-Welt spiala
selectWorld.delete=Löscha
selectWorld.deleteButton=Löscha
selectWorld.deleteQuestion=Bisch sicher, dass du d'Welt nimma hau willsch?
selectWorld.edit=B'arbeita
selectWorld.edit.openFolder=Ordna öffna
selectWorld.edit.resetIcon=Symbol zrucksetza
selectWorld.edit.save=Welt speichra
selectWorld.edit.title=Welt b'arbeita
selectWorld.empty=leer
selectWorld.gameMode.creative=Baschdla
selectWorld.gameMode.hardcore=Allesodernix
selectWorld.gameMode.spectator=Zualuaga
selectWorld.gameMode.spectator.line1=Du koasch luaga aber nix doa
selectWorld.hardcoreMode=Allesodernix:
selectWorld.mapType.normal=Normal
selectWorld.recreate=Nui macha
selectWorld.select=Ausgwählte Welt spiala
selectWorld.title=Welt wähla
selectWorld.version=Version:
selectWorld.world=Welt
subtitles.entity.zombie.ambient=Zombie kneischdat
subtitles.entity.zombie.death=Zombie verreckt
subtitles.entity.zombie.infect=Zombie steckt å
tile.air.name=Luft
tile.barrier.name=Sperre
tile.bedrock.name=Grundgstoi
tile.blockCoal.name=Kohleblock
tile.blockDiamond.name=Diamantblock
tile.blockGold.name=Goldblock
tile.blockIron.name=Eisablock
tile.bookshelf.name=Biacherregal
tile.brick.name=Zieglstoi
tile.chest.name=Kischde
tile.chestTrap.name=Redstone-Kischde
tile.cloth.name=Wolle
tile.cocoa.name=Kakau
tile.deadbush.name=Verreckter Boscha
tile.dirt.coarse.name=Grobe Erd
tile.dirt.default.name=Erd
tile.dirt.name=Erd
tile.dirt.podzol.name=Saure Erd
tile.doorIron.name=Eisadiar
tile.doorWood.name=Holzdiar
tile.doublePlant.fern.name=Großr Farn
tile.doublePlant.grass.name=Hoachs Gras
tile.doublePlant.name=Pflänzle
tile.doublePlant.sunflower.name=Sonnabloama
tile.doublePlant.syringa.name=Fliedr
tile.farmland.name=Felderd
tile.fire.name=Fuier
tile.flower1.dandelion.name=Leawazåh
tile.flower1.name=Bloama
tile.flower2.allium.name=Steralauch
tile.flower2.blueOrchid.name=Blaue Orchidee
tile.flower2.houstonia.name=Porzellansterala
tile.flower2.name=Bloama
tile.flower2.oxeyeDaisy.name=Margerite
tile.flower2.poppy.name=Mohn
tile.flower2.tulipOrange.name=Orangene Dulpa
tile.flower2.tulipPink.name=Rosane Dulpa
tile.flower2.tulipRed.name=Roate Dulpa
tile.flower2.tulipWhite.name=Weiße Dulpa
tile.furnace.name=Ofa
tile.glass.name=Glas
tile.grass.name=Grasblock
tile.gravel.name=Kies
tile.hayBlock.name=Stroahballa
tile.hellrock.name=Netherrack
tile.lava.name=Lava
tile.leaves.acacia.name=Akaziablättla
tile.leaves.big_oak.name=Schwarzeichablättla
tile.leaves.birch.name=Biakablättla
tile.leaves.jungle.name=Tropablättla
tile.leaves.name=Blättla
tile.leaves.oak.name=Eichablättla
tile.leaves.spruce.name=Fichtanadla
tile.log.acacia.name=Akaziakloba
tile.log.big_oak.name=Schwarzeichakloba
tile.log.birch.name=Biakakloba
tile.log.jungle.name=Tropakloba
tile.log.name=Kloba
tile.log.oak.name=Eichakloba
tile.log.spruce.name=Fichtakloba
tile.mushroom.name=Bilz
tile.obsidian.name=Obsidian
tile.oreCoal.name=Stoikohle
tile.oreDiamond.name=Diamanterz
tile.oreGold.name=Golderz
tile.oreIron.name=Eisaerz
tile.potatoes.name=Bodabiera
tile.prismarine.rough.name=Prismarin
tile.redSandStone.chiseled.name=Gmeißelter roater Sandstoi
tile.redSandStone.default.name=Roater Sandstoi
tile.redSandStone.name=Roater Sandstoi
tile.redSandStone.smooth.name=Glatta roater Sandstoi
tile.sand.default.name=Sand
tile.sand.name=Sand
tile.sand.red.name=Roater Sand
tile.sandStone.chiseled.name=Gmeißelter Sandstoi
tile.sandStone.default.name=Sandstoi
tile.sandStone.name=Sandstoi
tile.sandStone.smooth.name=Glatta Sandstoi
tile.sapling.acacia.name=Akaziabäumle
tile.sapling.big_oak.name=Schwarzeichabäumle
tile.sapling.birch.name=Biakabäumle
tile.sapling.jungle.name=Tropabäumle
tile.sapling.oak.name=Eichabäumle
tile.sapling.spruce.name=Fichtabäumle
tile.slime.name=Bätzblock
tile.sponge.dry.name=Schwamm
tile.sponge.wet.name=Nassa Schwamm
tile.stainedGlass.black.name=Schwarzes Glas
tile.stainedGlass.blue.name=Blaues Glas
tile.stainedGlass.brown.name=Braunes Glas
tile.stainedGlass.cyan.name=Tiarkises Glas
tile.stainedGlass.gray.name=Graues Glas
tile.stainedGlass.green.name=Greanes Glas
tile.stainedGlass.lightBlue.name=Hellblaues Glas
tile.stainedGlass.lime.name=Hellgreanes Glas
tile.stainedGlass.magenta.name=Magentanes Glas
tile.stainedGlass.name=Gfärbtes Glas
tile.stainedGlass.orange.name=Orangenes Glas
tile.stainedGlass.pink.name=Rosanes Glas
tile.stainedGlass.purple.name=Lilanes Glas
tile.stainedGlass.red.name=Roates Glas
tile.stainedGlass.silver.name=Hellgraues Glas
tile.stainedGlass.white.name=Weißes Glas
tile.stainedGlass.yellow.name=Geales Glas
tile.stairsWood.name=Eichaholzstiag
tile.stairsWoodAcacia.name=Akaziaholzstiag
tile.stairsWoodBirch.name=Biakaholzstiag
tile.stairsWoodDarkOak.name=Schwarzeichaholzstiag
tile.stairsWoodJungle.name=Tropaholzstiag
tile.stairsWoodSpruce.name=Fichtaholzstiag
tile.stone.andesite.name=Andesit
tile.stone.andesiteSmooth.name=Butzter Andesit
tile.stone.diorite.name=Diorit
tile.stone.dioriteSmooth.name=Butzter Diorit
tile.stone.granite.name=Granit
tile.stone.graniteSmooth.name=Butzter Granit
tile.stone.stone.name=Stoi
tile.stoneMoss.name=Ågmoostr Bruchstoi
tile.stoneSlab.brick.name=Zieglstäffale
tile.stoneSlab.cobble.name=Bruchstoistäffale
tile.stoneSlab.name=Stoistäffale
tile.stoneSlab.netherBrick.name=Netherzieglstäffale
tile.stoneSlab.quartz.name=Quarzstäffale
tile.stoneSlab.sand.name=Sandstoistäffale
tile.stoneSlab.smoothStoneBrick.name=Stoizieglstäffale
tile.stoneSlab.stone.name=Stoistäffale
tile.stoneSlab.wood.name=Holzstäffale
tile.stoneSlab2.red_sandstone.name=Roate Sandstoistäffale
tile.stonebrick.name=Bruchstoi
tile.tallgrass.fern.name=Farn
tile.tallgrass.grass.name=Gras
tile.tallgrass.name=Gras
tile.tallgrass.shrub.name=Boscha
tile.thinGlass.name=Glasscheibe
tile.thinStainedGlass.black.name=Schwarze Glasscheibe
tile.thinStainedGlass.blue.name=Blaue Glasscheibe
tile.thinStainedGlass.brown.name=Braune Glasscheibe
tile.thinStainedGlass.cyan.name=Tiarkise Glasscheibe
tile.thinStainedGlass.gray.name=Graue Glasscheibe
tile.thinStainedGlass.green.name=Greane Glasscheibe
tile.thinStainedGlass.lightBlue.name=Hellblaue Glasscheibe
tile.thinStainedGlass.lime.name=Hellgreane Glasscheibe
tile.thinStainedGlass.magenta.name=Magentane Glasscheibe
tile.thinStainedGlass.name=Gfärbte Glasscheibe
tile.thinStainedGlass.orange.name=Orangene Glasscheibe
tile.thinStainedGlass.pink.name=Rosane Glasscheibe
tile.thinStainedGlass.purple.name=Lilane Glasscheibe
tile.thinStainedGlass.red.name=Roate Glasscheibe
tile.thinStainedGlass.silver.name=Hellgraue Glasscheibe
tile.thinStainedGlass.white.name=Weiße Glasscheibe
tile.thinStainedGlass.yellow.name=Geale Glasscheibe
tile.tnt.name=Sprengstoff
tile.torch.name=Fackl
tile.water.name=Wassr
tile.wood.acacia.name=Akaziaholzbrettla
tile.wood.big_oak.name=Schwarzeichaholzbrettla
tile.wood.birch.name=Biakaholzbrettla
tile.wood.jungle.name=Tropaholzbrettla
tile.wood.name=Holzbrettla
tile.wood.oak.name=Eichaholzbrettla
tile.wood.spruce.name=Fichtaholzbrettla
tile.woodSlab.acacia.name=Akaziaholzstäffale
tile.woodSlab.big_oak.name=Schwarzeichaholzstäffale
tile.woodSlab.birch.name=Biakaholzstäffale
tile.woodSlab.jungle.name=Tropaholzstäffale
tile.woodSlab.name=Holzstäffale
tile.woodSlab.oak.name=Eichaholzstäffale
tile.woodSlab.spruce.name=Fichtaholzstäffale
tile.workbench.name=Werkbänkle
translation.test.args=%s %s
translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again!
translation.test.escape=%%s %%%s %%%%s %%%%%s
translation.test.invalid=hi %
translation.test.invalid2=hi %s
translation.test.none=Griaß di', Welt!
translation.test.world=Neuschwanstein

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,264 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:lead",
"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:chainmail_chestplate",
"weight": 10
},
{
"type": "item",
"name": "minecraft:diamond_hoe",
"weight": 15
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"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 @@
{}

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,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,120 @@
{
"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
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
},
{
"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,
"functions": [
{
"function": "set_data",
"data": 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,44 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:totem"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:emerald",
"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,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,99 @@
{
"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
}
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
},
{
"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,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,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,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,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,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,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,59 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "set_data",
"data": 0
}
]
},
{
"type": "item",
"name": "minecraft:fish",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "set_data",
"data": 1
}
]
}
]
}
]
}

View File

@ -0,0 +1,88 @@
{
"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
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"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,20 @@
{
"pools": [
{
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:shulker_shell"
}
]
}
]
}

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,30 @@
{
"pools": [
{
"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,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,92 @@
{
"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
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:tipped_arrow",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
},
"limit": 1
},
{
"function": "set_nbt",
"tag": "{Potion:\"minecraft:slowness\"}"
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,54 @@
{
"pools": [
{
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.15,
"looting_multiplier": 0.0625
},
{
"condition": "killed_by_player"
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:iron_axe"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:emerald",
"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,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,30 @@
{
"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
}
}
]
}
]
}
]
}

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,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,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,98 @@
{
"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,
"functions": [
{
"function": "set_nbt",
"tag": "{Potion:\"minecraft:water\"}"
}
]
},
{
"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": 1,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 10
}
]
},
{
"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,20 @@
{
"parent": "block/cube_column",
"textures": {
"end": "blocks/bone_block_top",
"side": "blocks/bone_block_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#end", "cullface": "down" },
"up": { "texture": "#end", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
}
]
}

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_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,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": [ 0, 0, 16, 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": [ 0, 0, 16, 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"
}
}

Some files were not shown because too many files have changed in this diff Show More