Create/Update assets for version 1.10.2

This commit is contained in:
InventiveBot 2017-02-18 13:26:06 +00:00
parent edd2521bab
commit 40558dc86a
4452 changed files with 273226 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,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,10 @@
{
"variants": {
"normal": [
{ "model": "structure_void" },
{ "model": "structure_void", "y": 90 },
{ "model": "structure_void", "y": 180 },
{ "model": "structure_void", "y": 270 }
]
}
}

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

View File

@ -0,0 +1,940 @@
achievement.bakeCake=A' bhreug
achievement.blazeRod=Dhan teine
achievement.blazeRod.desc=Tog slat o leus
achievement.breedCow=Sìolachadh
achievement.breedCow.desc=Sìolaich le dà bhò 's cruithneachd
achievement.cookFish=Trosg blasta
achievement.cookFish.desc=Glac is ròist trosg!
achievement.exploreAllBiomes=Àm dàna-thurais
achievement.exploreAllBiomes.desc=Lorg a h-uile àrainneachd
achievement.ghast=Till dhan t-seòladair
achievement.ghast.desc=Mill ghast le bàla-teine
achievement.killCow=Bùidsear nam bò
achievement.killCow.desc=Buain leathar
achievement.killWither=An Toiseach.
achievement.killWither.desc=Marbh an wither
achievement.openInventory=A' toirt sùil air an tasgadh
achievement.openInventory.desc=Brùth air '%1$s' gus an tasgadh agad fhosgladh
achievement.portal=Feumaidh sinn dol nas doimhne
achievement.portal.desc=Tog doras dhan Nether
achievement.snipeSkeleton=Còmhrag dithis ghìomanach
achievement.snipeSkeleton.desc=Marbh cnàimhneach le saighead o chorr is 50 meatair air falbh
achievement.spawnWither=An e seo an Toiseach?
achievement.spawnWither.desc=Sìolaich an wither
achievement.theEnd=An e seo an End?
achievement.theEnd.desc=Lorg an End
achievement.theEnd2=An End.
achievement.theEnd2.desc=Thoir ruaig air an dràgon Ender
addServer.add=Deiseil
addServer.enterIp=Seòladh an fhrithealaiche
addServer.enterName=Ainm an fhrithealaiche
addServer.hideAddress=Falaich an seòladh
addServer.resourcePack=Pacaidean ghoireasan frithealaiche
addServer.resourcePack.disabled=À comas
addServer.resourcePack.enabled=An comas
addServer.resourcePack.prompt=Faighnich
addServer.title=Deasaich fiosrachadh an fhrithealaiche
advMode.mode.autoexec.bat=Gnìomhach an-còmhnaidh
advMode.mode.redstone=Spreigeadh
advMode.mode.redstoneTriggered=Feum air redstone
attribute.name.zombie.spawnReinforcements=Foirlionadh cuirp coisiche
book.byAuthor=le %1$s
book.editTitle=Cuir a-steach tiotal an leabhair:
book.finalizeButton=Cuir do làmh ris is dùin e
book.finalizeWarning=An aire! Nuair a bhios tu air do làmh a chur ris an leabhar, cha ghabh a dheasachadh tuilleadh.
book.generation.0=Tùsail
book.generation.1=Lethbhreac dhen fhear tùsail
book.generation.2=Lethbhreac dhe lethbhreac
book.generation.3=Robach
book.signButton=Cuir do làmh ris
chat.cannotSend=Cha b' urrainn dhuinn teachdaireachd na cabadaich a chur
chat.copy=Cuir lethbhreac dheth dhan stòr-bhòrd
chat.link.confirm=A bheil thu cinnteach gu bheil thu airson an làrach-lìn seo fhosgladh?
chat.link.confirmTrusted=A bheil thu airson an ceangal seo fhosgladh no a chur dhan stòr-bhòrd?
chat.link.open=Fosgail ann am brabhsair
chat.link.warning=Na fosgail ceangal idir o neach anns nach eil earbsa agad!
chat.type.achievement=Choisinn %s euchd %s
chat.type.achievement.taken=Chaill %s euchd %s
commands.chunkinfo.hasNoRenderableLayers=Chan eil breath a ghabhadh reandaradh aig a' chnap.
commands.clear.failure=Cha b' urrainn dhuinn %s a ghlanadh on tasgadh, chan eil nì ri thoirt air falbh ann
commands.clear.success=Chaidh %s a ghlanadh on tasgadh, a' toirt %s nì air falbh
commands.setworldspawn.success=Suidhich puing-ghintinn an t-saoghail air (%s, %s, %s)
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.spawnpoint.success=Suidhich a' phuing-ghintinn aig %s air (%s, %s, %s)
commands.spawnpoint.usage=/spawnpoint [player] [<x> <y> <z>]
connect.authorizing=A clàradh a-steach...
connect.connecting=A ceangal ris an fhrithealaiche...
connect.failed=Dhfhàillig le ceangal ris an fhrithealaiche
container.chest=Ciste
container.chestDouble=Ciste mhòr
container.enderchest=Ciste Ender
container.inventory=An tasgadh
createWorld.customize.custom.baseSize=Bun-mheud aig tuaireamachd na doimhne
createWorld.customize.custom.biomeDepthOffset=Frith-àireamh air doimhneachd na h-àrainneachd
createWorld.customize.custom.biomeDepthWeight=Cudrom air doimhneachd na h-àrainneachd
createWorld.customize.custom.biomeScaleOffset=Frith-àireamh air sgèile na h-àrainneachd
createWorld.customize.custom.biomeScaleWeight=Cudrom air sgèile na h-àrainneachd
createWorld.customize.custom.biomeSize=Meud na h-àrainneachd
createWorld.customize.custom.center=An àirde mheadhanach
createWorld.customize.custom.confirm1=Sgrìobhaidh seo thairis air na roghainnean làithreach
createWorld.customize.custom.confirm2=agad agus cha ghabh seo a neo-dhèanamh.
createWorld.customize.custom.confirmTitle=Rabhadh!
createWorld.customize.custom.coordinateScale=Sgèile nan co-chomharran
createWorld.customize.custom.count=Oidhirpean a ghintinn
createWorld.customize.custom.defaults=Bun-roghainnean
createWorld.customize.custom.depthNoiseScaleExponent=Easponant air tuaireamachd na doimhne
createWorld.customize.custom.depthNoiseScaleX=Sgèile X air tuaireamachd na doimhne
createWorld.customize.custom.depthNoiseScaleZ=Sgèile Z air tuaireamachd na doimhne
createWorld.customize.custom.dungeonChance=Uiread nan toll-dubha
createWorld.customize.custom.fixedBiome=Àrainneachd
createWorld.customize.custom.heightScale=Sgèile na h-àirde
createWorld.customize.custom.lavaLakeChance=Gainnead nan lochan làbha
createWorld.customize.custom.lowerLimitScale=Sgèile na crìche ìochdaraich
createWorld.customize.custom.mainNoiseScaleX=Prìomh-sgèile X na tuaireamachd
createWorld.customize.custom.mainNoiseScaleY=Prìomh-sgèile Y na tuaireamachd
createWorld.customize.custom.mainNoiseScaleZ=Prìomh-sgèile Z na tuaireamachd
createWorld.customize.custom.maxHeight=An àirde as motha
createWorld.customize.custom.minHeight=An àirde as lugha
createWorld.customize.custom.next=An ath-dhuilleag
createWorld.customize.custom.page0=Roghainnean bunasach
createWorld.customize.custom.page1=Roghainnean nan clach-mèinneir
createWorld.customize.custom.page2=Roghainnean adhartach (do shàr-eòlaichean a-mhàin!)
createWorld.customize.custom.page3=Roghainnean adhartach a bharrachd (do shàr-eòlaichean a-mhàin!)
createWorld.customize.custom.preset.caveChaos=Uamhan an uabhais
createWorld.customize.custom.preset.caveDelight=Uamh an òir
createWorld.customize.custom.preset.drought=An tart
createWorld.customize.custom.preset.goodLuck=Beir buaidh
createWorld.customize.custom.preset.isleLand=Tìr nan eilean
createWorld.customize.custom.preset.mountains=Boile nam beann
createWorld.customize.custom.preset.waterWorld=Saoghal na tuile
createWorld.customize.custom.presets=Ro-sheataichean
createWorld.customize.custom.presets.title=Ro-sheataichean nan saoghal gnàthaichte
createWorld.customize.custom.prev=An duilleag roimhpe
createWorld.customize.custom.randomize=Air thuaiream
createWorld.customize.custom.riverSize=Meud nan aibhnean
createWorld.customize.custom.seaLevel=Àirde na mara
createWorld.customize.custom.size=Meud a ghintinn
createWorld.customize.custom.spread=Àirde an sgaoilidh
createWorld.customize.custom.stretchY=Sìneadh na h-àirde
createWorld.customize.custom.upperLimitScale=Sgèile na crìche uachdaraich
createWorld.customize.custom.useCaves=Uamhan
createWorld.customize.custom.useDungeons=Tuill-dhubha
createWorld.customize.custom.useLavaLakes=Lochan làbha
createWorld.customize.custom.useLavaOceans=Cuantan làbha
createWorld.customize.custom.useMineShafts=Tuill-mhèinne
createWorld.customize.custom.useMonuments=Carraighean-mara
createWorld.customize.custom.useRavines=Cadhan
createWorld.customize.custom.useStrongholds=Daingneachaidhean
createWorld.customize.custom.useTemples=Teampaill
createWorld.customize.custom.useVillages=Bailtean
createWorld.customize.custom.useWaterLakes=Lochan-uisge
createWorld.customize.custom.waterLakeChance=Gainnead nan lochan-uisge
createWorld.customize.flat.addLayer=Cuir breath ris
createWorld.customize.flat.air=Adhar
createWorld.customize.flat.editLayer=Deasaich a bhreath
createWorld.customize.flat.height=Àirde
createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=Bonn - %s
createWorld.customize.flat.layer.top=Barr - %s
createWorld.customize.flat.removeLayer=Thoir a bhreath air falbh
createWorld.customize.flat.tile=Stuth na breatha
createWorld.customize.flat.title=Gnàthachadh ro-chòmhnard
createWorld.customize.presets=Ro-sheataichean
createWorld.customize.presets.list=Air neo tagh fear a rinn sinn na bu tràithe!
createWorld.customize.presets.select=Cleachd an ro-sheata
createWorld.customize.presets.share=A bheil thu airson an ro-sheata agad a cho-roinneadh? Cleachd am bogsa gu h-ìosal!
createWorld.customize.presets.title=Tagh ro-sheata
death.attack.dragonBreath=Chaidh %1$s a ròstadh le anail dràgoin
death.attack.hotFloor=Fhuair %1$s a-mac gun robh an làr 'na làbha
death.attack.inWall=Fhuair %1$s mùchadh le balla
death.attack.wither=Crìon-shearg %1$s
deathScreen.respawn=Ath-ghin
deathScreen.title.hardcore=Crìoch a' gheama!
demo.day.1=Mairidh an saoghal-taisbeanaidh seo còig làithean-geama, dèan do dhìcheall!
demo.day.2=An dàrna latha
demo.day.3=An treas latha
demo.day.4=An ceathramh latha
demo.day.5=Seo an latha mu dheireadh agad!
demo.day.6=Tha an còigeamh latha agad seachad, cleachd F2 gus glacadh-sgrìn dhe na chruthaich thu a shàbhaladh
demo.day.warning=Tha an ùine gu bhith falbh ort!
demo.demoExpired=Dhfhalbh an ùine air an demo!
demo.help.buy=Ceannaich e an-dràsta!
demo.help.fullWrapped=Mairidh an saoghal-taisbeanaidh seo fad còig làithean-geama (mu uair is 40 mionaid de dhfhìor-ùine). Thoir sùil air na h-euchdan airson oidheaman! Gabh tlachd!
demo.help.inventory=Cleachd %1$s gus an tasgadh agad fhosgladh
demo.help.jump=Leum le brùthadh air %1$s
demo.help.later=Lean ort a cluich!
demo.help.movement=Cleachd %1$s, %2$s, %3$s, %4$s agus an luchag airson gluasad
demo.help.movementMouse=Seall mun cuairt leis an luchag
demo.help.movementShort=Brùth air %1$s, %2$s, %3$s, %4$s airson gluasad
demo.help.title=Modh taisbeanaidh Minecraft
demo.remainingTime=Ùine air fhàgail: %s
demo.reminder=Dhfhalbh an ùine air an demo, ceannaich an geama gus leantainn air adhart no tòisich air saoghal ùr!
difficulty.lock.question=A bheil thu cinnteach gu bheil thu airson duilgheas an t-saoghail seo a ghlasadh? Suidhichidh seo an saoghal seo air %1$s gu buan agus chan urrainn dhut atharrachadh a-rithist.
difficulty.lock.title=Glais duilgheas an t-saoghail
disconnect.closed=Chaidh an ceangal a dhùnadh
disconnect.disconnected=Chaidh an ceangal a bhriseadh leis an fhrithealaiche
disconnect.endOfStream=Deireadh an srutha
disconnect.kicked=Fhuair e a' bhròg
disconnect.loginFailed=Cha deach leis a' chlàradh a-steach
disconnect.loginFailedInfo=Cha deach leis a' chlàradh a-steach: %s
disconnect.loginFailedInfo.invalidSession=Seisean mì-dhligheach (Feuch an ath-thòisich thu an geama agad)
disconnect.loginFailedInfo.serversUnavailable=Tha na frithealaichean dearbhaidh sìos a chum obair-ghlèidhidh.
disconnect.lost=Chaill thu an ceangal
disconnect.overflow=Taosgadh a' bhufair
disconnect.quitting='Ga fhàgail
disconnect.spam=Fhuaras a' bhròg ri linn spama
disconnect.timeout=Dh'fhalbh an ùine air
effect.wither=Wither
entity.Bat.name=Ialtag
entity.Blaze.name=Leus
entity.Cat.name=Cat
entity.CaveSpider.name=Damhan-allaidh uamha
entity.Chicken.name=Cearc
entity.Cow.name=Bò
entity.Creeper.name=Creeper
entity.Donkey.name=Asal
entity.DragonFireball.name=Bàla-teine dràgoin
entity.EnderDragon.name=Dràgon Ender
entity.Enderman.name=Enderman
entity.Endermite.name=Endermite
entity.EntityHorse.name=Each
entity.Ghast.name=Ghast
entity.Guardian.name=Freiceadan
entity.Husk.name=Mogal
entity.KillerBunny.name=The Killer Bunny
entity.LavaSlime.name=Ciùb magma
entity.MushroomCow.name=Mooshroom
entity.PigZombie.name=Corp-mucair
entity.PolarBear.name=Mathan-bàn
entity.Rabbit.name=Coineanach
entity.Sheep.name=Caora
entity.Shulker.name=Shulker
entity.Silverfish.name=Fiolan-glas
entity.Skeleton.name=Cnàimhneach
entity.SkeletonHorse.name=Each-cnàimhnich
entity.Slime.name=Eabar
entity.SnowMan.name=Gòileam sneachda
entity.Spider.name=Damhan-allaidh
entity.Squid.name=Gibearnach
entity.Stray.name=Seachranach
entity.Villager.armor=Ceàrd-armachd
entity.Villager.butcher=Feòladair
entity.Villager.cleric=Clèireach
entity.Villager.farmer=Tuathanach
entity.Villager.fisherman=Iasgair
entity.Villager.fletcher=Fleistear
entity.Villager.librarian=Leabharlannaiche
entity.Villager.name=Saoranach
entity.Villager.shepherd=Cìobair
entity.Villager.tool=Ceàrd
entity.Villager.weapon=Airm-cheàrd
entity.VillagerGolem.name=Gòileam iarainn
entity.Witch.name=Bana-bhuidseach
entity.WitherBoss.name=Wither
entity.WitherSkeleton.name=Wither-cnàimhnich
entity.Wolf.name=Madadh-allaidh
entity.Zombie.name=Corp coisiche
entity.ZombieHorse.name=Corp-eich
gameMode.adventure=Modh na dànachd
gameMode.changed=Chaidh modh a gheama agad ùrachadh gu %s
gameMode.creative=Modh cruthachail
gameMode.hardcore=Modh dearg-mhairbhteach!
gameMode.spectator=Modh neach-mhairc
gameMode.survival=Modh maireachdainn
generator.amplified=MEUDAICHTE
generator.amplified.info=An aire: a chum tlachd a-mhàin, feum air coimpiutair làidir
generator.customized=Gnàthaichte
generator.debug_all_block_states=Modh dì-bhugachaidh
generator.default=Bunasach
generator.flat=Glè reidh
generator.largeBiomes=Àrainneachdan mòra
gui.all=Na h-uile
gui.back=Air ais
gui.cancel=Sguir dheth
gui.done=Deiseil
gui.down=Sìos
gui.no=Chan eil
gui.none=Chan eil gin
gui.toMenu=Air ais gu liosta nam frithealaichean
gui.toTitle=Air ais dhan sgrìn-tiotail
gui.up=Suas
gui.yes=Tha
inventory.binSlot=Mill an nì
item.banner.creeper.black=Creeper dubh
item.banner.creeper.blue=Creeper gorm
item.banner.creeper.brown=Creeper donn
item.banner.creeper.cyan=Creeper saidhean
item.banner.creeper.gray=Creeper liath
item.banner.creeper.green=Creeper uaine
item.banner.creeper.lightBlue=Creeper soilleir-ghorm
item.banner.creeper.lime=Creeper dath na liomaide
item.banner.creeper.magenta=Creeper magenta
item.banner.creeper.orange=Creeper orains
item.banner.creeper.pink=Creeper pinc
item.banner.creeper.purple=Creeper purpaidh
item.banner.creeper.red=Creeper dearg
item.banner.creeper.silver=Creeper soilleir-liath
item.banner.creeper.white=Creeper geal
item.banner.creeper.yellow=Creeper buidhe
item.banner.flower.black=Flùr dubh
item.banner.flower.blue=Flùr gorm
item.banner.flower.brown=Flùr donn
item.banner.flower.cyan=Flùr saidhean
item.banner.flower.gray=Flùr liath
item.banner.flower.green=Flùr uaine
item.banner.flower.lightBlue=Flùr soilleir-ghorm
item.banner.flower.lime=Flùr dath na liomaide
item.banner.flower.magenta=Flùr magenta
item.banner.flower.orange=Flùr orains
item.banner.flower.pink=Flùr pinc
item.banner.flower.purple=Flùr purpaidh
item.banner.flower.red=Flùr dearg
item.banner.flower.silver=Flùr soilleir-liath
item.banner.flower.white=Flùr geal
item.banner.flower.yellow=Flùr buidhe
item.banner.skull.black=Claigeann dubh
item.banner.skull.blue=Claigeann gorm
item.banner.skull.brown=Claigeann donn
item.banner.skull.cyan=Claigeann saidhean
item.banner.skull.gray=Claigeann liath
item.banner.skull.green=Claigeann uaine
item.banner.skull.lightBlue=Claigeann soilleir-ghorm
item.banner.skull.lime=Claigeann dath na liomaide
item.banner.skull.magenta=Claigeann magenta
item.banner.skull.orange=Claigeann orains
item.banner.skull.pink=Claigeann pinc
item.banner.skull.purple=Claigeann purpaidh
item.banner.skull.red=Claigeann dearg
item.banner.skull.silver=Claigeann soilleir-liath
item.banner.skull.white=Claigeann geal
item.banner.skull.yellow=Claigeann buidhe
item.beefCooked.name=Mairtfheoil ròiste
item.blazePowder.name=Fùdar leòis
item.blazeRod.name=Slat leòis
item.chickenCooked.name=Cearc ròiste
item.chickenRaw.name=Cearc amh
item.chorusFruit.name=Meas-sèiste
item.chorusFruitPopped.name=Meas-sèiste briste
item.comparator.name=Inneal-coimeis redstone
item.cookie.name=Briosgaid
item.diode.name=Ath-chraoladair redstone
item.dragon_breath.name=Anail dràgoin
item.end_crystal.name=Criostal End
item.enderPearl.name=Neamhnaid Ender
item.eyeOfEnder.name=Sùil Ender
item.fermentedSpiderEye.name=Sùil damhain-allaidh bracha
item.fireworksCharge.black=Dubh
item.fireworksCharge.blue=Gorm
item.fireworksCharge.brown=Donn
item.fireworksCharge.cyan=Saidhean
item.fireworksCharge.gray=Liath
item.fireworksCharge.green=Uaine
item.fireworksCharge.lightBlue=Soilleir-ghorm
item.fireworksCharge.lime=Dath na liomaide
item.fireworksCharge.magenta=Magenta
item.fireworksCharge.orange=Orains
item.fireworksCharge.pink=Pinc
item.fireworksCharge.purple=Purpaidh
item.fireworksCharge.red=Dearg
item.fireworksCharge.silver=Soilleir-liath
item.fireworksCharge.type.3=Cruth creeper
item.fireworksCharge.white=Geal
item.fireworksCharge.yellow=Buidhe
item.fish.cod.cooked.name=Iasg ròiste
item.fish.cod.raw.name=Trosg amh
item.fish.salmon.cooked.name=Bradan ròiste
item.fishingRod.name=Slat-iasgaich
item.ghastTear.name=Deur ghast
item.horsearmordiamond.name=Armachd eich daoimein
item.horsearmorgold.name=Armachd eich òir
item.horsearmormetal.name=Armachd eich iarainn
item.monsterPlacer.name=Gin
item.muttonCooked.name=Feòil-chaorach ròiste
item.netherStalkSeeds.name=Lus Nether
item.netherStar.name=Rionnag Nether
item.netherbrick.name=Breige Nether
item.netherquartz.name=Èiteag Nether
item.porkchopCooked.name=Feòl-muice ròiste
item.prismarineCrystals.name=Criostalan priosaim-mhara
item.prismarineShard.name=Sgealb priosaim-mhara
item.rabbitCooked.name=Feòil-choineanach ròiste
item.rabbitFoot.name=Cas coineanaich
item.rabbitHide.name=Bian coineanaich
item.rabbitRaw.name=Coineanach amh
item.rabbitStew.name=Stiubha choineanach
item.record.cat.desc=C418 - cat
item.record.far.desc=C418 - fada
item.redstone.name=Redstone
item.skull.creeper.name=Ceann creeper
item.skull.dragon.name=Ceann dràgoin
item.skull.skeleton.name=Claigeann cnàimhnich
item.skull.wither.name=Claigeann wither-cnàimhnich
item.skull.zombie.name=Ceann cuirp coisiche
item.slimeball.name=Bàla eabair
item.spiderEye.name=Sùil damhain-allaidh
item.yellowDust.name=Duslach cloich-luisnidh
itemGroup.combat=Sabaid
itemGroup.inventory=Tasgadh na mairsinneachd
itemGroup.redstone=Redstone
key.categories.inventory=An tasgadh
key.inventory=Fosgail/Dùin an tasgadh
lanServer.otherPlayers=Roghainnean airson cluicheadairean eile
lanServer.scanning=A' sganadh airson geamannan air an lìonra ionadail agad
lanServer.start=Tòisich air saoghal LAN
lanServer.title=Saoghal LAN
language.code=gd
language.name=Gàidhlig
language.region=Alba
mcoServer.title=Saoghal Minecraft air loidhne
menu.convertingLevel=Ag iompachadh an t-saoghail
menu.disconnect=Dì-cheangail
menu.game=Clàr-taice a gheama
menu.generatingLevel=A gintinn an t-saoghail
menu.generatingTerrain=A cruthachadh cruth na tìre
menu.loadingLevel=A luchdachadh an t-saoghail
menu.multiplayer=Ioma-chluicheadair
menu.options=Roghainnean...
menu.playdemo=Cluich san t-saoghal-taisbeanaidh
menu.quit=Fàg an geama
menu.resetdemo=Ath-shuidhich an saoghal-taisbeanaidh
menu.respawning=Ga ath-ghintinn
menu.returnToGame=Air ais dhan gheama
menu.returnToMenu=Sàbhail agus fàg dhan tiotal
menu.shareToLan=Fosgail dhan LAN
menu.singleplayer=Aon-chluicheadair
merchant.deprecated=Malairt rud eile gus a neo-ghlasadh!
multiplayer.connect=Ceangail
multiplayer.downloadingTerrain=A' luchdadh cruth-tìre
multiplayer.ipinfo=Cuir a-steach seòladh IP aig frithealaiche gus ceangal a dhèanamh ris:
multiplayer.player.joined=Thàinig %s a-steach dhan gheama
multiplayer.player.joined.renamed=Thàinig %s a-steach dhan gheama (bhiodh %s air roimhe)
multiplayer.player.left=Dh'fhàg %s an geama
multiplayer.stopSleeping=Air do chois
multiplayer.texturePrompt.line1=Tha am frithealaiche seo a' moladh gun cleachd thu pacaid ghoireasan ghnàthaichte.
multiplayer.texturePrompt.line2=Am bu toigh leat a luchdadh a-nuas 's a stàladh gu fèin-obrachail?
multiplayer.title=Cluich geama ioma-chluicheadair
options.anaglyph=Èifeachd 3D
options.ao=Soillseachadh rèidh
options.ao.max=As motha
options.ao.min=As lugha
options.ao.off=DHETH
options.attack.crosshair=Crois-ribe
options.attack.hotbar=Grad-bhàr
options.attackIndicator=Taisbeanair ionnsaighe
options.autoJump=Leum fèin-obrachail
options.chat.color=Dathan
options.chat.height.focused=Leud le fòcas
options.chat.height.unfocused=Leud gun fhòcas
options.chat.links=Ceanglaichean-lìn
options.chat.links.prompt=Dearbhaich na ceanglaichean
options.chat.opacity=Trìd-dhoilleireachd
options.chat.scale=Sgèile
options.chat.title=Roghainnean na cabadaich...
options.chat.visibility=Cabadaich
options.chat.visibility.full=Seall
options.chat.visibility.hidden=Falaich
options.chat.visibility.system=Àitheantan a-mhàin
options.chat.width=Leud
options.controls=Uidheaman-smachd...
options.customizeTitle=Gnàthaich roghainnean an t-saoghail
options.difficulty=Duilgheas
options.difficulty.easy=Furasta
options.difficulty.hard=Doirbh
options.difficulty.hardcore=Dearg-mhairbhteach
options.difficulty.normal=Àbhaisteach
options.difficulty.peaceful=Sìtheil
options.entityShadows=Sgàilean eintiteis
options.farWarning1=Mholamaid stàladh Java 64 biod
options.farWarning2=airson astar reandaraidh "Fada" (tha 32 biod agad)
options.forceUnicodeFont=Èignich cruth-clò Unicode
options.fov=Raon-seallaidh
options.fov.max=Quake Pro
options.fov.min=Àbhaisteach
options.framerateLimit=Astar as motha nam frèam
options.framerateLimit.max=Gun chuingeachadh
options.fullscreen=Lan-sgrìn
options.gamma=Soilleireachd
options.gamma.max=Sorcha
options.gamma.min=Ciar
options.graphics=Grafaigeachd
options.graphics.fancy=Snasail
options.graphics.fast=Luath
options.guiScale=Sgèile na h-eadar-aghaidh
options.guiScale.auto=Fèin-obrachail
options.guiScale.large=Mòr
options.guiScale.normal=Àbhaisteach
options.guiScale.small=Beag
options.hidden=Falaich
options.invertMouse=Ais-thionndaidh an luchag
options.language=Cànan...
options.languageWarning=Dh'fhaoidte nach bi na h-eadar-theangachaidhean gu tur pongail
options.mainHand=Prìomh-làmh
options.mainHand.left=Chlì
options.mainHand.right=Dheas
options.mipmapLevels=Leibheilean a' mheanbh-mhapa
options.modelPart.cape=Cleòca
options.modelPart.hat=Ad
options.modelPart.jacket=Seacaid
options.modelPart.left_pants_leg=Moigean clì
options.modelPart.left_sleeve=Muinchill clì
options.modelPart.right_pants_leg=Moigean deas
options.modelPart.right_sleeve=Muinchill deas
options.multiplayer.title=Roghainnean ioma-chluicheadair...
options.music=Ceòl
options.off=DHETH
options.on=AIR
options.particles=Mìrean
options.particles.all=Na h-uile
options.particles.decreased=Air an lùghdachadh
options.particles.minimal=Cho beag 's a ghabhas
options.postButton=Roghainnean na giullachd an dèidh làimh...
options.postProcessEnable=Giullachd an dèidh làimh
options.postVideoTitle=Roghainnean na giullachd an dèidh làimh
options.realmsNotifications=Brathan Realms
options.reducedDebugInfo=Fiosrachadh dì-bhugachaidh lùghdaichte
options.renderClouds=Neòil
options.renderDistance=Astar an reandaraidh
options.resourcepack=Pacaidean ghoireasan...
options.saturation=Sàthachd
options.sensitivity=Mothalachd
options.sensitivity.max=GLÈ LUATH!!!
options.sensitivity.min=*mèanan*
options.showSubtitles=Seall fo-thiotalan
options.skinCustomisation=Gnàthachadh a' chraicinn...
options.skinCustomisation.title=Gnàthachadh a' chraicinn
options.snooper=Ceadaich snooper
options.snooper.desc=Bu toigh leinn fiosrachadh a chruinneachadh mun uidheam agad a chum piseachadh Minecraft gus am bi sinn eòlach air nas urrainn dhuinn taic a chur ris agus dè na duilgheadasan as motha. Tha a h-uile gin dhen fhiosrachadh seo gun urra agus chì thu gu h-ìosal e. Tha sinn a' cur geall nach dèan sinn dad dona leis an dàta seo ach mur eil thu ag iarraidh seo, toglaich dheth e!
options.snooper.title=Cruinneachadh comasan an t-siostaim
options.snooper.view=Roghainnean an snooper...
options.sound=Fuaim
options.title=Roghainnean
options.touchscreen=Modh suathaidh
options.vbo=Cleachd VBOs
options.video=Roghainnean video...
options.videoTitle=Roghainnean video
options.viewBobbing=Sealladh coiseachd
options.visible=Seall
options.vsync=Cleachd VSync
record.nowPlaying='Ga chluich: %s
resourcePack.available.title=Pacaidean ghoireasan ri am faighinn
resourcePack.folderInfo=(Cuir faidhlichean le pacaidean ghoireasan an-seo)
resourcePack.incompatible=Neo-chòrdail
resourcePack.incompatible.confirm.new=Chaidh a' phacaid ghoireasan seo a dhèanamh airson tionndadh nas ùire dhe Minecraft agus dh'fhaoidte nach obraich i mar bu chòir tuilleadh.
resourcePack.incompatible.confirm.old=Chaidh a' phacaid ghoireasan seo a dhèanamh airson seann-tionndadh dhe Minecraft agus dh'fhaoidte nach obraich i mar bu chòir tuilleadh.
resourcePack.incompatible.confirm.title=A bheil thu cinnteach gu bheil thu airson a' phacaid ghoireasan seo a luchdadh?
resourcePack.incompatible.new=(Chaidh a dèanamh airson tionndadh nas ùire dhe Minecraft)
resourcePack.incompatible.old=(Chaidh a dèanamh airson seann-tionndadh dhe Minecraft)
resourcePack.openFolder=Fosgail pasgan le pacaid ghoireasan
resourcePack.selected.title=Pacaidean ghoireasan air an taghadh
resourcePack.title=Tagh pacaidean ghoireasan
selectServer.add=Cuir frithealaiche ris
selectServer.defaultName=Frithealaiche Minecraft
selectServer.delete=Sguab às
selectServer.deleteButton=Sguab às
selectServer.deleteQuestion=A bheil thu cinnteach gu bheil thu airson am frithealaiche seo a thoirt air falbh?
selectServer.deleteWarning= - chan fhaigh thu greim air a-rithist gu sìorraidh bràth!
selectServer.direct=Ceangal dìreach
selectServer.edit=Deasaich
selectServer.empty=falamh
selectServer.hiddenAddress=(Falaichte)
selectServer.refresh=Ath-nuadhaich
selectServer.select=Gabh pàirt san fhrithealaiche
selectServer.title=Tagh frithealaiche
selectWorld.allowCommands=Ceadaich cealgaireachd:
selectWorld.allowCommands.info=Àitheantan mar /gamemode, /xp
selectWorld.bonusItems=Ciste duaise:
selectWorld.cheats=Cealgaireachd
selectWorld.conversion=Tha feum air iompachadh!
selectWorld.create=Cruthaich saoghal ùr
selectWorld.createDemo=Cluich ann an saoghal-taisbeanaidh ùr
selectWorld.customizeType=Gnàthaich
selectWorld.delete=Sguab às
selectWorld.deleteButton=Sguab às
selectWorld.deleteQuestion=A bheil thu cinnteach gu bheil thu airson an saoghal seo a sguabadh às?
selectWorld.deleteWarning= - chan fhaigh thu greim air a-rithist gu sìorraidh bràth!
selectWorld.edit=Deasaich
selectWorld.edit.openFolder=Fosgail pasgan
selectWorld.edit.resetIcon=Ath-shuidhich an ìomhaigheag
selectWorld.edit.save=Sàbhail an saoghal
selectWorld.edit.title=Deasaich an saoghal
selectWorld.empty=falamh
selectWorld.enterName=Ainm an t-saoghail
selectWorld.enterSeed=Sìol airson gineadair nan saoghal
selectWorld.gameMode=Modh a gheama
selectWorld.gameMode.adventure=Dànachd
selectWorld.gameMode.adventure.line1=Modh maireachdainn ach cha ghabh blocaichean
selectWorld.gameMode.adventure.line2=a chur ris no a thoirt air falbh
selectWorld.gameMode.creative=Cruthachail
selectWorld.gameMode.creative.line1=Stòrasan gun chrìoch, itealach saor agus
selectWorld.gameMode.creative.line2=mill blocaichean sa bhad
selectWorld.gameMode.hardcore=Dearg-mhairbhteach
selectWorld.gameMode.hardcore.line1=Modh maireachdainn ach glaiste air an roghainn
selectWorld.gameMode.hardcore.line2=as dorra le aon bheatha a-mhàin
selectWorld.gameMode.spectator=Neach-amhairc
selectWorld.gameMode.spectator.line1=Chì thu a h-uile càil ach cha bhean thu ri dad
selectWorld.gameMode.survival=Mairsinneachd
selectWorld.gameMode.survival.line1=Lorg stòrasan, dèan innealan, coisinn
selectWorld.gameMode.survival.line2=leibheilean, slàinte is acras
selectWorld.hardcoreMode=Dearg-mhairbhteach:
selectWorld.hardcoreMode.info=Thèid an saoghal a' sguabadh às leis a' bhàs
selectWorld.mapFeatures=Gin structuran:
selectWorld.mapFeatures.info=Bailtean, tuill-dhubha is msaa
selectWorld.mapType=Seòrsa an t-saoghail:
selectWorld.mapType.normal=Àbhaisteach
selectWorld.moreWorldOptions=Barrachd roghainnean an t-saoghail...
selectWorld.newWorld=Saoghal ùr
selectWorld.newWorld.copyOf=Lethbhreac de %s
selectWorld.recreate=Ath-chruthaich
selectWorld.resultFolder=Thèid a shàbhaladh an-seo:
selectWorld.seedInfo=Fàg bàn e airson sìol air thuaiream
selectWorld.select=Cluich san t-saoghal a thagh thu
selectWorld.title=Tagh saoghal
selectWorld.tooltip.fromNewerVersion1=Chaidh an saoghal seo a shàbhaladh ann an tionndadh nas ùire,
selectWorld.tooltip.fromNewerVersion2=dhfhaoidte gun èirich trioblaid ma luchdaicheas tu e!
selectWorld.tooltip.snapshot1=Saoil an dèan thu lethbhreac-glèidhidh dhen t-saoghal seo
selectWorld.tooltip.snapshot2=mus luchdaich thu san tionndadh beta seo e?
selectWorld.version=Tionndadh:
selectWorld.versionJoinButton=Cleachd e co-dhiù
selectWorld.versionQuestion=A bheil thu cinnteach gu bheil thu airson an saoghal seo a luchdadh?
selectWorld.versionUnknown=chan eil fhios
selectWorld.versionWarning=Chaidh an saoghal seo a shàbhaladh san tionndadh “%s” agus dhfhaoidte gun dèid a mhilleadh ma luchdaicheas tu san tionndadh seo e!
selectWorld.world=Saoghal
soundCategory.ambient=Àrainneachd
soundCategory.block=Blocaichean
soundCategory.hostile=Creutairean nàimhdeach
soundCategory.music=Ceòl
soundCategory.neutral=Creutairean càirdeil
soundCategory.player=Cluicheadairean
soundCategory.voice=Guthan/Cainnt
soundCategory.weather=An aimsir
stat.chestOpened=Chaidh cistean fhosgladh
stat.enderchestOpened=Chaidh cistean Ender fhosgladh
stat.fishCaught=Chaidh trosg a ghlacadh
stat.horseOneCm=Astar air each
stat.talkedToVillager=Air a bhruidhinn ri saoranaich
stat.tradedWithVillager=Air a malairt le saoranaich
subtitles.block.chest.close=Tha a' chiste a' dùnadh
subtitles.block.chest.locked=Tha a' chiste glaiste
subtitles.block.chest.open=Tha a' chiste a' fosgladh
subtitles.block.chorus_flower.death=Tha am flùr-sèiste a' seargadh
subtitles.block.chorus_flower.grow=Tha am flùr-sèiste a' fàs
subtitles.block.portal.ambient=Tha an doras a' fruiseadh
subtitles.entity.bat.ambient=Tha an t-ialtag a' sgreuchail
subtitles.entity.bat.death=Tha an t-ialtag a' bàsachadh
subtitles.entity.bat.hurt=Chaidh an ialtag a leònadh
subtitles.entity.bat.takeoff=Tha an t-ialtag ag itealadh
subtitles.entity.blaze.ambient=Tha an leus a' tarraing anail
subtitles.entity.blaze.burn=Tha an leus a' gnagadh
subtitles.entity.blaze.death=Tha an leus a' bàsachadh
subtitles.entity.blaze.hurt=Chaidh an leus a leònadh
subtitles.entity.blaze.shoot=Tha an leus a' losgadh
subtitles.entity.cat.ambient=Tha an cat a' miamhail
subtitles.entity.cat.death=Tha an cat a' bàsachadh
subtitles.entity.cat.hurt=Chaidh an cat a leònadh
subtitles.entity.chicken.ambient=Tha a' chearc a' gogail
subtitles.entity.chicken.death=Tha a' chearc a' bàsachadh
subtitles.entity.chicken.egg=Tha a' chearc a' breith ugh
subtitles.entity.chicken.hurt=Chaidh a' chearc a leònadh
subtitles.entity.cow.ambient=Tha a' bho a' nualan
subtitles.entity.cow.death=Tha a' bhò a' bàsachadh
subtitles.entity.cow.hurt=Chaidh a' bhò a leònadh
subtitles.entity.cow.milk=Tha a' bhò 'ga bleoghainn
subtitles.entity.creeper.death=Tha an creeper a' bàsachadh
subtitles.entity.creeper.hurt=Chaidh an creeper a leònadh
subtitles.entity.creeper.primed=Tha an creeper a' feadail
subtitles.entity.donkey.ambient=Tha an t-asal a' dèanamh u i o h-òmh
subtitles.entity.donkey.angry=Tha an t-asal a' sitrich
subtitles.entity.donkey.chest=Tha ciste asail 'ga uidheamachadh
subtitles.entity.donkey.death=Tha an t-asal a' bàsachadh
subtitles.entity.donkey.hurt=Chaidh an t-asal a leònadh
subtitles.entity.egg.throw=Tha ugh ag itealadh
subtitles.entity.enderdragon.ambient=Tha an dràgon a' raoic
subtitles.entity.enderdragon.death=Tha an dràgon a' bàsachadh
subtitles.entity.enderdragon.flap=Tha an dràgon a' clapadh a sgiathan
subtitles.entity.enderdragon.growl=Tha an dràgon a' toirt gnòthan
subtitles.entity.enderdragon.hurt=Chaidh an dràgon a leònadh
subtitles.entity.enderdragon.shoot=Tha an dràgon a' losgadh
subtitles.entity.endereye.launch=Tha sùil Ender a' losgadh
subtitles.entity.enderman.ambient=Tha an t-enderman a' leigeil bhùb
subtitles.entity.enderman.death=Tha an t-enderman a' bàsachadh
subtitles.entity.enderman.hurt=Chaidh an t-enderman a leònadh
subtitles.entity.enderman.stare=Tha an t-enderman a' comhairc
subtitles.entity.enderman.teleport=Tha an t-enderman a' tele-phortadh
subtitles.entity.endermite.ambient=Tha an t-endermite a' snàigeadh
subtitles.entity.endermite.death=Tha an t-endermite a' bàsachadh
subtitles.entity.endermite.hurt=Chaidh an t-endermite a leònadh
subtitles.entity.enderpearl.throw=Tha neamhnaid Ender ag itealadh
subtitles.entity.generic.hurt=Chaidh rudeigin a leònadh
subtitles.entity.ghast.ambient=Tha an ghast ag èigheachd
subtitles.entity.ghast.death=Tha an ghast a' bàsachadh
subtitles.entity.ghast.hurt=Chaidh an ghast a leònadh
subtitles.entity.ghast.shoot=Tha an ghast a' losgadh
subtitles.entity.guardian.ambient=Tha am freiceadan a' gearan
subtitles.entity.guardian.ambient.land=Freiceadan ann am fraoilean
subtitles.entity.guardian.attack=Tha am freiceadan a' losgadh
subtitles.entity.guardian.curse=Tha am freiceadan a' mallachadh
subtitles.entity.guardian.death=Tha am freiceadan a' bàsachadh
subtitles.entity.guardian.flop=Tha am freiceadan a' plubadh
subtitles.entity.guardian.hurt=Chaidh am freiceadan a leònadh
subtitles.entity.horse.ambient=Tha an t-each a' sitrich
subtitles.entity.horse.angry=Tha an t-each a' sitrich
subtitles.entity.horse.armor=Tha armachd eich 'ga cur air
subtitles.entity.horse.breathe=Tha an t-each a' tarraing anail
subtitles.entity.horse.death=Tha an t-each a' bàsachadh
subtitles.entity.horse.eat=Tha an t-each ag ithe
subtitles.entity.horse.gallop=Tha an t-each a' chruinn-leumadh
subtitles.entity.horse.hurt=Chaidh an t-each a leònadh
subtitles.entity.horse.jump=Tha an t-each a' leumadh
subtitles.entity.horse.saddle=Tha dìollaid 'ga cur air
subtitles.entity.husk.ambient=Tha am mogan a' leigeil mòthar
subtitles.entity.husk.death=Tha am mogal a' bàsachadh
subtitles.entity.husk.hurt=Chaidh am mogal a leònadh
subtitles.entity.iron_golem.attack=Tha an gòileam iarainn a' toirt ionnsaigh
subtitles.entity.iron_golem.death=Tha an gòileam iarainn a' bàsachadh
subtitles.entity.iron_golem.hurt=Chaidh an gòileam iarainn a leònadh
subtitles.entity.magmacube.death=Tha an ciùb magma a' bàsachadh
subtitles.entity.magmacube.hurt=Chaidh an ciùb magma a leònadh
subtitles.entity.magmacube.squish=Tha an ciùb magma a' sgluiseadh
subtitles.entity.mule.ambient=Tha an leth-asal a' dèanamh u i o h-òmh
subtitles.entity.mule.death=Tha an leth-asal a' bàsachadh
subtitles.entity.mule.hurt=Chaidh an leth-asal a leònadh
subtitles.entity.pig.death=Tha am muc a' bàsachadh
subtitles.entity.pig.hurt=Chaidh am muc a leònadh
subtitles.entity.pig.saddle=Tha dìollaid 'ga cur air
subtitles.entity.player.death=Tha an cluicheadair a' bàsachadh
subtitles.entity.player.hurt=Chaidh an cluicheadair a leònadh
subtitles.entity.polar_bear.ambient=Tha am mathan-bàn a' leigeil mòthar
subtitles.entity.polar_bear.baby_ambient=Tha am mathan-bàn a' crònan
subtitles.entity.polar_bear.death=Tha am mathan-bàn a' bàsachadh
subtitles.entity.polar_bear.hurt=Chaidh am mathan-bàn a leònadh
subtitles.entity.polar_bear.warning=Tha am mathan-bàn a' raoic
subtitles.entity.rabbit.ambient=Tha an coineanach a' bìogadh
subtitles.entity.rabbit.attack=Tha an coineanach a' toirt ionnsaigh
subtitles.entity.rabbit.death=Tha an coineanach a' bàsachadh
subtitles.entity.rabbit.hurt=Chaidh an coineanach a leònadh
subtitles.entity.rabbit.jump=Tha an coineanach a' leum
subtitles.entity.sheep.ambient=Tha a' chaora a' dèanamh mè mè
subtitles.entity.sheep.death=Tha a' chaora a' bàsachadh
subtitles.entity.sheep.hurt=Chaidh a' chaora a leònadh
subtitles.entity.shulker.ambient=Tha an shulker a' siolpadh
subtitles.entity.shulker.close=Tha an shulker a' dùnadh
subtitles.entity.shulker.death=Tha an shulker a' bàsachadh
subtitles.entity.shulker.hurt=Chaidh an shulker a leònadh
subtitles.entity.shulker.open=Tha an shulker a' fosgladh
subtitles.entity.shulker.shoot=Tha an shulker a' losgadh
subtitles.entity.shulker.teleport=Tha an shulker a' tele-phortadh
subtitles.entity.shulker_bullet.hit=Tha peilear shulker a' spreadhadh
subtitles.entity.shulker_bullet.hurt=Tha peilear shulker a' tuiteam às a chèile
subtitles.entity.silverfish.ambient=Tha an fiolan-glas a' feadail
subtitles.entity.silverfish.death=Tha an fiolan-glas a' bàsachadh
subtitles.entity.silverfish.hurt=Chaidh an fiolan-glas a leònadh
subtitles.entity.skeleton.ambient=Tha an cnàimhneach a' glagadaich
subtitles.entity.skeleton.death=Tha an cnàimhneach a' bàsachadh
subtitles.entity.skeleton.hurt=Chaidh an cnàimhneach a leònadh
subtitles.entity.skeleton.shoot=Tha an cnàimhneach a' losgadh
subtitles.entity.skeleton_horse.ambient=Tha an t-each-cnàimhnich ag èigheachd
subtitles.entity.skeleton_horse.death=Tha an t-each-cnàimhnich a' bàsachadh
subtitles.entity.skeleton_horse.hurt=Chaidh an t-each-cnàimhnich a leònadh
subtitles.entity.slime.attack=Tha an t-eabar a' toirt ionnsaigh
subtitles.entity.slime.death=Tha an t-eabar a' bàsachadh
subtitles.entity.slime.hurt=Chaidh an t-eabar a leònadh
subtitles.entity.slime.squish=Tha an t-eabar a' sgluiseadh
subtitles.entity.snowball.throw=Tha ball-sneachda ag itealadh
subtitles.entity.snowman.death=Tha an gòileam sneachda a' bàsachadh
subtitles.entity.snowman.hurt=Chaidh an gòileam sneachda a leònadh
subtitles.entity.spider.ambient=Tha an damhan-allaidh a' feadail
subtitles.entity.spider.death=Tha an damhan-allaidh a' bàsachadh
subtitles.entity.spider.hurt=Chaidh an damhan-allaidh a leònadh
subtitles.entity.squid.ambient=Tha an gibearnach a' snàmh
subtitles.entity.squid.death=Tha an an gibearnach a' bàsachadh
subtitles.entity.squid.hurt=Chaidh an gibearnach a leònadh
subtitles.entity.stray.ambient=Tha an seachranach a' dèanamh gleadhar
subtitles.entity.stray.death=Tha an seachranach a' bàsachadh
subtitles.entity.stray.hurt=Chaidh an seachranach a leònadh
subtitles.entity.villager.ambient=Tha an saoranach a' brunndail
subtitles.entity.villager.death=Tha an saoranach a' bàsachadh
subtitles.entity.villager.hurt=Chaidh an saoranach a leònadh
subtitles.entity.villager.no=Chan eil an saoranaich ag aontachadh
subtitles.entity.villager.trading=Tha an saoranach a' malart
subtitles.entity.villager.yes=Tha an saoranach ag aontachadh
subtitles.entity.witch.ambient=Tha a' bhana-bhuidseach a' braoisgeil
subtitles.entity.witch.death=Tha a' bhana-bhuidseach a' bàsachadh
subtitles.entity.witch.drink=Tha a' bhana-bhuidseach ag òl
subtitles.entity.witch.hurt=Chaidh a' bhana-bhuidseach a leònadh
subtitles.entity.witch.throw=Tha a' bhana-bhuidseach a' tilgeil
subtitles.entity.wither.ambient=Tha an wither feargach
subtitles.entity.wither.death=Tha an wither a' bàsachadh
subtitles.entity.wither.hurt=Chaidh an wither a leònadh
subtitles.entity.wither.shoot=Tha an wither a' toirt ionnsaigh
subtitles.entity.wither.spawn=Chaidh wither a leigeil ma sgaoil
subtitles.entity.wither_skeleton.ambient=Tha an wither-cnàimhnich a' glagadaich
subtitles.entity.wither_skeleton.death=Tha an wither-cnàimhnich a' bàsachadh
subtitles.entity.wither_skeleton.hurt=Chaidh an wither-cnàimhnich a leònadh
subtitles.entity.wolf.ambient=Tha am madadh-allaidh a' sèideadh
subtitles.entity.wolf.death=Tha am madadh-allaidh a' bàsachadh
subtitles.entity.wolf.growl=Tha am madadh-allaidh a' toirt gnòthan
subtitles.entity.wolf.hurt=Chaidh am madadh-allaidh a leònadh
subtitles.entity.wolf.shake=Tha am madadh-allaidh 'ga chrath fhèin
subtitles.entity.zombie.ambient=Tha an corp coisiche a' crònan
subtitles.entity.zombie.death=Tha an corp coisiche a' bàsachadh
subtitles.entity.zombie.hurt=Chaidh an corp coisiche a leònadh
subtitles.entity.zombie.infect=Tha an corp coisiche a' galarachadh
subtitles.entity.zombie_horse.ambient=Tha an corp-eich ag èigheachd
subtitles.entity.zombie_horse.death=Tha an corp-eich a' bàsachadh
subtitles.entity.zombie_horse.hurt=Chaidh an corp-eich a leònadh
subtitles.entity.zombie_pigman.ambient=Tha an corp-mucair a' gnòsadaich
subtitles.entity.zombie_pigman.angry=Tha an corp-mucair feargach
subtitles.entity.zombie_pigman.death=Tha an corp-mucair a' bàsachadh
subtitles.entity.zombie_pigman.hurt=Chaidh an corp-mucair a leònadh
subtitles.entity.zombie_villager.converted=Tha an corp coisiche 'ga iompachadh
subtitles.entity.zombie_villager.cure=Tha an corp coisiche a' snotail
subtitles.item.armor.equip=Tha uidheamachd 'ga chur air
subtitles.item.armor.equip_chain=Tha armachd slabhraidhe a' gliongadh
subtitles.item.armor.equip_diamond=Tha armachd daoimein a' gliongadh
subtitles.item.armor.equip_gold=Tha armachd oir a' gliongadh
subtitles.item.armor.equip_iron=Tha armachd iarainn a' gliongadh
subtitles.item.armor.equip_leather=Tha armachd leathair a' starbhan
subtitles.item.chorus_fruit.teleport=Tha an cluicheadair a' tele-phortadh
subtitles.item.shear=Tha an siosar a' gearradh
tile.barrier.name=Bacadh
tile.bedrock.name=Fo-chreag
tile.blockRedstone.name=Bloca redstone
tile.bookshelf.name=Sgeilp leabhraichean
tile.brick.name=Breige
tile.chest.name=Ciste
tile.chestTrap.name=Ciste le ribe
tile.chorusFlower.name=Flùr-sèiste
tile.chorusPlant.name=Luibh-sèiste
tile.deadbush.name=Preas marbh
tile.dirt.coarse.name=Pronn
tile.dirt.default.name=Ùir
tile.dirt.name=Ùir
tile.dirt.podzol.name=Podsol
tile.dragonEgg.name=Ugh dràgoin
tile.endBricks.name=Breigichean cloiche End
tile.endPortalFrame.name=Doras End
tile.endRod.name=Slat End
tile.enderChest.name=Ciste Ender
tile.fire.name=Teine
tile.glass.name=Glainne
tile.grass.name=Bloca feòir
tile.gravel.name=Grinneal
tile.hayBlock.name=Rola-feòir
tile.hellrock.name=Netherrack
tile.lava.name=Làbha
tile.leaves.acacia.name=Duilleach sitta
tile.leaves.big_oak.name=Duilleach daraich dhuirch
tile.leaves.birch.name=Duilleach beithe
tile.leaves.jungle.name=Duilleach dlùth-choille
tile.leaves.name=Duilleach
tile.leaves.oak.name=Duilleach daraich
tile.leaves.spruce.name=Duilleach giuthais
tile.lightgem.name=Clach-luisnidh
tile.lockedchest.name=Ciste ghlaiste
tile.log.acacia.name=Fiodh sitta
tile.log.big_oak.name=Fiodh daraich dhuirch
tile.log.birch.name=Fiodh beithe
tile.log.jungle.name=Fiodh dlùth-choille
tile.log.name=Fiodh
tile.log.oak.name=Fiodh daraich
tile.log.spruce.name=Fiodh giuthais
tile.mobSpawner.name=Gineadair uilebheistean
tile.netherBrick.name=Breige Nether
tile.netherFence.name=Feansa breige Nether
tile.netherStalk.name=Lus Nether
tile.netherWartBlock.name=Bloca lusa Nether
tile.netherquartz.name=Clach-èiteige Nether
tile.notGate.name=Lòchran redstone
tile.obsidian.name=Obsidian
tile.oreCoal.name=Clach-guail
tile.oreGold.name=Clach-òir
tile.oreIron.name=Clach-iarainn
tile.oreRedstone.name=Clach-mhèinneir redstone
tile.portal.name=Doras
tile.prismarine.bricks.name=Breigean priosaim-mhara
tile.prismarine.dark.name=Priosam-mara dorcha
tile.prismarine.rough.name=Priosam-mara
tile.purpurBlock.name=Bloca purpur
tile.purpurPillar.name=Colbh purpur
tile.purpurSlab.name=Leac purpur
tile.redNetherBrick.name=Breige Nether ruadh
tile.redSandStone.chiseled.name=Clach-ghainmhich ruadh ghilbichte
tile.redSandStone.default.name=Clach-ghainmhich ruadh
tile.redSandStone.name=Clach-ghainmhich ruadh
tile.redSandStone.smooth.name=Clach-ghainmhich ruadh rèidh
tile.redstoneDust.name=Duslach redstone
tile.redstoneLight.name=Lampa redstone
tile.sand.default.name=Gainneamh
tile.sand.name=Gainneamh
tile.sand.red.name=Gainneamh ruadh
tile.sandStone.chiseled.name=Clach-ghainmhich ghilbichte
tile.sandStone.default.name=Clach-ghainmhich
tile.sandStone.name=Clach-ghainmhich
tile.sandStone.smooth.name=Clach-ghainmhich rèidh
tile.sapling.acacia.name=Fiùran sitta
tile.sapling.big_oak.name=Fiùran daraich dhuirch
tile.sapling.birch.name=Fiùran beithe
tile.sapling.jungle.name=Fiùran dlùth-choille
tile.sapling.oak.name=Fiùran daraich
tile.sapling.spruce.name=Fiùran giuthais
tile.slime.name=Bloca eabair
tile.sponge.dry.name=Spong
tile.sponge.wet.name=Spong fliuch
tile.stainedGlass.black.name=Glainne dhathte dhubh
tile.stainedGlass.blue.name=Glainne dhathte ghorm
tile.stainedGlass.brown.name=Glainne dhathte dhonn
tile.stainedGlass.cyan.name=Glainne dhathte shaidhean
tile.stainedGlass.gray.name=Glainne dhathte liath
tile.stainedGlass.green.name=Glainne dhathte uaine
tile.stainedGlass.lightBlue.name=Glainne dhathte shoilleir-ghorm
tile.stainedGlass.lime.name=Glainne dhathte dath na liomaide
tile.stainedGlass.magenta.name=Glainne dhathte mhagenta
tile.stainedGlass.name=Glainne dhathte
tile.stainedGlass.orange.name=Glainne dhathte orains
tile.stainedGlass.pink.name=Glainne dhathte phinc
tile.stainedGlass.purple.name=Glainne dhathte phurpaidh
tile.stainedGlass.red.name=Glainne dhathte dhearg
tile.stainedGlass.silver.name=Glainne dhathte shoilleir-liath
tile.stainedGlass.white.name=Glainne dhathte gheal
tile.stainedGlass.yellow.name=Glainne dhathte bhuidhe
tile.stairsNetherBrick.name=Staidhre breige Nether
tile.stairsPurpur.name=Staidhre purpur
tile.stairsWood.name=Staidhre daraich
tile.stairsWoodAcacia.name=Staidhre sitta
tile.stairsWoodBirch.name=Staidhre beithe
tile.stairsWoodDarkOak.name=Staidhre daraich dhuirch
tile.stairsWoodJungle.name=Staidhre fiodh dlùth-coille
tile.stairsWoodSpruce.name=Staidhre giuthais
tile.stone.andesite.name=Andasait
tile.stone.andesiteSmooth.name=Andasait lìomhte
tile.stone.diorite.name=Dìorait
tile.stone.dioriteSmooth.name=Dìorait lìomhte
tile.stone.granite.name=Gaireal
tile.stone.graniteSmooth.name=Gaireal lìomhte
tile.stone.stone.name=Clach
tile.stoneMoss.name=Clach còinnich
tile.stoneSlab.netherBrick.name=Leac breige Nether
tile.stonebrick.name=Clach-chàsaidh
tile.tallgrass.fern.name=Raineach
tile.tallgrass.grass.name=Feur
tile.tallgrass.name=Feur
tile.tallgrass.shrub.name=Ras-chrann
tile.thinStainedGlass.black.name=Leòsan glainne dathte dubh
tile.thinStainedGlass.blue.name=Leòsan glainne dathte gorm
tile.thinStainedGlass.brown.name=Leòsan glainne dathte donn
tile.thinStainedGlass.cyan.name=Leòsan glainne dathte saidhean
tile.thinStainedGlass.green.name=Leòsan glainne dathte uaine
tile.thinStainedGlass.name=Leòsan glainne dathte
tile.thinStainedGlass.purple.name=Leòsan glainne dathte purpaidh
tile.thinStainedGlass.red.name=Leòsan glainne dathte dearg
tile.tnt.name=TNT
tile.torch.name=Lòchran
tile.water.name=Uisge
tile.whiteStone.name=Clach End
tile.wood.acacia.name=Maidean sitta
tile.wood.big_oak.name=Maidean daraich dhuirch
tile.wood.birch.name=Maidean beithe
tile.wood.jungle.name=Maidean dlùth-choille
tile.wood.name=Maidean
tile.wood.oak.name=Maidean daraich
tile.wood.spruce.name=Maidean giuthais

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,896 @@
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
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.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.air=Ea
createWorld.customize.flat.editLayer=Paukū pona
createWorld.customize.flat.height=Kiʻekiʻe
createWorld.customize.flat.layer.bottom=Lalo - %s
createWorld.customize.flat.layer.top=Luna - %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
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.Donkey.name=Kēkake
entity.DragonFireball.name=Moʻo Pōpōahi
entity.EntityHorse.name=Lio
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.on=MALUNA O
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.snooper.desc=Makou makemake e ohi i ka ike o ko oukou mīkini e kōkua ienoai Noel ma ka ike ana i ka mea ia kakou ke kokua, a me kahi o ka nui pilikia, ua. A pau o keia 'ike, he pono Anonymous a me viewable ma lalo. Makou manaolana nei no hoi, aole kakou e hana i kekahi mea hewa i keia aeaiiua, aka, ina oe e makemake, e hōʻalo alaila haha noa e holo ia mea aku!
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.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.white.name=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=ʻAkakiʻa lāʻau
tile.log.big_oak.name=Pouli ʻOke Lāʻau
tile.log.birch.name=Keʻokeʻo 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.white.name=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

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,470 @@
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.air=Āngi
createWorld.customize.flat.editLayer=apa whakatika
createWorld.customize.flat.height=teitei
createWorld.customize.flat.layer.bottom=raro %s
createWorld.customize.flat.layer.top=runga -%s
createWorld.customize.flat.removeLayer=tango kahu-
createWorld.customize.flat.tile=Apa nāunau
createWorld.customize.flat.title=Whakaraupapa Superflat
createWorld.customize.presets=Tatūkē
createWorld.customize.presets.list=Tērā rānei, konei te etahi hanga tatou i mua!
createWorld.customize.presets.select=whakamahi tatūkē
createWorld.customize.presets.share=E hiahia ana ki te faaite i to koutou tatūkē ki te tangata? Whakamahia te pouaka i raro nei!
createWorld.customize.presets.title=tīpako i te tatūkē
demo.day.1=Tenei demo ka muri e rima nga ra game, koutou pai te mahi!
demo.day.2=ra e rua
demo.day.3=ra e toru
demo.day.4=ra e wha
demo.day.5=Ko koutou ra whakamutunga tenei!
demo.day.6=kua mutu e rima nga ra. Press "F5" ki te tango he pikitia o to koutou hanga
demo.day.warning=Ko to koutou wa tata ake!
demo.demoExpired=Demo oti!
demo.help.buy=hoko Minecraft inaianei!
demo.help.fullWrapped=Tenei demo ka muri e rima nga ra (e pā ana ki 1 haora me te 40 miniti o te wā tūturu). Tirohia te whakatutukitanga mō ngā tīwhiri! Kia ngahau!
demo.help.inventory=Whakamahia %1$s ki te whakatuwhera i tō peke
demo.help.jump=Peke mā te pēhi i %1$s
demo.help.later=Tonu tākaro!
demo.help.movement=Whakamahia %1$s, %2$s, %3$s, %4$s me te kiore ki te neke a tawhio noa
demo.help.movementMouse=Titiro huri noa te whakamahi i te kiore
demo.help.movementShort=Neke mā te pēhi i %1$s, %2$s, %3$s, %4$s
demo.help.title=Aratau Demo Minecraft
demo.remainingTime=te wā e toe ana: %s
demo.reminder=Kua mutu te demo. te hoko i te kēmu ki te haere tonu tīmata ranei te ao hou!
disconnect.closed=katia hononga
disconnect.disconnected=Kua momotu i te Tūmau
disconnect.endOfStream=Mutunga o te Awa
disconnect.kicked=I whana i te kēmu
disconnect.loginFailed=I rahua te takiuru
disconnect.loginFailedInfo=I rahua te takiuru: %s
disconnect.loginFailedInfo.invalidSession=Wātū muhu (Me tīmata anō i tō kēmu)
disconnect.loginFailedInfo.serversUnavailable=Ko te motuhēhēnga he wā ki raro mo te tiaki.
disconnect.lost=hononga ngaro
disconnect.overflow=papare te waipuke
disconnect.quitting=whakamutu
disconnect.spam=Whana hoki whakamuhani
disconnect.timeout=pau i roto i
entity.Boat.name=Waka
entity.Cat.name=Ngeru
entity.Chicken.name=Pikaokao
entity.Cow.name=Kau
entity.EntityHorse.name=Hoiho
entity.Pig.name=Poaka
entity.Rabbit.name=Rapeti
entity.Sheep.name=Hipi
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

View File

@ -0,0 +1,440 @@
achievement.unknown=???
addServer.add=Завршено
addServer.enterIp=Адресата на Серверот
addServer.enterName=Име на Серверот
addServer.hideAddress=Сокриј Адреса
addServer.resourcePack=Сервер Пакети на Ресурси
addServer.resourcePack.disabled=Оневозможено
addServer.resourcePack.enabled=Овозможено
addServer.resourcePack.prompt=Брз
addServer.title=Уредување информации на серверот
attribute.modifier.take.1=-%s%% %s
attribute.modifier.take.2=-%s%% %s
book.byAuthor=од %1$s
book.editTitle=Внесете Насловот на Книгата:
book.finalizeButton=Потпишувате и Затвор
book.finalizeWarning=Забелешка! Кога ќе се потпишувате на книгата, таа веќе нема да може да се уредува.
book.generation.0=Оригинален
book.generation.1=Копија на Оригиналот
book.generation.2=Копија на копија
book.pageIndicator=Страна %1$s од %2$s
book.signButton=Потпишувате
chat.link.open=Отворена во прелистувачот
commands.save-on.usage=/save-on
connect.authorizing=Најавување во...
connect.connecting=Се поврзувам со серверот...
controls.reset=Ресетирање
controls.resetAll=Ресетиран Контроли
controls.title=Контроли
createWorld.customize.custom.baseSize=Длабочина База Големина
createWorld.customize.custom.biomeDepthOffset=Биом Длабочина Офсет
createWorld.customize.custom.biomeDepthWeight=Биом Длабочина Тежина
createWorld.customize.custom.biomeScaleOffset=Биом Скала Офсет
createWorld.customize.custom.biomeScaleWeight=Биом Скала Тежина
createWorld.customize.custom.biomeSize=Големината на Биом
createWorld.customize.custom.center=Висина Центр
createWorld.customize.custom.confirm1=Ова ќе ги избрише вашата актуелна
createWorld.customize.custom.confirm2=поставки и не може да се врати назад.
createWorld.customize.custom.confirmTitle=Предупредување!
createWorld.customize.custom.coordinateScale=Координира Скала
createWorld.customize.custom.count=Потомство Обиди
createWorld.customize.custom.defaults=стандардно
createWorld.customize.custom.depthNoiseScaleExponent=Длабочина Бучава Експонент
createWorld.customize.custom.depthNoiseScaleX=Длабочина Бучава Скала Десет
createWorld.customize.custom.depthNoiseScaleZ=Длабочина Бучава Скала Z
createWorld.customize.custom.dungeonChance=Грофот зандана
createWorld.customize.custom.fixedBiome=Биом
createWorld.customize.custom.heightScale=Височина Скала
createWorld.customize.custom.lavaLakeChance=Лава Езерото Реткост
createWorld.customize.custom.lowerLimitScale=Долната Граница Скала
createWorld.customize.custom.mainNoiseScaleX=Главната бучава скала X
createWorld.customize.custom.mainNoiseScaleY=Главната бучава скала Y
createWorld.customize.custom.mainNoiseScaleZ=Главната бучава скала Z
createWorld.customize.custom.maxHeight=Макс. Висина
createWorld.customize.custom.minHeight=Мин. Висина
createWorld.customize.custom.next=Следна Страна
createWorld.customize.custom.page0=Општи Опции
createWorld.customize.custom.page1=Рудни опции
createWorld.customize.custom.page2=Виши опции (Експерт корисници само)
createWorld.customize.custom.page3=Екстра виши опции (Експерт корисници само)
createWorld.customize.custom.preset.caveChaos=Пештери на Хаосот
createWorld.customize.custom.preset.caveDelight=Спелеолози Воодушеви
createWorld.customize.custom.preset.drought=Сушата
createWorld.customize.custom.preset.goodLuck=Со Cреќа
createWorld.customize.custom.preset.isleLand=Остр. Слетуванье
createWorld.customize.custom.preset.mountains=Планински Лудило
createWorld.customize.custom.preset.waterWorld=Вода Светот
createWorld.customize.custom.presets=Стабилизаторот
createWorld.customize.custom.presets.title=Го прилагодите Светот Стабилизаторот
createWorld.customize.custom.prev=Претходна страна
createWorld.customize.custom.randomize=Разно
createWorld.customize.custom.riverSize=Големината на Реката
createWorld.customize.custom.seaLevel=Нивото на Морето
createWorld.customize.custom.size=Големината на Потомство
createWorld.customize.custom.spread=Ширеньето Висина
createWorld.customize.custom.stretchY=Висина Водат
createWorld.customize.custom.upperLimitScale=Горната Граница Скала
createWorld.customize.custom.useCaves=Пештери
createWorld.customize.custom.useDungeons=Занданите
createWorld.customize.custom.useLavaLakes=Лава Езера
createWorld.customize.custom.useLavaOceans=Лава Океаните
createWorld.customize.custom.useMineShafts=Рударски окна
createWorld.customize.custom.useMonuments=Океанот Споменици
createWorld.customize.custom.useRavines=Клисурите
createWorld.customize.custom.useStrongholds=Упоришта
createWorld.customize.custom.useTemples=Храмови
createWorld.customize.custom.useVillages=Села
createWorld.customize.custom.useWaterLakes=Вода Езера
createWorld.customize.custom.waterLakeChance=Вода Езерото Реткост
createWorld.customize.flat.addLayer=Додади слој
createWorld.customize.flat.air=Воздух
createWorld.customize.flat.editLayer=Изменуј Слој
createWorld.customize.flat.height=Висина
createWorld.customize.flat.layer.bottom=Најпоследен %s
createWorld.customize.flat.layer.top=Топ %s
createWorld.customize.flat.removeLayer=Избриши слој
createWorld.customize.flat.tile=Материјал на слојот
createWorld.customize.flat.title=Суперрамно Опции
createWorld.customize.presets=Притисни
createWorld.customize.presets.list=Алтернативно еве малку што направивме!
createWorld.customize.presets.select=Користи
createWorld.customize.presets.share=Да споделиш со некого? Долу!
createWorld.customize.presets.title=Избери
demo.day.1=Ова демо ќе трае пет игра дена, направи вашата најдобра!
demo.day.2=Вториот Ден
demo.day.3=Третиот Ден
demo.day.4=Четвртиот Ден
demo.day.5=Ова е вашиот последен ден!
demo.day.6=Сте го поминал својот петти ден, користете F2 да се спаси скриншот на вашата креација
demo.day.warning=Вашето време е речиси се!
demo.demoExpired=Демо времето е се!
demo.help.buy=Купи Сега!
demo.help.fullWrapped=Ова демо ќе трае 5 дена во игра дена (околу 1 час и 40 минути на реално време). Проверете достигнувања за совети! Забавувај се!
demo.help.inventory=Користете %1$s за да го отворите вашиот инвентар
demo.help.jump=Скок со притискање %1$s
demo.help.later=Продолжи Играње!
demo.help.movement=Користете %1$s,%2$s, %3$s,%4$s и го глувчето за да се движат наоколу
demo.help.movementMouse=Погледнете околу себе со помош на глувчето
demo.help.movementShort=Поместете со притискање на %1$s, %2$s, %3$s, %4$s
demo.help.title=Minecraft Режим на Демо
demo.remainingTime=Remaining time: %s
demo.reminder=Време демо е истечен, купи играта да продолжи или да се започне нов свет!
disconnect.endOfStream=Крајот на стрим
disconnect.spam=Започна за спамирање
effect.saturation=Сатурација
gameMode.adventure=Режим на Авантура
gameMode.changed=Вашата режим на игра е надграден за %s
gameMode.creative=Режим на Креативните
gameMode.hardcore=Режим на Хардкор!
gameMode.spectator=Режим на Гледачот
gameMode.survival=Режим на Преживување
generator.amplified=ЗАСИЛЕНА
generator.amplified.info=Напомена: Само за забава, бара мускулест компјутер
generator.customized=Кориснички
generator.debug_all_block_states=Режим на Дебаг
generator.default=Стандардно
generator.flat=Суперрамен
generator.largeBiomes=Голема Биоми
gui.all=сите
gui.back=назад
gui.cancel=Откажи
gui.done=завршена
gui.down=надолу
gui.no=Не
gui.none=Ниту еден
gui.toMenu=назад до листата на сервери
gui.toTitle=Назад до главното мени
gui.up=до
gui.yes=Да
item.boat.spruce.name=Смрека Брод
item.clock.name=Сат
item.compass.name=компас
item.doorSpruce.name=Смрека Врата
item.egg.name=Јајца
item.fireworksCharge.green=Зелен
item.fish.cod.raw.name=Сурова риба
item.fishingRod.name=Трска за риби
item.leaves.name=дрво лисја
item.shears.name=ножици
item.yellowDust.name=светат камен прашина
key.attack=Атакува/Разурнува
key.back=Шета Наназад
key.categories.gameplay=Игра
key.categories.inventory=Инвентар
key.categories.misc=Разновиден
key.categories.movement=Движење
key.categories.multiplayer=Мултиплеер
key.categories.ui=Интерфејс на Играта
key.chat=Отворен Чат
key.command=Отворен Команда
key.forward=Шета Напред
key.fullscreen=Вклучит Цел екран
key.hotbar.1=Позиција на Хотбар 1
key.hotbar.2=Позиција на Хотбар 2
key.hotbar.3=Позиција на Хотбар 3
key.hotbar.4=Позиција на Хотбар 4
key.hotbar.5=Позиција на Хотбар 5
key.hotbar.6=Позиција на Хотбар 6
key.hotbar.7=Позиција на Хотбар 7
key.hotbar.8=Позиција на Хотбар 8
key.hotbar.9=Позиција на Хотбар 9
key.inventory=Отваран/Затваран Инвентар
key.jump=Скокаат
key.left=Страфе Лево
key.mouseButton=Копче %1$s
key.pickItem=Собереш Блок
key.playerlist=Список на Играчи
key.right=Страфе Право
key.screenshot=Направете Скриншот
key.smoothCamera=Вклучит Филмска Камера
key.sneak=Прикрад
key.spectatorOutlines=Нагласу Играчи (Спектатори)
key.sprint=Спринт
key.swapHands=Промени Ствар во свои Раце
key.togglePerspective=Вклучит Перспектива
key.use=Користете Ствар/Сместува Блок
lanServer.otherPlayers=Прилагодувања за Други Играчи
lanServer.scanning=Скенирање за игри во вашата локална мрежа
lanServer.start=Започнат Светот на LAN
lanServer.title=Светот на LAN
language.code=mk_MK
language.name=Македонски
language.region=Македонија
mcoServer.title=Minecraft Онлајн Светот
menu.convertingLevel=конвертирање Свет
menu.disconnect=Прекини
menu.game=игра Мени
menu.generatingLevel=генерирање на световите
menu.generatingTerrain=градежни Терен
menu.loadingLevel=Се поврзува световите
menu.multiplayer=мултиплеер
menu.options=Опции...
menu.playdemo=Игра Демо Светот
menu.quit=престанам игра
menu.resetdemo=Ресетирање Демо Светот
menu.respawning=Случува да потомство
menu.returnToGame=Назад во игра
menu.returnToMenu=Спаси и да престанам да го насловот
menu.shareToLan=Отворени за LAN
menu.singleplayer=Еден играч
multiplayer.connect=Сврзува
multiplayer.ipinfo=Внесете ја IP на серверот за да се сврзува со него:
multiplayer.player.joined=%s се приклучи на играта
multiplayer.player.joined.renamed=%s (претходно познат како %s) се приклучи на играта
multiplayer.player.left=%s се остави на играта
multiplayer.stopSleeping=Остави Кревет
multiplayer.texturePrompt.line1=Овој сервер препорачув употребата на обичај пакет на ресурси.
multiplayer.title=Игра в Мултиплеер
options.anaglyph=3D Anaglyph
options.ao=Гладка Осветлување
options.ao.max=Максимум
options.ao.min=Минимум
options.ao.off=ИСКЛУЧЕНО
options.attack.crosshair=Цел
options.attack.hotbar=Хотбар
options.attackIndicator=Индикатор за Напад
options.autoJump=Авто-скок
options.chat.color=Бои
options.chat.links=Веб Врски
options.chat.links.prompt=Прашај за Линкови
options.chat.opacity=Непроѕирноста
options.chat.title=Прилагодување на Чат...
options.chat.visibility=Чат
options.chat.visibility.full=Покажуван
options.chat.visibility.hidden=Скриени
options.chat.visibility.system=Само Команди
options.controls=Контроли...
options.customizeTitle=Прилагодат Поставувањата на Светот
options.difficulty=Тешкотија
options.difficulty.easy=Лесен
options.difficulty.hard=Цврст
options.difficulty.hardcore=Хардкор
options.difficulty.normal=Нормален
options.difficulty.peaceful=Мирен
options.entityShadows=Ентитет Сенки
options.farWarning1=64-битна Java инсталација се препорачува
options.farWarning2=за 'Далеку' рендер од далечина (имате 32 битна)
options.fov=ПНГ
options.fov.max=Максималната
options.fov.min=Нормален
options.framerateLimit=Макс Рамката
options.framerateLimit.max=Неограничени
options.gamma=Осветленост
options.gamma.max=Сјаен
options.gamma.min=Темен
options.graphics=Графика
options.graphics.fancy=Фенси
options.graphics.fast=Брз
options.guiScale=ГИК Скала
options.guiScale.auto=Авто
options.guiScale.large=Ларва
options.guiScale.normal=Нормален
options.guiScale.small=Мал
options.hidden=Скриени
options.invertMouse=Инверт Глувче
options.language=Jазик...
options.languageWarning=Преводи на јазикот не може да биде 100%% точна
options.mainHand=Главната Рака
options.mainHand.left=Лево
options.mainHand.right=Право
options.mipmapLevels=Нивоа на Mipmap
options.multiplayer.title=Прилагодување на Мултиплеер...
options.music=Музика
options.off=ИСКЛУЧЕНО
options.on=ВКЛУЧЕН
options.particles=Честички
options.particles.all=Сите
options.particles.decreased=Намален
options.particles.minimal=Минимал
options.postButton=Поставки на Пост-Обработка...
options.postProcessEnable=Овозмож на Пост-Обработка
options.postVideoTitle=Поставки на Пост-Обработка
options.realmsNotifications=Realms Известувања
options.renderClouds=Облаци
options.renderDistance=Направи од Далечина
options.saturation=Сатурација
options.sensitivity=Чувствителност
options.sensitivity.max=ХИПЕРБРЗИНА!!!
options.sensitivity.min=*зевање*
options.showSubtitles=Прикажи Субтитри
options.sound=Звук
options.sounds=Музика & Звуци...
options.sounds.title=Музика & Опции на Звукот
options.title=Опции
options.touchscreen=Режим на Допирен екран
options.video=Поставките на Видео...
options.videoTitle=Поставки на Видео
options.viewBobbing=Прикажи ги Бие
options.visible=Покажуван
record.nowPlaying=Играше: %s
resourcePack.available.title=Достапни Пакети на Ресурси
resourcePack.folderInfo=(Стави пакети на ресурси тука)
resourcePack.incompatible=Инкомпатибилен
resourcePack.incompatible.confirm.new=Овој пакет на ресурси е направен за понова верзија на Minecraft и веќе не може да функционира правилно.
resourcePack.incompatible.confirm.old=Овој пакет на ресурси е направен за постара верзија на Minecraft и веќе не може да функционира правилно.
resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack?
resourcePack.incompatible.new=(Произведено за понова верзија на Minecraft)
resourcePack.incompatible.old=(Направени за постара верзија на Minecraft)
resourcePack.openFolder=Отворете ја папката на пакет на ресурси
resourcePack.selected.title=Избраните Пакети на Ресурси
resourcePack.title=Избер на Пакети на Ресурси
selectServer.add=Додај сервер
selectServer.defaultName=Майнкрафт Сервер
selectServer.delete=Избриши
selectServer.deleteButton=Избриши
selectServer.deleteQuestion=Дали сте сигурни дека сакате да го отстраните овој сервер?
selectServer.deleteWarning=ќе бидат изгубени засекогаш! (Долго време!)
selectServer.direct=Директен Поврзете
selectServer.edit=Уредува
selectServer.empty=Празен
selectServer.hiddenAddress=(Скриени)
selectServer.refresh=Обновите
selectServer.select=Зачлени сервер
selectServer.title=Изберете Сервер
selectWorld.allowCommands=Дозволе Чити:
selectWorld.allowCommands.info=Команди како /gamemode, /xp
selectWorld.bonusItems=Бонус Сандак:
selectWorld.cheats=Читови
selectWorld.conversion=Мора да се конвертира!
selectWorld.create=Се создаде нов свет
selectWorld.createDemo=Игра демо светот
selectWorld.customizeType=Прилагоди
selectWorld.delete=бришење
selectWorld.deleteButton=Избриши
selectWorld.deleteQuestion=Вие сте сигурни дека сакате да го избришете овој свет?
selectWorld.deleteWarning=ќе бидат загубени засекогаш! (Долго време!)
selectWorld.edit=едитирај
selectWorld.edit.openFolder=отвори фолдерот
selectWorld.edit.resetIcon=ресетирај ја иконата
selectWorld.edit.save=зачувај го светот
selectWorld.edit.title=едитирај го светот
selectWorld.empty=празна
selectWorld.enterName=Светот име
selectWorld.enterSeed=Сид за генерацијата на светот
selectWorld.gameMode=Режим на Игра
selectWorld.gameMode.adventure=Авантура
selectWorld.gameMode.adventure.line1=Исто како и опстанок на владата, но блокови не може да
selectWorld.gameMode.adventure.line2=да се додаде или отстрани
selectWorld.gameMode.creative=Креативни
selectWorld.gameMode.creative.line1=Неограничени ресурси, слободно летање и
selectWorld.gameMode.creative.line2=уништи блокови веднаш
selectWorld.gameMode.hardcore=Хардкор
selectWorld.gameMode.hardcore.line1=Исто како и опстанок на владата, заклучени во најтешкиот
selectWorld.gameMode.hardcore.line2=тежина, а само еден живот
selectWorld.gameMode.spectator=Спектатор
selectWorld.gameMode.spectator.line1=Може да се погледне, но не ги допирајте
selectWorld.gameMode.survival=Преживување
selectWorld.gameMode.survival.line1=Пребарај за ресурси, изработка, зголемување на телесната
selectWorld.gameMode.survival.line2=нивоа, здравје и глад
selectWorld.hardcoreMode=Хардкор:
selectWorld.hardcoreMode.info=Светот е избришана по смртта
selectWorld.mapFeatures=Генерираат Структури:
selectWorld.mapFeatures.info=Села, занданите, etc
selectWorld.mapType=Тип на Светот:
selectWorld.mapType.normal=Нормален
selectWorld.moreWorldOptions=Повеќе Светската Опции...
selectWorld.newWorld=Нова свет
selectWorld.newWorld.copyOf=копија од %s
selectWorld.recreate=рекреираат
selectWorld.resultFolder=Ќе биде зачувано во:
selectWorld.seedInfo=Остави празно за рандом сид
selectWorld.select=Игра Избрани Свет
selectWorld.title=одберете World
selectWorld.tooltip.fromNewerVersion1=Светот беше зачуван во понова верзија
selectWorld.tooltip.fromNewerVersion2=вчитувањето на овој свето можи да предизвика проблеми!
selectWorld.tooltip.snapshot1=Немој да забораваш да го бацкуп
selectWorld.tooltip.snapshot2=пред да влезеш во снапшот.
selectWorld.version=Верзија:
selectWorld.versionJoinButton=Употреби сепак
selectWorld.versionQuestion=Дали сакате да го вчитате светот?
selectWorld.versionUnknown=непознато
selectWorld.versionWarning=Овој свет е зачувана во верзијата "%s" и да го вчитате во оваа верзија може да предизвика корупцијата!
selectWorld.world=свет
sign.edit=Уредете ја пораката на знакот
soundCategory.ambient=Амбиентал/Животната средина
soundCategory.block=Блокови
soundCategory.hostile=Непријателски Суштества
soundCategory.master=Главната Звук
soundCategory.music=Музика
soundCategory.neutral=Пријателски Суштества
soundCategory.player=Играчи
soundCategory.record=Џубокс/Забелешкаблокови
soundCategory.voice=Глас/Говор
soundCategory.weather=Времето
tile.barrier.name=Бариера
tile.dirt.coarse.name=Груби Нечистотија
tile.dirt.default.name=Земја
tile.dirt.name=Земја
tile.dirt.podzol.name=Подзол
tile.glass.name=Стакло
tile.grass.name=Блок на Трева
tile.hayBlock.name=Сено Бала
tile.leaves.spruce.name=Смрека Листови
tile.lightgem.name=светат камен
tile.log.name=Дрво
tile.log.spruce.name=Смрека Дрво
tile.sapling.oak.name=Даб Фиданка
tile.sapling.spruce.name=Смрека Фиданка
tile.spruceFence.name=Смрека Ограда
tile.spruceFenceGate.name=Смрека Ограда Портата
tile.stairsWoodSpruce.name=Смрека Дрво Скали
tile.stone.andesite.name=Андезит
tile.stone.andesiteSmooth.name=Полиран Андезит
tile.stone.diorite.name=Диорит
tile.stone.dioriteSmooth.name=Полиран Диорит
tile.stone.granite.name=Гранит
tile.stone.graniteSmooth.name=Полиран Гранит
tile.stone.stone.name=Камен
tile.stonebrick.name=Заоблен камен
tile.tallgrass.grass.name=Трева
tile.tallgrass.name=Трева
tile.torch.name=Факел
tile.water.name=Вода
tile.wood.acacia.name=Багремово Дрвени Штици
tile.wood.big_oak.name=Темен Дабови Дрвени Штици
tile.wood.birch.name=Бреза Дрвени Штици
tile.wood.jungle.name=Џунгла Дрвени Штици
tile.wood.name=Дрвени Штици
tile.wood.oak.name=Дабови Дрвени Штици
tile.wood.spruce.name=Смрека Дрвени Штици
tile.woodSlab.spruce.name=Смрека Дрво Плоча

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,532 @@
achievement.bakeCake=Gielis
achievement.bakeCake.desc=Nisut, sohkar, mielki ja monit!
achievement.blazeRod=Dollii
achievement.bookcase=Girjerájusbargi
achievement.buildBetterPickaxe=Buoredat
achievement.cookFish=Njálgga guolli
achievement.diamonds=DIAMÁNTTAT!
achievement.diamondsToYou=Diamánttat dutnje!
achievement.killWither=Álgu.
achievement.requires='%1$s' gáibidan
achievement.spawnWither=Álgu?
achievement.theEnd=Loahppa?
achievement.theEnd.desc=Gávnna loahpa
achievement.theEnd2=Loahppa.
addServer.add=Gárvvis
attribute.name.generic.movementSpeed=Johtilvuohta
book.byAuthor=%1$s čállán
book.editTitle=Girjái nama:
book.finalizeButton=Sivdnidat ja dahppat
book.generation.0=Álgoálgosaš
book.generation.1=Álgoálgosažžas máŋggus
book.generation.2=Máŋgosa máŋggus
book.pageIndicator=Siidu %1$s/%2$s
book.signButton=Sivdnidat
commands.ban.usage=/ban <nama> [sivva...]
commands.banlist.usage=/banlist [ips|čuojaheaddjit]
commands.blockdata.usage=/blockdata <x> <y> <z> <dataTag>
commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag]
commands.compare.usage=/testforblocks <x1> <y1> <z1> <x2> <y2> <z2><x><y><z>[mode]
commands.defaultgamemode.usage=/defaultgamemode <modus>
commands.deop.failed=Ii máhte de-op %s
commands.difficulty.usage=/difficulty <ođđa áŧestus>
commands.entitydata.noPlayers=%s lea čuojaheaddji ja ii máhte rievdaduvvot
commands.execute.usage=/execute <entity> <x> <y> <z> <command> OR /execute <entity> <x> <y> <z> detect <x> <y> <z> <block> <data> <command>
commands.fill.usage=/fill <x1> <y1> <z1> <x2> <y2> <z2> <TileName> [dataValue] [oldBlockHandling] [dataTag]
commands.gamerule.usage=/gamerule <rule name> [value]
commands.generic.boolean.invalid='%s' ii leat 'true' dahje 'false'
commands.generic.usage=Geavahus: %s
commands.kill.successful=%s lea goddán
commands.me.usage=/me <sisdoallu...>
commands.message.display.incoming=%s savkala dutnje: %s
commands.message.display.outgoing=Don savkalat čuojaheaddjai %s: %s
commands.op.failed=Ii máhte op %s
commands.say.usage=/say <dieđáhus>
commands.scoreboard.teams.add.alreadyExists=Joavku namain %s juo gávdno
commands.scoreboard.teams.add.success=Joavku '%s' lea lasihan
commands.scoreboard.teams.leave.noTeam=Don it leat joavkkus
commands.scoreboard.teams.list.usage=/scoreboard teams list [namma]
commands.scoreboard.teams.remove.success=Joavku %s lea sihkkon
commands.seed.success=Seed: %s
commands.setworldspawn.usage=/setworldspawn [<x> <y> <z>]
commands.stats.block.usage=/stats block <x> <y> <z> <mode> ...
commands.testfor.success=%s lea gávdnan
commands.time.query=Diibmu lea %s
commands.time.usage=/time <set|add|query> <value>
commands.unban.usage=/pardon <nama>
commands.unbanip.usage=/pardon-ip <adreassa>
commands.worldborder.center.usage=/worldborder center <x> <z>
connect.authorizing=Logge sisa...
container.enchant.clue=%s . . . ?
container.furnace=Steaikauvdna
container.isLocked=%s lea lohkkadan!
createWorld.customize.custom.confirmTitle=Varuhus!
createWorld.customize.custom.next=Č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.air=Áibmu
createWorld.customize.flat.height=Allodat
createWorld.customize.flat.layer.bottom=Bodni - %s
createWorld.customize.flat.layer.top=Giera + %s
death.attack.generic=%1$s jámii
deathScreen.deleteWorld=Sihko máilmmi
deathScreen.quit.confirm=Leatgo dárki, ahte don háliidan guođđit?
deathScreen.score=Čuoggát
deathScreen.title=Don leat jábmi!
demo.day.2=Nubbi beaivi
demo.day.3=Goalmmát beaivi
demo.day.4=Njealját beaivi
demo.day.5=Dát lea du maŋimus beaivi!
demo.help.buy=Oasttát dál!
demo.help.later=Joatkkát ja čuojahat!
disconnect.loginFailed=Loggu sisa ii leat onnestuvvan
disconnect.loginFailedInfo=Loggu sisa ii leat onnestuvvan: %s
disconnect.quitting=Guođđit
disconnect.timeout=Mihkkege vástádus
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
enchantment.lootBonusFishing=Ábi Lihkku
entity.Boat.name=Fanas
entity.Cat.name=Bussá
entity.Chicken.name=Vuonccis
entity.Cow.name=Gussa
entity.Creeper.name=Gobmi
entity.EntityHorse.name=Heasta
entity.Fireball.name=Daloluođđa
entity.Item.name=Diŋga
entity.Pig.name=Spiidni
entity.Rabbit.name=Kaniidna
entity.Sheep.name=Sávza
entity.SmallFireball.name=Unni daloluođđa
entity.SnowMan.name=Čagigolem
entity.Snowball.name=Čahki
entity.Spider.name=Heavdni
entity.Villager.farmer=Boanda
entity.Villager.fisherman=Guollebivdi
entity.Villager.librarian=Girjerájusbargi
entity.VillagerGolem.name=Ruovddigolem
entity.Wolf.name=Gumpe
entity.Zombie.name=Jámeš
entity.generic.name=dovdameahttun
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.white.name=Ullu
tile.cloth.yellow.name=Fiskat ullu
tile.cocoa.name=Kakáo
tile.dirt.coarse.name=Roavis eana
tile.dirt.default.name=Eana
tile.dirt.name=Eana
tile.doorIron.name=Ruovde Uksa
tile.doorWood.name=Uksa
tile.doublePlant.name=Šaddu
tile.fire.name=Dolla
tile.flower1.name=Lieđđi
tile.flower2.name=Lieđđi
tile.glass.name=Glássa
tile.grass.name=Suoidne stuhka
tile.gravel.name=Čievra
tile.ice.name=Jiekŋa
tile.jukebox.name=Jukeboksa
tile.ladder.name=Raidalas
tile.lava.name=Lava
tile.leaves.big_oak.name=Cáhpeseaika Lastta
tile.leaves.birch.name=Soahki Lasttat
tile.leaves.jungle.name=Juŋgelmuora Lasttat
tile.leaves.name=Lasttat
tile.leaves.oak.name=Eaika Lasttat
tile.leaves.spruce.name=Guossa Lasttat
tile.litpumpkin.name=Gurbetlikta
tile.log.acacia.name=Acacia
tile.log.big_oak.name=Čá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.white.name=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,118 @@
commands.replaceitem.usage=/replaceitem <entity|block> ...
commands.scoreboard.objectives.usage=/scoreboard objectives <list|add|remove|setdisplay> ...
commands.stats.usage=/stats <entity|block> ...
createWorld.customize.custom.lavaLakeChance=Dhagax dab failed gudubno
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.useLavaLakes=Harooyinka dhagax dab
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.air=Hawada
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
enchantment.level.1=I
enchantment.level.10=X
enchantment.level.2=II
enchantment.level.3=III
enchantment.level.4=IV
enchantment.level.5=V
enchantment.level.6=VI
enchantment.level.7=VII
enchantment.level.8=VIII
enchantment.level.9=IX
entity.Creeper.name=Creeper
entity.Enderman.name=Enderman
entity.Endermite.name=Endermite
entity.Ghast.name=Ghast
entity.MushroomCow.name=Mooshroom
entity.Shulker.name=Shulker
entity.WitherBoss.name=Wither
gui.all=Dhamaan
gui.back=Dib
gui.cancel=Noqo
gui.done=soo gabagabeeyay
gui.down=Hoos u
gui.no=Maya
gui.none=Ma jiro mid ka
gui.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
language.code=so_SO
language.name=Af-Soomaali
language.region=Soomaaliya
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.quit=Tago kulanka
menu.respawning=Nooleeyo
menu.returnToGame=Dib to ciyaarta
menu.returnToMenu=Badbaadin iyo ka tago horyaalka
menu.shareToLan=U furan Lan
menu.singleplayer=Hal ciyaaryahanka
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.hellrock.name=Netherrack
tile.prismarine.rough.name=Prismarine

View File

@ -0,0 +1,459 @@
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.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.air=Ajër
createWorld.customize.flat.editLayer=Ndrysho Layer
createWorld.customize.flat.height=siper
createWorld.customize.flat.layer.bottom=Fund
createWorld.customize.flat.layer.top=i sipërm
createWorld.customize.flat.removeLayer=Hiq shtresa
createWorld.customize.flat.tile=lajer material
createWorld.customize.flat.title=e sheshume bote
createWorld.customize.presets=gjojnat
createWorld.customize.presets.list=provoje,ma e mire!
createWorld.customize.presets.select=pertor gjojnat
createWorld.customize.presets.share=a do ta shpernash gjojnat? Perdor butonat poshte!
createWorld.customize.presets.title=selekto gjojnat
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ë gjithë
gui.back=prapa
gui.cancel=anuloj
gui.done=e bërë
gui.down=poshtë
gui.no=Jo
gui.none=asnjë
gui.toMenu=Kthehu te lista server
gui.toTitle=Mbrapsht në ekran titullin
gui.up=lart
gui.yes=Po
item.redstone.name=Redstone
itemGroup.redstone=Redstone
key.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=shqit
menu.game=menu lojë
menu.generatingLevel=Gjenerimi i botes
menu.generatingTerrain=Ndertimi i terrenit
menu.loadingLevel=Ngarkimi i botes
menu.multiplayer=multiplayer
menu.options=Options...
menu.playdemo=Luaj Demo Botë
menu.quit=Quit lojë
menu.resetdemo=Reset Demo Botë
menu.respawning=duke u ringjallur
menu.returnToGame=Mbrapsht në lojë
menu.returnToMenu=Ruaj dhe lë të 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.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.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.forceUnicodeFont=Fuqi Unicode Font
options.fov=FOV
options.fov.max=Tërmeti Pro
options.fov.min=Normale
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.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.music=Muzikë
options.off=OFF
options.on=NË
options.realmsNotifications=Realms Njoftimet
options.reducedDebugInfo=Reduktuar Debug Info
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.snooper=Të Lejojë Snooper
options.snooper.desc=Ne duam që për të mbledhur informacion në lidhje me kompjuterin tuaj për të ndihmuar në përmirësimin Minecraft duke e ditur çfarë ne mund të mbështesin dhe ku problemet më të mëdha janë. I gjithë ky informacion është plotësisht anonim dhe të shikohet më poshtë. Ne premtojmë se nuk do të bëjnë asgjë të keqe me këto të dhëna, por në qoftë se ju doni të zgjedhin nga pastaj të ndjehen të lirë për të toggle atë!
options.snooper.title=Makinë Syze Mbledhja
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.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.version=Variant:
selectWorld.versionJoinButton=Përdorni gjithsesi
selectWorld.versionQuestion=A jeni të vërtetë doni për të ngarkuar këtë botë?
selectWorld.versionUnknown=i panjohur
selectWorld.versionWarning=Kjo botë u ruajt në versionin '%s' dhe ngarkimit atë në këtë version mund të shkaktojë korrupsionit!
selectWorld.world=bote
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
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.barrier.name=Pengesë
tile.blockCoal.name=Bllok i qymyrit
tile.cloth.name=Lesh
tile.cobbleWall.normal.name=Me Kalldrëm Mur
tile.crops.name=Kulturat
tile.dirt.coarse.name=Të Trashë Pluhuri
tile.dirt.default.name=Fëlliqur
tile.dirt.name=Fëlliqur
tile.dirt.podzol.name=Podzol
tile.flower1.name=Lule
tile.flower2.name=Lule
tile.grass.name=Bari Bllok
tile.hayBlock.name=Bari Bale
tile.hellrock.name=Netherrack
tile.oreDiamond.name=Diamant
tile.prismarine.rough.name=Prismarine
tile.redstoneDust.name=Redstone pluhur
tile.sign.name=Shenjë
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.stonebrick.name=Me kalldrëm
tile.wood.birch.name=Thupër Dërrasa Druri
tile.wood.name=Dërrasa Prej Druri
tile.wood.oak.name=Dru Lisi Pika
tile.wood.spruce.name=Bredh Dërrasa Druri
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.

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,157 @@
addServer.add=Basst
createWorld.customize.custom.fixedBiome=Biome
createWorld.customize.custom.useStrongholds=Festunga
createWorld.customize.flat.air=Luft
enchantment.arrowKnockback=Schlåg
entity.Arrow.name=Pfeil
entity.Blaze.name=Loha
entity.Creeper.name=Creeper
entity.DragonFireball.name=Drachafuierbolla
entity.Enderman.name=Endermå
entity.Endermite.name=Endermite
entity.Fireball.name=Fuierbolla
entity.Ghast.name=Ghast
entity.Giant.name=Lackl
entity.Item.name=Zuig
entity.Mob.name=Vieh
entity.Monster.name=Monster
entity.MushroomCow.name=Muhschruhm
entity.Painting.name=Bild
entity.Pig.name=Suckl
entity.Shulker.name=Shulker
entity.Silverfish.name=Silberfischle
entity.Skeleton.name=G'rippe
entity.Slime.name=Rotz
entity.SmallFireball.name=Kloina Fuierbolla
entity.SnowMan.name=Schneamå
entity.Snowball.name=Schneaball
entity.Spider.name=Spinna
entity.ThrownPotion.name=Wässerle
entity.Villager.name=Derfla
entity.VillagerGolem.name=Eisagolem
entity.Witch.name=Hex
entity.WitherBoss.name=Wither
entity.WitherSkeleton.name=Witherg'rippe
entity.XPOrb.name=Weisheitsbolla
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 Serverlischte
gui.toTitle=Zruck zum Åfang
gui.up=Nauf
gui.yes=Ja
item.record.11.desc=C418 - 11
item.record.13.desc=C418 - 13
item.record.blocks.desc=C418 - blocks
item.record.cat.desc=C418 - cat
item.record.chirp.desc=C418 - chirp
item.record.far.desc=C418 - far
item.record.mall.desc=C418 - mall
item.record.mellohi.desc=C418 - mellohi
item.record.stal.desc=C418 - stal
item.record.strad.desc=C418 - strad
item.record.wait.desc=C418 - wait
item.record.ward.desc=C418 - ward
item.redstone.name=Redstone
itemGroup.redstone=Redstone
language.code=swg_DE
language.name=Ostallgaierisch
language.region=Allgai
menu.disconnect=Verbindung trenna
menu.game=Spialmenü
menu.multiplayer=Zemaspialar
menu.online=Minecraft Realms
menu.options=Oistellunga...
menu.quit=Spial aufheara
menu.returnToGame=Zruck zum Spial
menu.returnToMenu=Speichra und zruck zum Åfang
menu.shareToLan=Im LAN öffna
menu.singleplayer=Alloispialar
options.graphics.fancy=Schee
options.graphics.fast=Schnöi
options.guiScale.auto=Automatisch
options.guiScale.normal=Normal
options.guiScale.small=Kloa
options.languageWarning=D' Språch stimmt it zu 100%%
options.snooper.desc=Mir mechtat was über dein Computer wissa, damit mir die greaschte Probleme vo Minecraft kennat. Alle Infos sind vollkomme anonym und unda zum seacha. Mir schwörat, dass mir was gscheits mit dene Data deant, aber wenn's it willsch, kannsch es unda au mea wegmacha!
options.title=Oistellunga
selectServer.deleteButton=Löscha
selectServer.empty=lar
selectServer.refresh=Aktualisiera
selectWorld.cheats=Cheats
selectWorld.create=Nuie Welt måcha
selectWorld.delete=Löscha
selectWorld.deleteButton=Löscha
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.mapType.normal=Normal
selectWorld.title=Welt wähla
selectWorld.version=Version:
selectWorld.world=Welt
tile.bedrock.name=Grundgstoi
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.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=Birkablä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=Birkakloba
tile.log.jungle.name=Tropakloba
tile.log.name=Kloba
tile.log.oak.name=Eichakloba
tile.log.spruce.name=Fichtakloba
tile.oreGold.name=Golderz
tile.oreIron.name=Eisaerz
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=Birkabäumle
tile.sapling.jungle.name=Tropabäumle
tile.sapling.oak.name=Eichabäumle
tile.sapling.spruce.name=Fichtabäumle
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.stonebrick.name=Bruchstoi
tile.water.name=Wasser
tile.wood.acacia.name=Akaziaholzbrettla
tile.wood.big_oak.name=Schwarzeichaholzbrettla
tile.wood.birch.name=Birkaholzbrettla
tile.wood.jungle.name=Tropaholzbrettla
tile.wood.name=Holzbrettla
tile.wood.oak.name=Eichaholzbrettla
tile.wood.spruce.name=Fichtaholzbrettla

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
{}

View File

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

View File

@ -0,0 +1 @@
{}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
{}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,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:\"slowness\"}"
}
]
}
],
"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,13 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:rotten_flesh"
}
]
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,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" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,88 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/hopper_outside",
"top": "blocks/hopper_top",
"side": "blocks/hopper_outside",
"inside": "blocks/hopper_inside"
},
"elements": [
{ "from": [ 0, 10, 0 ],
"to": [ 16, 11, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#inside" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 11, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 11, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 4, 4, 4 ],
"to": [ 12, 10, 12 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

@ -0,0 +1,88 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/hopper_outside",
"top": "blocks/hopper_top",
"side": "blocks/hopper_outside",
"inside": "blocks/hopper_inside"
},
"elements": [
{ "from": [ 0, 10, 0 ],
"to": [ 16, 11, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#inside" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 0, 11, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 14, 11, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 2, 11, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#top" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 4, 4, 4 ],
"to": [ 12, 10, 12 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
},
{ "from": [ 6, 4, 0 ],
"to": [ 10, 8, 4 ],
"faces": {
"down": { "texture": "#side" },
"up": { "texture": "#side" },
"north": { "texture": "#side" },
"south": { "texture": "#side" },
"west": { "texture": "#side" },
"east": { "texture": "#side" }
}
}
]
}

View File

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

View File

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

View File

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

View File

@ -0,0 +1,24 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 8, 16, 9 ],
"faces": {
"west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" },
"east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 9 ],
"faces": {
"north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" },
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,24 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 7 ],
"to": [ 8, 16, 8 ],
"faces": {
"west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" },
"east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 7 ],
"to": [ 9, 16, 7 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 7 ],
"to": [ 8, 16, 9 ],
"faces": {
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 8 ],
"to": [ 9, 16, 8 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
}
}
]
}

View File

@ -0,0 +1,23 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 7, 0.001, 7 ],
"to": [ 9, 0.001, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 7 ],
"to": [ 9, 15.999, 9 ],
"faces": {
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,37 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 0 ],
"to": [ 8, 16, 8 ],
"faces": {
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 0 ],
"to": [ 9, 16, 7 ],
"faces": {
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
}
},
{ "from": [ 7, 0.001, 0 ],
"to": [ 9, 0.001, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 0 ],
"to": [ 9, 15.999, 7 ],
"faces": {
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
}
}
]
}

View File

@ -0,0 +1,39 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/iron_bars",
"bars": "blocks/iron_bars",
"edge": "blocks/iron_bars"
},
"elements": [
{ "from": [ 8, 0, 8 ],
"to": [ 8, 16, 16 ],
"faces": {
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
}
},
{ "from": [ 7, 0, 9 ],
"to": [ 9, 16, 16 ],
"faces": {
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 0.001, 9 ],
"to": [ 9, 0.001, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
},
{ "from": [ 7, 15.999, 9 ],
"to": [ 9, 15.999, 16 ],
"faces": {
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
}
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,56 @@
{
"textures": {
"particle": "blocks/planks_birch",
"wood": "blocks/planks_birch",
"back": "blocks/itemframe_background"
},
"elements": [
{ "from": [ 3, 3, 15.5 ],
"to": [ 13, 13, 16 ],
"faces": {
"north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" },
"south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }
}
},
{ "from": [ 2, 2, 15 ],
"to": [ 14, 3, 16 ],
"faces": {
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
"north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
"south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" },
"west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" },
"east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" }
}
},
{ "from": [ 2, 13, 15 ],
"to": [ 14, 14, 16 ],
"faces": {
"down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" },
"up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" },
"north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
"south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" },
"west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" },
"east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" }
}
},
{ "from": [ 2, 3, 15 ],
"to": [ 3, 13, 16 ],
"faces": {
"north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
"south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
}
},
{ "from": [ 13, 3, 15 ],
"to": [ 14, 13, 16 ],
"faces": {
"north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" },
"south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" },
"west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" },
"east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" }
}
}
]
}

View File

@ -0,0 +1,56 @@
{
"textures": {
"particle": "blocks/planks_birch",
"wood": "blocks/planks_birch",
"back": "blocks/itemframe_background"
},
"elements": [
{ "from": [ 1, 1, 15.001 ],
"to": [ 15, 15, 16 ],
"faces": {
"north": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" },
"south": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" }
}
},
{ "from": [ 0, 0, 15.001 ],
"to": [ 16, 1, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"west": { "uv": [ 15, 15, 16, 16 ], "texture": "#wood" },
"east": { "uv": [ 0, 15, 1, 16 ], "texture": "#wood" }
}
},
{ "from": [ 0, 15, 15.001 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" },
"north": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"south": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" },
"west": { "uv": [ 15, 0, 16, 1 ], "texture": "#wood" },
"east": { "uv": [ 0, 0, 1, 1 ], "texture": "#wood" }
}
},
{ "from": [ 0, 1, 15.001 ],
"to": [ 1, 15, 16 ],
"faces": {
"north": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"south": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" },
"west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }
}
},
{ "from": [ 15, 1, 15.001 ],
"to": [ 16, 15, 16 ],
"faces": {
"north": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" },
"south": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" },
"east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }
}
}
]
}

View File

@ -0,0 +1,7 @@
{
"parent": "block/cube_top",
"textures": {
"top": "blocks/jukebox_top",
"side": "blocks/jukebox_side"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,17 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/ladder",
"texture": "blocks/ladder"
},
"elements": [
{ "from": [ 0, 0, 15.2 ],
"to": [ 16, 16, 15.2 ],
"shade": false,
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }
}
}
]
}

View File

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

View File

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

View File

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

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cobblestone",
"base": "blocks/cobblestone",
"lever": "blocks/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "blocks/cobblestone",
"base": "blocks/cobblestone",
"lever": "blocks/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,8 @@
{
"parent": "block/orientable",
"textures": {
"top": "blocks/pumpkin_top",
"front": "blocks/pumpkin_face_on",
"side": "blocks/pumpkin_side"
}
}

View File

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

View File

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

View File

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

View File

@ -0,0 +1,6 @@
{
"parent": "block/torch_wall",
"textures": {
"torch": "blocks/redstone_torch_on"
}
}

View File

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

View File

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

View File

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

View File

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

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